@charset "utf-8";
/* CSS Document */
*{
padding: 0px;
margin: 0px;
}
html{
	min-height			: 100%;
	
	margin-top			: 0px;
	margin-left			: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;
	padding				: 0px;
}
body{
	margin-top			: 0px;
	margin-left			: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;
	padding				: 0px;
	min-height			: 100%;
	
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #000000;
	background-color	: #5a111d;
	/*
	background-image	: url(../images/backgroundGradient.jpg);
	background-repeat	: repeat-x;
	*/
}
.backgroundFade{
	position			: absolute;
	width				: 100%;
	background-image	: url(../images/backgroundFade.png);
	background-repeat	: no-repeat;
	background-position	: center;
	height				: 301px;
	margin-top			: 72px;
}
#wrapper{
	position			: relative;
	margin-left			: auto;
	margin-right		: auto;
	width				: 100%;
}
	#container{
		position			: relative;
		margin-top			: -361px;
		margin-top			: 0px;
		width				: 892px;
		margin-left			: auto;
		margin-right		: auto;
		padding				: 0px;
	}
		#head{
			margin				: 0px 0px 4px 4px;
			width				: 884px;
			background-color	: #fcfcf2;
			height				: 68px;
			padding				: 0px 0px 0px 0px;
		}
			#logo{
				margin				: 0px;
				padding				: 0px;
				width				: 149px;
				height				: 68px;
				float				: left;
			}
			#topmenu{
				margin				: 25px 0px 0px 0px;
				width				: 700px;
				height				: 32px;
				float				: left;
			}
				#topmenu ul{
					float				: left;
					list-style			: none;
					padding				: 0px 0px 0px 0px;
				}
				#topmenu li{
					float				: left;
					padding				: 0px 0px 0px 20px;
				}
				#topmenu a {
					font-family			: "Myriad Pro", Arial, Verdana, Helvetica, sans-serif;
					color				: #a13a4a;
					font-size			: 14px;
					font-weight			: bold;
					font-style			: italic;
					text-decoration		: none;
				}
				#topmenu a:hover {
					color				: #eae3d4;
				}
		
		#footer{
			margin-left				: 4px;
			padding-top				: 30px;
			height					: 20px;
			width					: 884px;
			font-size				: 10px;
			color					: #FFFFFF;
		}
		#footer a{
			color					: #FFFFFF;
		}
		#footer a:hover{
			color					: #FFFFFF;
			text-decoration			: none;
		}
			#footerLeft{
				float					: left;
				width					: 400px;
			}
			#footerRight{
				float					: left;
				width					: 484px;
				text-align				: right;
			}
.hidden{
	display			: none;
}		
#printLink:link {
	color				: #000000;
	text-decoration		: none;
}		
#printLink:hover {
	color				: #666666;
}	
#printLink img{
	vertical-align	: top;
	padding			: 0px 5px 0px 0px;

}