BODY
{
	background-image: url(../images/bg-pattern2.gif);
	background-color: #0F645A;
}
#container
{
	width: 800px;
	margin: 0 auto;
}
#header
{
	width: 100%;
	background-color: #282D2D;
	height: 40px;
	margin: 0 auto;
	border-bottom: 1px dotted #BDDFB3;
}
#inner-wrap
{
	width: 800px;
	margin: 0 auto;
	display: block;
}
#logo
{
	width: 290px;
	height: 40px;
	background-image: url(../images/namelogo.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin: 0 0 0 80px;
}
#buttons
{
	position: relative;
	height: 40px;
	width: 290px;
	float: right;
	padding: 0 70px 0 0;
}
#buttons LI
{
	float: left;
	margin: 10px auto;
}
#buttons A
{
	font: 12px;
	padding: 10px 8px;
	text-decoration: none;
	color: #BDDFB3;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
}
#buttons A:hover
{
	text-decoration: none;
	background-color: #0F645A;
	background-position: center bottom;
	color: #282D2D;
}
#bg_color
{
	background: #282D2D;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	filter: alpha(opacity=30);
	z-index: -1;
}
#content
{
	min-height: 250px;
	padding: 40px 20px;
	position: relative;
	text-align: center;
}
#footer
{
	border-top: 1px dotted #BDDFB3;
	height: 50px;
}
.copyright
{
	color: #BDDFB3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	margin: 10px 0;
}
#content H1
{
	font: 51px Georgia;
	color: #C0E0B7;
	margin: 10 0 0;
	text-align: center;
}
#content P
{
	font: 16px Georgia;
	color: #C0E0B7;
}
#shadow
{
	height: 22px;
	width: 100%;
}
H2
{
	text-indent: -9999px;
}
A
{
	color: #BDDFB3;
	text-decoration: underline;
}
