body {
	margin:0px;
	padding:0px;
	background:#d7d7d7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}


#wrapper {
	width:786px;
	margin:35px auto 0px auto;
}
#main {
	background:url(/images/main_bg.jpg) repeat-y;
	width:753px;
	padding:0px 22px 10px 11px;
	float:left;
}
#main .title {
	line-height:26px;
	font-size:20px;
	float:left;
	padding-right:60px;
	border-bottom:#fe0000 solid 2px;
	margin-bottom:10px;
	margin-top:10px;
}
#main .content {
	float:left;
	width:768px;
	margin-bottom:10px;
}

#header {
	background:url(/images/head.jpg) repeat-y;
	width:786px;
	height:166px;
}
#footer {
	background:url(/images/foot.jpg) repeat-y;
	width:786px;
	height:7px;
	float:left;
}
#menu {
	background:url(/images/menu_bg.jpg) repeat-x;
	width:748px;
	height:37px;
	position:relative;
	top:0px;
	left:0px;
	line-height:37px;
	text-align:right;
	padding-right:10px;
}
#menu a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover {
	text-decoration:underline;
}
#locThumbs {
	width:786px;
	float:left;
	margin-top:10px;
}
#locThumbs ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#locThumbs li {
	margin:0px;
	padding:0px;
	float:left;
	width:187px;
	height:120px;
}
#locThumbs li a{
	color:#333333;
	text-decoration:none;
}
#locThumbs li a:hover{
	text-decoration:underline;
}
#locThumbs li .imgholder{
	background:url(/images/locthumb_bg.jpg) no-repeat;
	width:91px;
	height:78px;
	float:left;
	padding:7px;	
}

#locThumbs li .locinfo{	
	width:78px;
	height:92px;
	float:left;	
}

.redfont {color:#FF0000}
#bigMap {
	background:url(/images/locbig_bg.jpg) no-repeat;
	width:423px;
	height:336px;
	float:left;
	padding:10px;		
}
#locationInfo {
	padding:0px 10px 0px 10px;
	float:left;
	font-size:13px;
	color:#333333;
	line-height:18px;
}
.block {	
	width:370px;
	margin:5px;
}
.fieldLabel {	
	float:left;
	width:70px;
	font-size:12px;

}