/* CSS Document */
body {
	background-color:#E2E4E4;
}
#wrapper {
	background-color:#4B4D4D;
	width:800px;
	height:835px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}

#header {
	width:800px;
}

#flashsection {
	width: 800px;
	padding:0px;
}

#mainfeature {
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.inner {
	margin-left:40px;
	width:720px;
}
.inner h1 {	
	margin-top:0;
	margin-bottom:0.7em;
	font-family: "trebuchet MS";
	font-weight:normal;
	font-size:20px;
	line-height:24px;
	color:#B6D1E2;
	letter-spacing:-0.01em;
}
.inner p {
	background-image:url(img/Bullet-arrows.gif);
	background-repeat:no-repeat;
	background-position: x0px y1px;
	text-indent: 2em;
	font-family:Arial, sans-serif;
	color:#C8CBCA;
	font-size:15px;
	line-height:15px;
	font-weight:lighter;
}
.teasermain {
	float:left;
	margin-top:5px;
	margin-left:40px;
	width:350px;
	height:145px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C8CBCA;
}
.teasermain p {
	margin-top:0px;
	margin-bottom:1em;
	background-image:url(img/Bullet-arrows2.gif);
	background-repeat:no-repeat;
	text-indent:25px;
	font-family:Arial, sans-serif;
	color:#C8CBCA;
	font-size:15px;
	line-height:16px;
	font-weight:lighter;
}
.teasersidebar {
	float:left;
	width:330px;
	height:150px;
	margin-left: 40px;
	margin-top:5px;
}
.teasersidebar p {
	margin-top:0px;
	margin-bottom:1em;
	background-image:url(img/Bullet-arrows2.gif);
	background-repeat:no-repeat;
	text-indent:25px;
	font-family:Arial, sans-serif;
	color:#C8CBCA;
	font-size:15px;
	line-height:16px;
	font-weight:lighter;
}
#copyright {
	float:left;
	margin-left: auto;
    margin-right: auto;
	margin-top:15px;
	margin-bottom:20px;
	padding:0px;
}
