/* CSS Document */

body, html {
	background: url(../assets/background.jpg) #000000 top repeat-x fixed;
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
a:link, a:visited, a:hover, a:active {
	color: #000000;
}
h1, h2, h3, h4, h5{
	color: #cf0360;
	margin-top: 0px;
	margin-bottom: 5px;
}
h1{
	font-size: 24px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px;
	margin-bottom: 0px;
}
h4{
	font-size: 14px;
}
h5{
	font-size: 12px;
}
p{
	margin-top: 0px;
	margin-bottom: 5px;
}
#fade_left{
	background: url(../assets/fade_left.png) top right repeat-y;
	min-height: 100%;
	float: left;
	width: 15px;
	position: fixed;
}
#fade_right{
	background: url(../assets/fade_right.png) top right repeat-y;
	height: 100%;
	margin-left: 905px;
	width: 15px;
	position: fixed;
}
#bodyDiv{
	height: 100%;
	width: 920px;
	margin: auto;
	color: #FFFFFF;
}
#contentDiv{
	text-align: left;
	width: 890px;
	height: 100%;
	margin: auto;
	background: #FFFFFF;
	color: #000000;
}
#copyDivFlash{
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 870px;
	background: #FFFFFF;
}
#copyDiv_noFlash{
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 870px;
	background: url(../assets/body_top.jpg) top repeat-x #FFFFFF;
}
#footerDiv{
	text-align: center;
	width: 870px;
	margin: auto;
	color: #999999;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	background:#FFFFFF;
	clear: both;
}
#menuNoFlash{
	width: 890px;
	height: 176px;
}
a.footer:link, a.footer:visited, a.footer:hover, a.footer:active {
	color: #999999;
	font-size: 11px;
} 