a {
	color:#AC9568;	
}

a { text-decoration:none; }

body {
	margin:0px;

	background:#C0C0C0;
	font-family:Arial,Helvetica,sans-serif;
}

#container {
	width:1050px;

	text-align:left;
	background-color:#FFFFFF;
	font-size:12px;
	line-height:20px;
  border:1px solid #000000;
	
}

html>body #container {
	width:800px;
}

#container #header {
	height:194px;
	background:#CDD7E1;
}

#header #logo {
	float:left;
	background:#FFFFFF;
	width:138px;
}

html>body #header #logo {
	width:135px;
}

#header #banner img {
				margin-left:-2px;
}

html>body #header #banner img {
				margin-left:0px;
}
#main {
	margin:0px;
	padding:0px;
	height:100%;
}

html>body #main{
	height:auto;
	min-height:403px;
}
#left {
	float:left;
	width:135px;
  background:#B2C2D2;
  margin:0px;
  padding:0px;
	border:0px solid black;
	height:100%;
}

html>body #left{
	height:auto;

}
#left #search {
	margin:0px;
	padding:0px;
	width:138px;
	background:#999999;
	height:45px;
} 

html>body #left #search {
	height:50px;
	width:135px;
}

#left #contact_box{
	text-align:center;
	padding:20px 0px 10px 0px;
}

#content {
	margin:0px 0px 0px 135px;
	padding:0px 30px 0px 35px;
}
html>body #content {
	margin:0px 0px 0px 135px;
}

#content.home {
	margin:0px 0px 0px 138px;
	padding:0px 0px 0px 33px;

}
html>body #content.home {
	margin:0px 0px 0px 135px;
	padding:0px 0px 0px 35px;
}
#header_image {
	border-bottom:5px solid #FFFFFF;
}

#content.home {
width:650px;
}

#content p.home{
	font-size:17px;
	color:#666666;
	font-weight:normal;
}
#content a img{
				 border:0px;
}
 
#footer {
	clear:both;
	text-align:center;
	color:#6686A6;
	font-size:11px;
	padding:0px;
	letter-spacing:0px;
	margin-top:10px;
}

#footer a {   

	  color:#6686A6; 
		font-size:11px; 
		letter-spacing:0px; 
		text-decoration:none;

}

#footer a:hover {
				color:#FFFFFF; 
				text-decoration:underline; 
}


