/* CSS Document */
body
{
	background-image: url(homepage/background2000-70b.jpg);
	background-repeat: repeat;
	background-color: rgba(0,0,0,1);
	background-attachment: fixed;
	background-position: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {color: rgba(255,204,0,1)}      /* unvisited link */
a:visited {color: rgba(255,204,0,1)}  /* visited link */
a:hover {color: rgba(255,153,0,1))}  /* mouse over link */
a:active {color: rgba(255,204,0,1)}  /* selected link */	

body
	{font-size: 12px; color: white;
}
h1
	{font-size: 14px;
}	
h2
	{font-size: 12px;
}
#container
{
	margin: 0 auto;
	width: 980px;	
	background-attachment:local;
	background-image: url(jpg/menutopstrip.jpg);
}
#image-navigation {
	width: 980px;
	height: 157px; 
	background-image: url(jpg/menutop.jpg);
	margin: 0 0 20px 0;
}
#header h1 { 
	margin: 0; 	
}
#navigation
{
	height: 30px;
	width: 960px;
	padding: 113px 0 0 0;
    text-align: center;	
}
#navigation ul
{
	margin: 0 auto;
	padding: 0 0 0 20px;	
}
#navigation ul li
{
	list-style-type: none;
	display: inline-block;
}
#navigation li a
{
	display: block;
	float: left;
	padding: 0 6px 0 0;
	text-decoration: none;
}
#navigation li a:hover {
	background: # CC9;
	color: rgba(255,153,0,1);
	text-align: center;	
}
#navigation-text {
	color: rgba(255,204,0,1);
}
#heading {
	width: 800px;
	height: 108px;
	padding: 50px 0 0 0;
}
#maintext {
    float: left;
	width: 940px;
	height: 100px;
	padding: 20px 20px 0 20px;

}
#apply a:link {
}
#MS-advert {
	float: left;
	width: 120px;
	height: 623px;
	margin: 0 0 0 100px;
}
#column1
{
	display: block;
    float: left;
	width: 450px;
	height: 650px;
	padding: 0 0 0 80px;	

}

#adspace  {
	float: right;
	height: 600px;
	width: 160px;
	padding: 0 20px 10px 0;	
	margin: 0 0 0 10px;
}	
	
#text-area2  {
	display: block;
    float: left;
	width: 400px;
	height: 120px;
	padding: 0 10px 10px 10px;	
	margin: 0 0 0 10px ;
}

#footer {
	clear: left;
	height: 104px;
	width: 980px;
	background-image: url(jpg/menubottom.jpg);
	margin: 30px 0 0 0 ;
}
#lower-navigation
{
	height: 90px;
	width: 760px;
	padding: 18px 10px 10px 110px;
    text-align: center;	
}
#lower-navigation ul
{
	margin: 0 auto;
	padding: 0 0 0 50px;	
}
#lower-navigation ul li
{
	list-style-type: none;
	display: inline-block;
}
#lower-navigation li a
{
	display: block;
	float: left;
	padding: 0 6px 0 0;
	text-decoration: none;
}
#lower-navigation li a:hover {
	color: rgba(255,153,0,1);
	text-align: center;	
}
#lower-navigation-text {
	color: rgba(255,204,0,1);
}
