body {
	color : #73002E;
	text-align : center;
	background-color: #73002E;
	margin: 5px;
	background-attachment: fixed;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #73002e;
	font-weight: normal;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #73002e;
	font-weight: normal;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #73002e;
	font-size: 16px;
}
h4{}
a:link {
	color: #72002E;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
a:visited {
	color: #72002E;
	text-decoration: none;
}

.body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #73002e;
	font-size: 14px;
	text-decoration: none;
	line-height: normal;
}
.over{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #73002E;
}
.under{
	font-family: Tahoma;
	color: #73002e;
	font-size: 10px;
}
.white{
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}
html{
scrollbar-face-color:#73002E;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#73002E;
	scrollbar-darkshadow-color:#73002E;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#73002E;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#Wrapper {
	top:5px;
	width:100%;
	height:100%;
	z-index:2;
	background-attachment: fixed;
	
}

/* start menu */
#navcontainer {
	width: 150px;
	float: left;
	height: 420px;
	margin-right: 5px;
	position: fixed;
	margin-top: 10px;
	padding-top: 180px;
	background-image: url(../images/menu_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#navcontainer ul
{
	margin-left: 5px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 137px;
background-color: #FFFFCC;
border-bottom: 1px solid #73002E;
}

#navcontainer a:link, #navlist a:visited
{
color: #73002E;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #73002E;
color: #ffffcc;
}
/* end menu */


#logo{
	height: 150px;
	width: 820px;
	background-color: #FFFFCC;
	position: absolute;
	left: 16px;
	top: 2px;
	background-image: url(../images/logo_3.gif);
}
#Bottom {
	left:118px;
	width:545px;
	height:73px;
	z-index:3;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	bottom: 28px;
}
#footer {
	width:500px;
	height:20px;
	z-index:3;
	text-align: center;
	font-family: Tahoma;
	font-size: 9px;
	color: #999999;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#footer a:link {
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
