/* CSS Document */

body {
	background:#999999;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#sitetitle {
	font-size:18px;
	font-weight:bolder;
	margin:50px auto 0px auto;
	width:770px;
}

#glow_top {
	background:url(../Img/glow_top.gif) top repeat-x;
	margin:0px auto 0px auto;
	width:770px;
	height:500px;
	padding-top:16px;
}

#glow_bottom {
	background:url(../Img/glow_bottom.gif) bottom repeat-x;
	width:770px;
	height:500px;
	padding-bottom:16px;
	padding-left:-16px;
}

#glow_left {
	background:url(../Img/glow_left.gif) left repeat-y;
	width:770px;
	height:500px;
	margin-left:-16px;
}

#glow_right {
	background:url(../Img/glow_right.gif) right repeat-y;
	width:770px;
	height:500px;
	margin-left:32px;
}

#glow_tl {
	background:url(../Img/glow_tl.gif) top left no-repeat;
	width:770px;
	height:500px;
	margin-left:-32px;
	margin-top:-16px;
}

#glow_tr {
	background:url(../Img/glow_tr.gif) top right no-repeat;
	width:770px;
	height:500px;
	margin-left:32px;
	margin-top:-16px;
}

#glow_br {
	background:url(../Img/glow_br.gif) bottom right no-repeat;
	width:770px;
	height:500px;
	padding-top:16px;
}

#glow_bl {
	background:url(../Img/glow_bl.gif) bottom left no-repeat;
	width:770px;
	height:500px;
	margin-left:-32px;
}

#container {
	width:750px;
	height:464px;
	background:url(../Img/bg.jpg) bottom right no-repeat #AB3535;
	margin-left:16px;
	padding:10px;
}

#container h2 {
	font-size:14px;
	font-weight:bold;
	color:#FBEF0B;
}

#menu {
	margin-bottom:20px;
}

#menu li {
	display:inline;
	margin-right:16px;
}

#menu li a {
	text-decoration:none;
	color:#FFFFFF;
}

#menu li a:hover {
	color:#FBEF0B;
}

#footer {
	margin:0px auto 0px auto;
	text-align:right;
	width:770px;
}
#footer img {
	margin-top:5px;
}