﻿body 
{
	background-color: #d4b404;	
	
	color: #4d391d;
}

p
{
	font-family: Century Gothic, Arial, Verdana, Times New Roman;	
}

img
{
	border: 0px solid #4d391d;
}

#PageContainer
{
	width: 100%;
	
	text-align: center;
}

#Page
{
	width: 900px;
	
	padding-top: 10px;
	
	text-align: left;
	
	margin: auto;	
}

#PageContainer #Page #Header
{
	text-align: center;
	
	width: 100%;
	height: auto;
}

#PageContainer #Page #Body
{
	width: 100%;
	height: auto;
	
	background: url(images/main-background.png) no-repeat bottom right;
	
	font-size: 80%;
}

#PageContainer #Page #Footer
{	
	width: 100%;	
	
	padding-top: 30px;
}

#PageContainer #Page #Footer p
{
	font-size: 75%;
}


#PageContainer #Page #Footer a
{
	color: #4d391d;
}

#PageContainer #Page #Footer a:hover
{
	text-decoration: none;
}

#PageContainer #Page .Links
{
	padding-top: 15px;
	
	width: 100%;
	
	text-align: center;
	
	font-size: 75%;
}

#PageContainer #Page .Links a img
{
	border: none;
	
	vertical-align: top;
}

#PageContainer #Page .Links a
{	
	width: auto;
	height: auto;
	
	padding-right: 10px;
	padding-left: 10px;
}

#PageContainer #Page #Body #Text
{
	padding: 10px;
	padding-bottom: 150px;
		
	width: 400px;
}