#header {
	height:220px;
	width:auto;
	position:relative;
	color:#FFFFFF;
	z-index:1;
}

#header a:link, #header a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#header a:hover {
	text-decoration:underline;
}

#header #logo {
	position:absolute;
	top: 10px;
	left:0px;
	width:184px;
	height: 168px;
}

#header #address {
	position:absolute;
	top: 150px;
	left:0px;
	width:310px;
	text-align:right;
	font-size:1.2em;
}

#header #address .phone {
	font-size: 24px;
	
}

#header #slogan {
	position:absolute;
	top: 20px;
	left:460px;	
}

#header #flashContainer {
	position: absolute;
	top:70px;
	left:315px;
	height:370px;
	width:670px;
	background-image:url(images/templates/home/flash-bg.png);
	text-align:center;
	z-index:10;
}
#header #flashContainer #flash {
	margin:15px auto;
	text-align:center;
}

#main{
	position:relative;
	width:auto;
	height:430px;
	background-image:url(images/templates/main/trans-col-bg.png);
	background-repeat:repeat-y;
	z-index:0;
	overflow:hidden;
}

#main #LHS {
	background-image:none;
}
#main #LHS .content {
	margin:0px 0px 10px 10px;
	padding:10px;
	width:auto;
}

#main #RHS {
	background-image:none;
	/*background-color:#FFFFFF;*/
}

#main #RHS .content {
	padding:200px 10px 0px 10px;
	overflow:hidden;
}

#buttons {
	width:1000px;
	clear:both;
	padding: 20px 0px;
	overflow:hidden;
}