@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#6c6c6c;
	height: 100%;
}

html {
	height: 100%
}
	
/* 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%;}



/* maincontainer */
#mainContainer { 
	width: 660px; 
	padding: 0px; 
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background: #efeeda;
	min-height: 100%;
	height: auto;
	height: 800px;
}



/* ===== HEADER ===== */

#topSection {
    clear:both;
	height: 120px;      /* set size equal to banner image */
    width:100%;
	background: url(header.jpg) no-repeat;
}


/* ===== MainCopy  ===== */

#mainCopy {

	width: 90%;
	margin-left: 40px;
}

/* ===== Typography  ===== */

p { 
	font-family: Times, serif;
	font-size: 20px;
	color: #6c6c6c;
	line-height: 28px;
	letter-spacing: 1px;
	font-weight: 600;
	letter-spacing: 1px;

}


li { 
	font-family: Times, serif;
	font-size: 20px;
	color: #6c6c6c;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: 600;
	letter-spacing: 1px;
	list-style-type: none;

}

#rightList {
	float: right;
}

#leftList {
	float: left;
}

