/* Auto-x
2007
J Magyar */

#container {
	width: 775px;
	position: relative;
	margin: 0 auto;
	text-align:left;
}
#header {
position: absolute;
background-color:#CC0000;
top: 5px;
left: 0px;
width: 775px;
height:75px;
padding-left:3px;
padding-top:3px;
border:2px solid black;
z-index:11;
}
#headerLogo {
position:absolute;
top: 15px;
left: 3px;
}
#headerMenu {
position:absolute;
top: 5px;
left: 5px;
width:850px;
z-index:12;
}
#headerWords {
position:absolute;
top: 35px;
left: 120px;
width: 525px;
color:#FFFFFF;
z-index:9;
}
#content {
position: absolute;
top : 95px;
left : 5px;
width: 575px;
color: #000;
background-color: #eee;
padding: 5px;
border: 2px solid #999; 
}

#announcements {
position: absolute;
top : 95px;
left : 595px;
width: 170px;
color: #000;
background-color: #CCCCCC;
padding: 5px;
/*border: 1px solid gray;*/
}

#footer {
width: 564px;
color: #000;
background-color: #CCCCCC;
padding: 5px;
border:1px solid gray;
}

#sepline {
position:absolute;
width: 765px;
top: 82px;
}

/*
CSS BELOW CODE BY: tutorials.alsacreations.com
-for use with drop down menu system
-edited by J Magyar for auto-x.com
*/

body {
margin: 0;
padding: 0;
background:#CCCCCC;
font: 80% verdana, arial, sans-serif;
text-align:center
}
a {
text-decoration:underline;
color:#CC0000;
}
a img {
border:0;
}
a:hover {
color:#000000;
/*font-weight:bold;*/
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index:10;
}
#menu dl {
float: left;
width:110px;
margin: 0 0px;
}
#menu dt {
cursor: pointer;
text-align: center;
/*font-weight: bold;*/
color:#FFFFFF;
font-style:italic;
background: #CC0000;
/*border: 1px solid gray;
border-right: 1px solid white;
border-left: 2px solid white;*/
border-bottom: 1px solid white;
}
#menu dt:hover {
background: #FFFFFF;
color: #CC0000;
/*font-weight:bold;*/
}
#menu dd {
border: 1px solid gray;
width:105px;

}
#menu li {
text-align: left;
background: #FFFFFF;
}
#menu li a {
color: #CC0000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #FFFFFF;
color: #CC0000;
font-weight:bold;
}
.bottomads {
position:absolute;
left:10px;
top:790px;
z-index:2;
}


