@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
}
body {
	height:100%;
	background-color: #000000;
	background-image: url();
	text-align:center;
}

/* Site font formats */

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 36px;
}
.style2 {color: #000000}
{
font-family:arial, helvetica, san-serif;
}
a:link {text-decoration:none; color:#81b4e3;}
a:visited {text-decoration:none; color:#81b4e3;}
a:hover {text-decoration:none; color:#FFFFFF;}
a:active {text-decoration:none; color:#000000;}

/* Wrappers */

#wrapper {
	position:relative;
	width:975px;
	margin: 0 auto;
	text-align:left;
	padding-bottom:10px;
}

#footerwrap {
	position:relative;
	width:975px;
	margin: 0 auto;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	z-index:999;
}
	

/* Advertising placement */

#advert1 {
	position:relative;
	width:975px;
	height:90px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	
}

#advert2 {
	position:absolute;
	top:310px;
	left:857px;
	width:120px
	height:600px;
}


/* Header */

#nav {
	font-size:18px;
	font-weight:bold;
	border:0px solid;
	border-color:#FFFFFF;
	width:464px;
	height:31px;
	position:relative;
	top:140px;
	left:520px;
	overflow:visible;
	visibility:visible;
	z-index:1;
}
#logo1 {
    position:relative;
	margin-left: auto;
    margin-right: auto;
	width:975px;
	height:157px;
	overflow:hidden;
}
#logo2 {
    position:relative;
	margin-left: auto;
    margin-right: auto;
	width:975px;
	height:53px;
	overflow:hidden;
}

/* Footer */

#footer {
    font-size:10px;
	text-align:center;
	position:relative;
	width:975px;
	height:35px;
	
}

/* Front Page Elements */

#fpss {
	position:relative;
	float:left;
	width:600px;
	height:315px;
}

#promo {
    position:relative;
	float:right;
	display:inline;
	width:360px;
	height:315px;
	overflow:hidden;
}

#updatelist {
	position:relative;
	float:left;
	display:inline;
	width:320px;
	height:300px;
	background-color:#ffffff;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
}

#bloglist {
	font-size:15px;
	font-weight:bold;
	text-align:left;
	position:relative;
	display:inline;
	float:right;
	margin:7px;
	width:320px;
	height:300px;
	border:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
.fpblogtitle {
    font-size:15px;
	font-weight:bold;
}
.fpblogauthor {
    font-size:10px;
}

#newslist {
    font-size:18px;
	font-weight:bold;
	position:relative;
	display:inline;
	float:right;
	width:320px;
	height:300px;
	border:solid;
	border-width:1px;
	border-color:#CCCCCC;
}

#fpinfoblock {

	position:relative;
	text-align:center;
	width:975px;

}

/*General Content Page Items */

#sidemenu1 {
	position:relative;
	left:2px;
	top:310px;
	width:150px;
	height:600px;
	text-align:center;
	font-family:arial, helvetica, san-serif;
	font-size:14px;
}

#content {
	position:relative;
	width:955px;
	text-align:center;
	border:solid 10px;
	border-color:#1c1c1c;
	background-color:#393939;
}
