
body {
	background-color: #828277;
	margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

div.main
{
	margin-right:auto;
    margin-left: auto;
    width: 600px;
	border-right-width:1px;
    border-right-style:solid;
    border-right-color:black;
	border-left-width:1px;
    border-left-style:solid;
    border-left-color:black;
	border-top-width:1px;
    border-top-style:solid;
    border-top-color:black;
	border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:black;
	background-color: #CCCCCC;
}


div.footer
{
	margin-right:auto;
    margin-left: auto;
   background-color: #FF9933;
	text-align:center;
}
	
div.header
{
	margin-right:auto;
    margin-left:auto;
    margin-top: 0;
	width:600px;
	background-color: #FF9933;
	border-bottom-width:3px;
    border-bottom-style:solid;
    border-bottom-color:#FF6633;
	text-align:left;
}

h1 {
	font-family: Georgia, Verdana, Arial;
	font-size: 120%;
	font-weight: bold;
	text-align:center;
	color: #330000;
}

h1.left {
	font-family: Georgia, Verdana, Arial;
	font-size: 120%;
	font-weight: bold;
	text-align:left;
	color: #330000;
}

p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330000;
	font-size: 100%;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

p.about
{
	font-family: Arial, sans-serif;
	color: #330000;
	font-size: 100%;
	text-align:justify;
	padding-right:10px;
}

.image
{padding:10px}

td.link
{
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #330000;
	text-align:center;
}

td.link
{
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #330000;
	text-align:center;
}

a.main
{
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight:600;
	color:#663300;
	text-decoration:none;
}

a.main:hover
{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #663300;
	text-decoration:underline;
}

a.footer
{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #330000;
	text-align:center;
	text-decoration:none;
}

a.footer:hover
{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #330000;
	text-align:center;
	text-decoration:underline;
}

a.contact
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330000;
	font-size: 100%;
	font-weight:bold;
	text-decoration:underline;
}

a.list
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#330000;
	text-align:left;
	text-decoration:none;
}

a.list:hover
{
	text-decoration:underline;
	color:#FF9933;
}

td.caption
{
	font-family:"Times New Roman", Times, serif;
	color:#330000;
	text-align:right;
	padding-right:15px;
	padding-left:15px;
	font-size:90%;
}