@charset "UTF-8";
body {
	background-image: url(imgs/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana;
	background-color: #0f0100;
	color: #fffaf9;
	text-decoration: none;
	word-spacing: inherit;
	text-align: left;
	line-height: 1.8em;
	font-size: 0.8em;
	background-color: #010303;
	background-repeat: repeat-x;
}
a:link {
	color: #FF9900;
}
a:hover {
	color: #01A7AD;
}
a:visited {
	color: #FF9900;
}
#apDiv1 {
	position:absolute;
	left:39px;
	top:29px;
	width:212px;
	height:118px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:77px;
	top:181px;
	width:495px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	left:600px;
	top:212px;
	width:264px;
	z-index:3;
	background-image: url(imgs/darkglass.png);
	padding: 30px;
}
#apDiv4 {
	position:absolute;
	left:282px;
	top:28px;
	width:163px;
	height:119px;
	z-index:4;
}
#apDiv5 {
	position:absolute;
	left:42px;
	top:178px;
	width:476px;
	z-index:20px;
	background-image: url(imgs/darkglass.png);
	padding: 30px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
}
.style1 {
	color: #FFFFFF;
	font-size: 16px;
}
.style5 {
	color: #FFFFFF;
	font-style: italic;
}
.widgetList li, .recentPosts li, #ctl00_Menu1_ulMenu li {
border-top:1px solid #303131;
display:block;
list-style-type:none;
}
.widgetList li a, .recentPosts li a, #ctl00_Menu1_ulMenu li a {
display:block;
padding:5px;
}
.widgetList li a:hover, .recentPosts li a:hover, #ctl00_Menu1_ulMenu li a:hover {
background-color:#1A1B1B;
}
.style6 {	color: #999999;
	font-style: italic;
}
