

body {
	font-family: Georgia, Verdana, serif;
	font-size: 90%;
	line-height: 1.6em;
	margin:0 auto;
	padding: 0;
	background-color:#7f7f7f;
	color:#fff;
	width:100%;
	
}

#envelope {
	text-shadow:#000 1px 1px 1px;
	width:683px;
	margin:20px auto;
	padding:0 0 30px 240px;
	background:url('../images/lights2.jpg') no-repeat scroll;
}

#header {
	height:75px;
	padding:60px 0 0 50px;
}	

.subhead {
	margin:25px;
	float:right;
	color:#fff;
}

#content-main {
	margin:35px auto;
	width:635px;
	text-align:center;
	position:relative;
	left:-32px;
}

#content-main h2 {
	font-size:1.5em;
}	

#col-wrapper {
	margin:10px auto;
	text-align:left;
	width:500px
}	

#l-col, #r-col {
	border: 1px solid #888;
	padding:10px;
	width:200px;
	min-height:210px;
}

#l-col ul, #r-col ul {
	list-style-position:outside;
	list-style-type:disc;
	font-weight:bold;
	margin-left:25px;
} 

#l-col {
	float:left;
}

#r-col {
	float:right;
}	

#sub-envelope {
	width:460px;
	margin:25px auto;
}

#sub-right {
	float:left;
	width:175px;
}	

#sub-left {
	position:relative;
	top:-50px;
	left:-50px;
	text-align:left;
	float:left;
}

#sub-right li {
	font-weight:bold;	
}

#sub-left ul {
	list-style-type:none;
	padding-left:23px;
	line-height:17px;
}

#sub-center {
	float:left;
	width:285px;
}	

#sub-left h2, #sub-center h2, #sub-right h2 {
	font-size:1.2em;
}


h3 {
	text-align:center;
	background-color:red;
	font-size:1.1em;
}

img {
	border: 0;
}

h1 {
	font-size: 2.7em;
	font-weight: normal;
}

#container {
	background:transparent url(../images/lights2-6.jpg) no-repeat scroll;
	padding-left:200px;
}

#container h1 {
	padding:20px 10px;
	background-color:#aaa;
}	

// clearfix

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



