@charset "utf-8";
/* CSS Document */


#advertisement{
	height: 115px;
	margin-bottom: 15px;
	background-color: #443c35;
	background-image: url(images/advertisement_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#ad{
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	text-align:center;
	height: 90px;
	width: 728px;
	background-color:#FFFFFF;
}

#container{
	width: 972px;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#bottom {
	height: 199px;
}

#content {
	height: 732px;
	background-color: #665C52;
	width: 610px;
	text-align: left;
}
#content_cm {
	height: 732px;
	width: 970px;
	background-color: #665C52;
	text-align: left;
}
#hr{
	color: #3a3a38;
	background-color: #3a3a38;
	height: 3px;
	width: 100%;
}

#image{
	position: relative;
	height: 732px;
}

#rock_and_dirt{
	position: absolute;
	z-index: 1;
	height: 63px;
	width: 352px;
	filter:alpha(opacity=35);
	opacity:.35;
	bottom: 0px;
	background-color: #000000;
}

#rock_text{
	position: absolute;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 9px;
	bottom: 7px;
	width: 218px;
	text-align: right;
	margin-bottom: 7px;
}

#Rock_dirt_logo{
	position: absolute;
	z-index: 3;
	bottom: 3px;
	width: 113px;
	height: 52px;
	left: 231px;
	border: 2px solid #000000;
}

#bottom_brown {
	height: 60px;
	bottom: 0px;
	background-color: #665c50;
	width: 462px;
}
#bottom_brown_cm {
	height: 60px;
	bottom: 0px;
	background-color: #665c50;
	width: 972px;
}

#overflow{
	overflow-y: scroll;
	overflow-x:hidden;
	height: 330px;
	width: 550px;
	border: 2px solid #666666;
	margin-left: 30px;
	background-color: #72665a;
}

#overflow_space{
	margin: 10px;
}

#menu{
	margin-left: 90px;
	width: 500px;
}

#login{
	background-image: url(images/login_2.jpg);
	height: 23px;
	width: 140px;
	position: relative;
	left: 30px;
	background-repeat: no-repeat;
	background-position: left;
	top: 0px;
	float: left;
}
#login1{
	height: 15px;
	width: 100px;
	margin-right: auto;
	margin-left: 20px;
	margin-top: 4px;
}

#logo{
	height: 91px;
	width: 291px;
	margin-top: 9px;
	margin-left: 9px;
	float: left;
}

body {
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left 115px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
}
.text2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	}
	
.small a:link{
text-decoration:none;
color: #ffffff;
}	

.small a:visited{
text-decoration:none;
color: #ffffff;
}

.small a:hover{
text-decoration:underline;
color: #ffffff;
}

.small a:active{
text-decoration:underline;
color: #ffffff;
}