.home {}
.top {}
.top .logo {
	width:367px;
	height:64px;
	margin-left:224px;
	background-image:url(../images/top/sdautomotivemuseum_1.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#menu {
	height:32px;
}

h1 {
	font-size:14px;
	color:#323232;
}

.txt{
	color:#E4E4E4;
}

.top .logo_line {
	height:6px;
	margin:0 auto;
	background-image:url(../images/top/line_menu_top.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.body {
	background-image:url(/images/contents/back_content.png);
	background-repeat:repeat-y;
	padding:30px;
	*zoom: 1;
}

#menu .buttons a{
	display:block;
	float:left;
	width:auto;
	height:30px;
}

.left{
	float:left;
	width:23px;
	background-image:url(/images/contents/left.png);
	background-position:left;
	background-repeat:no-repeat;
	height:38px;
}
.home .body .middle{
	float:left;
	width:790px;
}
.right{
	float:left;
	width:21px;
	background-image:url(/images/contents/right.png);
	background-position:left;
	background-repeat:no-repeat;
	height:38px;
}

.txt {
	color:#E4E4E4;
	margin-top:15px;
}

.col1_and_2 {
	float:left;
	width:588px;
}

/* */
.col_2{
	float:left;	
	width:208px;
}
/* */
.col_3 {
	float:left;	
	width:220px;
}

.bottom_home {
	background-image:url(/images/contents/bottom_content.png);
	background-repeat:no-repeat;
	height:24px;
}



.home_links{
}

.home_links a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	display:block;
}
.home_links a:hover{
	color:#323232;
}


.nav_right {
	 height:318px; border:2px solid #b4b4b4; padding:8px; margin-bottom:20px;
}


.nav_right a{
	font-size:12px;
	margin-bottom:5px;
	display:block;
}
.nav_right a:hover{
	color:#FFFFFF;
}

.main_pic {
	border:1px solid #E4E4E4;
}
.thumbs {
	width:40px;
	float:left;
	margin:5px;
	border:1px solid #E4E4E4;
}

/*   form classes */



.registerForm{
	margin-top:20px;
}
.row {
	height:40px;
}

.lbl {
	width:90px;
	float:left;
	text-align:right;
}

.inp {
	width:400px;
	float:left;
	margin-left:5px;
}

.inp input {
	width:503px;
}
.inp label {
	display:block;
	position:absolute;
	color:#FFFF00;
	margin-top:2px;
}

.lbl label {
	display:block;
	position:absolute;
	color:#FFFF00;
	margin-top:0px;
	margin-left:97px;
}

input.error {
	border:1px solid #FF0000;
}

.submitBtn{
	width:80px !important;
	background-color:#AD5E19;
	color:#323232;
	border:1px solid #E4E4E4;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	padding:4px;
}

