body {
	background-color: #ECECEC;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
#container {
	width: 1002px;
	background-color: #FFFFFF;
}
#leftcontainer {
	float: left;
	width: 760px;
}
#leftcontainer #reflection {
	background-image: url(images/reflection-strip.jpg);
	height: 37px;
	width: 760px;
}
#header #logo {
	float: left;
	height: 74px;
	width: 199px;
}
#header #fill {
	float: left;
	height: 74px;
	width: 561px;
}
#header #rightheader {
	float: left;
	height: 74px;
	width: 242px;
	background-image: url(images/right-top.jpg);
}
#leftcontainer #menu {
	height: 524px;
	width: 199px;
	background-image: url(images/left-menu-pannel.jpg);
	float: left;
}
#leftcontainer #contentarea {
	background-image: url(images/content.jpg);
	height: 506px;
	width: 501px;
	padding: 8px 40px 10px 20px;
	float: left;
	line-height: 16px;
}
#leftcontainer #menu #navigation {
	width: 160px;
	margin-left: 20px;
}
#contentarea h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #6ABE29;
	letter-spacing: -2px;
	margin: 0px;
	line-height: 25px;
}
.large {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -4px;
	color: #949494;
}

.smaller {
	font-size: 20px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #949494;
	letter-spacing: -1px;
}
#contentarea #text {
	float: left;
	width: 280px;
	padding-top: 40px;
}
#contentarea #pics {
	float: left;
	width: 220px;
}



#leftcontainer #footer {
	background-image: url(images/footer.jpg);
	height: 40px;
	width: 720px;
	text-align: left;
	vertical-align: bottom;
	color: #AF9413;
	padding-top: 125px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer a {
	color: #AF9413;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#rightcontainer {
	background-image: url(images/right-bg.jpg);
	height: 726px;
	width: 242px;
	float: left;
}
#contentarea a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#contentarea a:hover {
	color: #949494;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	letter-spacing: -1px;
}
