/* CSS Document */
body
{
	background-color:#480000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

.home_color0{	background-color:#480000;}
.home_color1{	background-color:#772919;}
.home_color2{	background-color:#9b5d49;}
.home_color3{	background-color:#b47e69;}
.home_color4{	background-color:#cda492;}

a{	color:#9b5d49;}

p a:hover{
	text-decoration:none;
	border-top:solid #480000 2px;
	border-bottom:solid #480000 2px;
}

.font_color0{	color:#480000;}
.font_color1{	color:#772919;}
.font_color2{	color:#9b5d49;}
.font_color3{	color:#b47e69;}
.font_color4{	color:#cda492;}

.container{
	width: 900px; 
	margin:0 auto; 
	text-align: left;
	background-color:#ffffff;
}

.header{	
	border-bottom:solid #480000 2px;
	margin-bottom:10px;
	width:100%;
	height:85px;
	background-image:url(../images/Soho_Logo.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

ul{	list-style:disc;}

#nav{
	position:absolute;
	margin-top:50px;
	margin-left:490px;
	width:410px;
	float:right;
	z-index:15;
	font-family:Century Gothic, Verdana, Arial, sans-serif;
	font-size:14px;
	letter-spacing:5px;
}

#nav li
{
	list-style-type:none;
	padding: 3px 0 3px 0;
	border-top:solid 10px #ffffff;
	color:#FFFFFF;
}

#nav_b1{	background-color:#480000;}
#nav_b2{	background-color:#772919;}
#nav_b3{	background-color:#9b5d49;}
#nav_b4{	background-color:#b47e69;}
#nav_b5{	background-color:#cda492;}
#nav a{	text-decoration:none;	width:400px;	color:#FFFFFF;}
#nav a:hover{
	text-decoration:none;
	background-color:#ffffff;
	cursor:pointer;
	color:#666666;
}

.nav_l{	width:100%;	line-height:normal;}

.nav_l:hover{	background-color:#ffffff;}

.b_box_home{
	width:97%;
	height:543px;
	border-bottom:solid 2px #480000;
	border-top:solid 2px #480000;
	margin-bottom:10px;
	margin-top:10px;
	background-image:url(/images/homeimage.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
}

.b_box{
	width:97%;
	border-bottom:solid 2px #480000;
	border-top:solid 2px #480000;
	margin-bottom:10px;
	margin-top:10px;
}

.center_content{
	margin-top:10px;
	margin-left:20px;
	margin-bottom:20px;
	width:490px;
	min-height:300px;
	border-top:solid 2px #9b5d49;
	border-right:solid 2px #9b5d49;
}

.page_header{
	font-family:Century Gothic, Verdana, Arial, sans-serif;
	font-size:14px;
	letter-spacing:5px;
	color:#9b5d49;
}

.sub_header{
	font-family:Century Gothic, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#9b5d49;
}

.image_box{	float:right;	width:175px;}

.page_image{	float:right;	width:175px;}

.image_border{
	height:50px;
	width:50px;
	border-bottom:solid 2px #9b5d49;
	border-left:solid 2px #9b5d49;
	float:left;
	margin-top:-45px;
	margin-left:-6px;
	z-index:10;
}

.center_text{	width:300px;	margin-right:10px;}

#map{	border:solid 2px #9b5d49;}

.baseline{
	position:absolute;
	margin-top:-46px;
	float:right;
	height:36px;
	z-index:10;
}

.footer{
 	border-top:solid #480000 2px;
	width:100%;
	text-align:right;
	padding-top:2px;
	padding-bottom:2px;
	font-size:9px;
}

ul.color{list-style-type:disc; color:#FF0000;}