<!--
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px auto 10px auto;
	background-color: #cccccc;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	width: 668px;
}
a:link, a:visited{
	text-decoration: underline;
	color: #333333;
}
a:hover, a:active{
	text-decoration: overline underline;
	color: #7D0B2C;
}
input, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
	border: 1px solid #7D0B2C;
	font-weight: normal;
	font-size: 10px;
	color: #7D0B2C;
}
#build{
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	width: 668px;
	float: right;
}
#content{
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
}
#menu{
	padding-top: 90px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	width: 154px;
	float: left;
}
#menu ul{
	padding: 0px 0px 0px 4px;
	list-style: none;
	margin: 0px;
}
#menu li a:link, #menu li a:visited{
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	display: block;
	color: #ffffff;
	width: 150px;
}
#menu li a:hover{
	background-color: #990033;
	text-decoration: none;
	color: #ffffff;
}
#info{
	padding: 50px 10px 10px 20px;
	width: 480px;
	float: right;
}
#bottom{
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-position: top;
	text-align: center;
	position: relative;
	padding-top: 13px;
	color: #999999;
	width: 668px;
	margin: auto;
	float: right;
}
#bottom a:link, #bottom a:visited{
	text-decoration: underline;
	color: #999999;
}
#bottom a:hover, #bottom a:active{
	text-decoration: overline underline;
	color: #7D0B2C;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #7D0B2C;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #7D0B2C;
}
hr{
	border-bottom: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-top: 1px dotted #7D0B2C;
}
p{
	padding: 0px;
	margin: 0px;
}
b{
	color: #7D0B2C;
}
-->