body{
	margin:0px;
	background-color:#000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
:focus{
	outline:none;
}
a:link{
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
a:active{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
.menu{
	height:58px;
	background-image:url(images/index_menubg2.png);
	background-repeat:repeat-x;
}
.menubg{
	background-image:url(images/index_menubg3_tiled.png);
	background-repeat:repeat-x;
	background-position:center;
}
.menubg2{
	background-image:url(images/index_menubg3.png);
	background-repeat:no-repeat;
	background-position:right;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: #000 1px 1px 1px;
}
.menulogo{
	margin:20px;
}
.header_red{
	background-image:url(images/index_header_red.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:267px;
}
.header_yellow{
	background-image:url(images/index_header_yellow.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:267px;
}
.header_purple{
	background-image:url(images/index_header_purple.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:267px;
}
.footerbg{
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	height:62px;
}
.footerbg2{
	background-color:#333;
}
.copyrightbg{
	background-image:url(images/copyrightbg.png);
	background-repeat:repeat-x;
	height:44px;
}
.copyrightbg2{
	background-image:url(images/copyrightbg2.png);
	background-repeat:no-repeat;
	background-position:left;
	font-size:12px;
	color:#666;
	height:44px;
}
