body {
    background:#ffffff url(../Images/background.jpg) top center repeat-y;
	font-family		: Arial, sans-serif;
	font-size		: 13px;
	color           : #000000;
	text-decoration	: none;
	margin			: 0px;
	padding			: 0px;
	height			: 110%;
}

#wrap {
    color:black;
    width:970px;
    margin: 10px auto;
	margin-top: 0px;
    padding:0;
}

#header {
    width:970px;
	height: 133px;
}

H1 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

H2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

H3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.content {
    margin-left: 110px;
    margin-right: 110px;
	margin-bottom: 15px;
    padding: 0px;
	padding-top: 10px;
}

a:link
{
    color			: black;
}

a:active
{
    color			: black;
}

a:visited
{
    color			: black;
}

a:hover
{
    color			: Brown;
}
