@charset "utf-8";

/* CSS Document */



* { padding:0; margin:0; outline:none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;}



body {
	background:url(../images/bg.jpg) repeat-x top #fdf2e0;
	}

#compliance {
	width: 760px;
	margin: 0 auto;
}

#container {
	margin:0 auto;
	width:899px;
	}

	

#header {
	background:url(../images/header.png) no-repeat top center;
	width:899px;
	height:260px;
	}

#content .small {
	border: 3px white solid;
	height: 116px;
	width: 211px;
	}


#nav {
	height:40px;
	padding-left: 38px;
	}

#navtwo {
	height:40px;
	padding-left: 23px;
}
	

#middle {
	color: #FFFFFF;
	}

#content {
	background:url(../images/tour/bg_middle.png) repeat-y;
	margin-left: 47px;
	width: 790px;
	}

#content_area {
	margin: 0 auto;
	width: 770px;
	}

#content .preview {border:3px white solid;}

	

#content .info {
	border:3px white solid;
	background:url(../images/tour/gradient_bg.png) repeat-x #FFFFFF;
	width: 275px;
	height: 310px;
	color: #000000;
	margin-right: 2px;
	margin-bottom: 3px;}	


#support {
	padding: 5px 0px 5px 10px;
	width: 760px;
	margin: 0 auto;
	}

}

#content .name {;
	padding:5px;
	font-size:16px;
	}
	

.header_small {
	font-weight: bold;
	margin: 0px 0px 5px 0px;

}

#content a {color:#FFFFFF; display:block;}
#content a:hover {text-decoration:none;}
#content a img {border:none;}

#content h1 {font-size:16px;}	
#content .title {;
	padding:5px;
	color:#000;
	}

#content .desc {
	padding:5px; 
	}

#footer {
	background:url(../images/tour/footer.png) no-repeat top center;
	padding:0 0 0 0;
	width:856px;
	height:148px;
	margin: 0 auto;
	position: relative;
	left: -5px;}

	#footer #nav {
		text-align:center;
		color:#5d0000;
		font-weight:bold;
		position: relative;
		margin: 30px 0 0 0;
		padding:12px 0 0; 
		}
	
#footer #nav a { text-decoration:none; padding:0 5px 0 0; color:#FFFFFF; }
#footer #nav a:hover { text-decoration:underline;}
#footer #nav a span { color:#5d0000; }

#footer #nav ul { list-style:none; }	
#footer #nav li { 
	display:inline; 
	padding:0 0 0 5px; 
	}

#footer #legal { 
	position: relative;
	margin: 30px 0 0 0;
	text-align:center; 
	color:#5d0000; 
	}
	
#footer #legal p { font-size:10px; }
