body
{
	padding: 0;
	margin: 0;
	background: #322C20;
	color: #322C20;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #C83435;
}

a:hover
{
	text-decoration: none;
	color: #FF3333;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -270px;
	left: 50%;
}

#outercontainer h1
{
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 280%;
	text-align: left;
	color: #776F5B;
}

#header
{
	width: 800px;
	height: 29px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFF;
	width: 760px;
	height: 370px;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 350px;
	
	border-right: 20px solid #FFF;
	padding: 0px;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #C83435;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: left;
	
	
	
}

#containerright
{
	float: left;
	width: 350px;
	height: 350px;
	border-left: 20px solid #FFF;
	background-image: URL('background-site.jpg');
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position:center; 
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding-top: 3px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 95%;
}

#containerright h3
{
	margin: 0;
	padding-top: 3px;
	font-size: xx-small;
	line-height: 120%;
	padding-bottom: 5px;
}

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #FFF;
}

#footer a
{
	text-decoration: none;
	color: #776F5B;
}

#footer a:hover
{
	text-decoration: none;
	color: #C83435;
}