/* CSS Document */
body{
	background-image:url(../images/index-bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0px;
	text-align:center;
}
h1{
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
	color:#666666;
	width:900px;
	font-weight:normal;
}
.footer{
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#666666;
	font-size:11px;
	width:999px;
	text-align:right;
}
.footer a{
	color:#666666;
	text-decoration:underline;
}
.footer a:hover{
	text-decoration:none;
}
.spacer{
	height:200px;
}
.top{
	background-image:url(../images/topbg.jpg);
	width:999px;
	height:120px;
}
.bottom{
	background-image:url(../images/bottombg.jpg);
	width:999px;
	height:119px;
	text-align:right;

}
.bottom a{
	color:#FFFFFF;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.bottom a:hover{
	color:#e20200;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}


