body{
	background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#bebfa1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0px;
	padding:0px;
	color:#333333;
}
a:link,
a:active,
a:visited{
	color:#c5666e;
	text-decoration:none;
}
a:hover{
	color:#646464;
}
#container{
	width:913px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}
#page{
	width:893px;
	margin-left:10px;
}
#header{
	height:200px;
}
#media{
	background-color:#c5666e;
	height:195px;
	position:relative;
	top:0px;
	z-index:2;
}
#topmenu{
	visibility:hidden;
	position:relative;
	left:780px;
	top:-190px;
	width:100px;
	height:20px;
	line-height:20px;
	font-size:9px;
	z-index:10;
	background-color:#FFFFFF;
	text-align:center;
}
#topmenu a:link,
#topmenu a:active,
#topmenu a:visited{
	color:#646464;
	text-decoration:none;
	text-transform:uppercase;
}
#mainmenu{
	position:relative;
	top:-27px;
	height:56px;
	background-image:url(../img/mainmenu_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:893px;
	z-index:5;
}
#mainmenu_first,
#mainmenu_second{
	padding-left:19px;	
}
#mainmenu_first img{
	margin: 0px 15px 0px 0px;
}
#mainmenu_second img{
	margin: 0px 15px 0px 0px;
}
#breadcrumb{
	margin-top:45px;
	margin-bottom:5px;
	background-image:url(../img/breadcrumb_bg.jpg);
	background-repeat:repeat-x;
	height:18px;
	font-size:9px;
	color:#646464;
	line-height:18px;
	text-transform:uppercase;
}
#breadcrumb .spacer{
	margin-left:25px;
}
#breadcrumb a:link,
#breadcrumb a:active,
#breadcrumb a:visited{
	color:#646464;
}
#breadcrumb .cur{
	color:#c5666e;
}
#content{
	width:893px;
	margin-top:10px;
}
#leftfloat {
	float:left;
	width:700px;
}
#rightfloat {
	float:left;
	width:190px;
}
#content_left{
	margin:20px 50px 0px 25px;
}

#googlemap {
	width:600px;
	height:300px;
}

.csc-textpic-caption{
	display:block;
	font-size:11px;
	padding:3px;
	color:#646464;
}


.border{
	width:680px;
	height:1px;
	background-color:#CCCCCC;
	margin-top:30px;
	margin-bottom:30px;
}


.clear {
	clear:both;
	line-height:0px;
}
.hidden {
	display:none;
	line-height:0px;
}




