html{
	height: 100%;
}

body{ 	
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	color: #606B70;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url('../img/gradient.gif') left top repeat-x #CBCBCB;
}

#bg{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -431px;
	width: 862px;
	height: 100%;
	z-index: 1;
}

.bg_pngfix{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='img/bg.png', sizingMethod='scale');
}

.bg_nofix{
	background: url('../img/bg.png') center repeat-y;
}

#site{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -391px;
	width: 782px;
	z-index: 2;
}

#header{
	background: url('../img/header.jpg') left top no-repeat #ffffff;
	width: 782px;
	height: 118px;
}

#menu{
	background: #ffffff;
	width: 782px;
	height: 60px;
	font-size: 0px;
}

#menu img{
	float: left;
}

#container{
	margin-bottom: 20px;
	width: 782px;
}

#quote{
	position: absolute;
	margin-top: 50px;
	margin-left: 24px;
}

#address{
	position: absolute;
	margin-top: 50px;
	margin-left:48px;
	width: 158px;
	left: 21px;
	top: 187px;
}

#divider{
	position: absolute;
	margin-top: 25px;
	margin-left: 229px;
	background: url('../img/vertical_divider.gif') repeat-y;
	width: 11px;
}

#footer{
	position: absolute;
	height: 20px;
	left: 50%;
	margin-left: -391px;
	width: 782px;
	z-index: 3;
	background: url('../img/footer_bg.gif') repeat-x bottom left #ffffff;
}

#right{
	padding-top: 21px;
	padding-left: 280px;
}

#imageframe{
	float: left;
	width: 313px;
	height: 139px;
	background: url('../img/imageframe.gif') no-repeat top left #ffffff;
}

.imagecontent{
	margin: 7px 6px 7px 7px; 
	overflow: hidden;
	width: 300px;
	height: 125px;
}

#pageblock{
	float: left;
	width: 143px;
	height: 139px;
	background: url('../img/pageblock.gif') no-repeat top left #ffffff;
	overflow: hidden;
}

.blockcontent{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

#content{
	margin-top: 10px;
	margin-left: 5px;
	width: 450px
}

#content h1{
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

#content p{
	margin: 0px 0px 1em 0px;
	padding: 0px;
}
