@charset "utf-8";
/* CSS Document */
/* By Agency 47.com */
/* Copyright 2009. All Rights Reserved. */
/* Instead of stealing this, why not ask us to build a site for you? */

body {
	height: 100%;
}

.header {
	width: 800px;
	margin: 0 auto;
	vertical-align: bottom;
}

.header .headerright {
	width: 466px;
	float: right;
	padding-top: 48px;
}

.header .headerleft {
	width: 334px;
	float: left;
}

.header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #444444;
	text-align: right;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.header p a {
	text-decoration: none;
	color: #444444;
}

.header p a:hover {
	text-decoration: none;
	color: #000000;
}

.header p a:active {
	text-decoration: none;
	color: #000000;
}


#container
{
position: absolute;
top: 50%;
left: 50%;
border: 0px solid black;
width: 800px;
height: 600px;
margin-left: -400px;
margin-top: -300px;
}


.main {
	clear: both;
	width: 800px;
	min-height: 450px;
	margin: 0 auto;
	padding-top: 10px;

}

.main .mainleft {
	width: 470px;
	float: left;
}

.main .mainright {
	width: 318px;
	float: right;
	padding-left: 12px;
}

.main-content {
	width: 800px;
	min-height: 450px;
	
}

.main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 18px;
	color: #999999;
	padding-top: 0px;
	margin-top: 0;
	text-align: justify;
}

.main p a {
	text-decoration: none;
	color: #999999;
}

.main p a:hover {
	text-decoration: none;
	color: #333333;
}

.main h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #999999;
	text-align: justify;
	padding: 0;
	margin: 0;
	font-weight: lighter;
	padding-bottom: 10px;
}

.main h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #999999;
	text-align: justify;
	padding: 0;
	margin: 0;
	font-weight: lighter;
	padding-bottom: 10px;
	font-weight: lighter;
}

.main h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #999999;
	text-align: justify;
	padding: 0;
	margin: 0;
	font-weight: lighter;
	padding-bottom: 10px;
	font-weight: lighter;
	padding-top: 10px;
}

.main h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	text-align: justify;
	padding: 0;
	margin: 0;
	font-weight: lighter;
	padding-bottom: 5px;
}











.footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding-top: 18px;
}

.footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #999999;
	letter-spacing: 0.1px;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
	text-align: center;
}

.footer p a {
	color: #999999;
	text-decoration: none;
}

.footer p a:hover {
	color: #333333;
	text-decoration: none;
}

