/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0px 40px 0px 0px;
	height:100%;
}
a:link{
	color:#A41536;
}
a:visited{
	color:#A41536;
}
a:hover{
	color: #8C2351;
}
#header{
	height: 154px;
	width: 760px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#header_left{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 154px;
	width: 430px;
	float: left;
}
#header_right{
	float: right;
	width: 329px;
	height: 154px;
	padding-left: 431px;
}
#main{
	width: 760px;
	margin:0px;
	text-align: left;
	height:35%;
}
#main_header{
	background-image: url(../images/main_header.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 60px;
}
#main_footer{
	clear: both;
	background-image: url(../images/main_footer.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 76px;
}
#footer{
	font-size: 11px;
	width:738px;
	text-align:right;
	padding-right: 28px;
	margin-top: 5px;
}

#nav{
	width:145px;
	text-align: right;
	font-weight: bold;
	float: left;
	padding-top: 45px;
	list-style-type: none;
	line-height: 25px;
}
#content{
	margin-left: 175px;
	padding-bottom: 15px;
	height:80%;
	min-height:225px;
}
h1{
font-size:18px;
color:#A41536;
}
h2{
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}
h3{
}
