﻿html 
{
	background-color: #a99b83;
	background-image: url(../Images/Background.png);
}

body 
{
	font-family: Sans-Serif;
	width: 600px;
	margin: 10px auto 10px auto;	
	background-image: url(../Images/BodyBackground.png);
	font-size: 80%;
	padding: 0;
}

a, a:link, a:active, a:visited, a:hover
{
	color: #eee;
	text-decoration: none;
}

a:hover
{
	color: White;
	text-decoration: underline;
}

th, td
{
	vertical-align: top;
}

h1, h2, h3
{
	color: White;
}

h1
{
	padding-left: 20px;
	padding-top: 10px;
	background-image: url(../Images/BodyTop.png);
	margin-bottom: 2px;
	margin-top: 0px;
}

h1 img
{
	margin-right: 10px;
}

h2
{
	margin-top: 5px;
}

#Header p
{
	margin: 0px;
	padding-left: 20px;
	font-size: 8pt;
	color: White;
}

#Content
{
	padding: 20px;
}
#Footer
{
	background-image: url(../Images/BodyBottom.png);
	height: 50px;	
}

#Left
{
	float: left;
	width: 250px;
}

#Right
{
	float: right;
	width: 190px;	
}

#Right h3
{
	font-size: 10pt;
}

.Clear
{	
	clear: both;
}

.Info
{
	background-color: #f3da97;
	border: solid 1px #fdf0cb;
	border-bottom-color: #ceb676;
	border-right-color: #bca361;
	font-size: 10pt;
	margin: 0px 5px 5px 5px;
	color: #684f0a;
}

div#Form
{
	margin-bottom: 20px;
}

.Png
{
	behavior: url(styles/png.htc);
}

div#Copyright
{
	background-color: #a99b83;	
	background-image: url(../Images/Background.png);
	color: #555555;
	text-align: center;
	font-size: 80%;
}

.Pizza
{		
	border: solid 1px #222;
	border-top-color: #eee;
	border-left-color: #eee;
	padding-left: 10px;
	margin-bottom: 5px;
	background-color: #b38d6f;
	background-image: url(../Images/PanelCorner.png);
	background-repeat: no-repeat;
	color: #eee;
}

p
{
	margin: 5em 0 0 0;
	font-size: 0.85em;
}
