body
{
	margin: 0;
	padding: 0;
	background-image: url("/images/backgroundBody.gif");
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#Wrapper
{
	margin-top: 74px;
	margin-left: auto;
	margin-right: auto;
	width: 915px;
}

#Monogram
{
	position: absolute;
	top: 8px;
	padding-left: 31px;
}

#Menu
{
	color: #fff;
	float: left;
	padding-top: 190px;
	text-align: right;
	font-size: 17px;
}

#Menu ul
{
	list-style-type: none;
	padding: 0;
	width: 165px;
}

#Menu ul li
{
	border-top: dotted 1px #949494;
	padding: 5px 13px 5px 0;
}

#Menu a
{
	color: #fff;
	text-decoration: none;
}
#Menu a:hover
{
	text-decoration: underline;
}

#ContentWrapper
{
	float: left;
	width: 750px;
	box-shadow: 10px 15px 70px 3px #000;
	border-radius: 10px;
}

#Header
{
	color: #fff;
	text-align: right;
	height: 112px;
	padding: 13px 82px 0 0;
	font-family: Georgia;
	font-style: italic;
	font-size: 20px;
	border-radius: 10px 10px 0px 0px;
	background-image: linear-gradient(top, #a82626, #741a1b 100%);
	background-image: -webkit-linear-gradient(top, #a82626, #741a1b 100%);
	background-image: -moz-linear-gradient(top, #a82626, #741a1b 100%);
	background-image: -o-linear-gradient(top, #a82626, #741a1b 100%);
	background-image: -ms-linear-gradient(top, #a82626, #741a1b 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a82626', endColorstr='#741a1b'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a82626', endColorstr='#741a1b')"; /* IE8 */
}

#Header div
{
	text-shadow: 2px 2px 3px #000;
}
#Header div:first-child
{
	font-family: 'Great Vibes';
	font-style: normal;
	font-size: 60px;
}

#Ribbon
{
	background-image: url("/images/backgroundRibbon.gif");
	height: 14px;
}

#Content
{
	background-color: #fff;
	min-height: 400px;
	border-radius: 0 0 10px 10px;
	padding: 1px 70px 1px 90px;
}

#MainPhoto
{
	position: absolute;
	top: 240px;
	margin-left: 240px;
}

#Copyright
{
	clear: both;
	padding: 5px 10px;
	color: #666;
	font-size: 12px;
	text-align: right;
}

#Copyright a
{
	color: inherit;
	text-decoration: none;
	border-bottom: dotted 1px #666;
}
#Copyright a:hover
{
	border-bottom: none;
}

body.Frontpage
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

body.Frontpage h1
{
	margin-top: 0;
	padding-top: 0;
}

body.Frontpage h2
{
	margin-bottom: 0;
	padding-bottom: 0;
}

body.Frontpage > div
{
	color: #666;
	text-align: center;
}