a {
	color: #000;
	text-decoration: none;
}
body {
	
	
	margin: 0px 0px 0px 0px;
	text-align: center;
	/*background:#ccc;*/
	background:url(../img/bg2.jpg);
}
.banner {
	background: #cccccc ;
	width: 930px;
	height:300px;
	float:left;
}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 14px;
	
}

/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #6c0d0f #6c0d0f #6c0d0f #6c0d0f; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 960px; 
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 14px;
}
.container {
	margin: 10px;
}


/*sidebar*/

.sidebar {
	
	text-align: left;
	width: 270px;
	height: 275px; 
	float:left;
	background: #cfcfcf;
	
	
}



/* nav */

.menu a {
	background: #6c0d0f url(../img/home.png)  ;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #fff;
	float: left;
	padding-top: 4px;
	width: 185px; 
	height: 36px;
	font-size: 18px;
}
.menu a span {
	padding-left: 50px;
	
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #6c0d0f;
}

.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}

.Contactfield {
	text-align:left;
	width: 660px;
	height: auto; 
	float:right;
	background: #ffffff;font-family: Century Gothic, Helvetica, sans-serif;



	
}

/* content */
.content {
	background: #ffffff;
	font-family: Century Gothic, Helvetica, sans-serif;
	clear: both;
	font-size: 16px;
}
.content h1 {
	margin: 0;
	font-family: Century Gothic, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
}
.content p {
	margin: 20px 0 6px; color: #666;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 15px;
}

.mainContent {
	background:  #fcfcfc;
	padding: 10px;
	width: 660px;
	height: auto; 
	float:left;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 16px;
}

.sideContent {
	background:  #fcfcfc;
	padding: 10px;
	width: 230px;
	height: 246px;
	float:left; 
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 12px;
}


.contactlinks {
	background: #cccccc;
	padding: 10px;
	width: 232px;
	height:auto;
	float:left; 
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 12px;
	
	
}


/* footer */
.footer {
	
	background: #ededed;
	color: #666;
	width:960px;
	height:25px;
	clear:both;
	font-size: 9px;
	font-family: Century Gothic, Helvetica, sans-serif;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #db9214;}


.footerlink {
	
	font-size:9px;
	color:#db9214;
	
	
}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
