@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	background-image: url(../images/mainbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #00FFFF;
	text-decoration: none;
}
a:visited {
	color: #00FFFF;
	text-decoration: none;
}
a:hover {
	color: #00FFFF;
	text-decoration: none;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #toplogoarea {
	height: 115px;
	width: 100%;
	position: relative;
	z-index: 2;
}
#wrapper #timer {
	height: 30px;
	width: 140px;
	position: absolute;
	right: 380px;
	top: 5px;
}
#wrapper #navigation {
	height: 70px;
	width: 650px;
	float: right;
	margin-top: 10px;
}
#wrapper #navigation a {
	color:#89B5FE;
	display: block;
}
#wrapper #navigation a:hover {
	color: #FFFFFF;
}
#wrapper #navigation ul {
	list-style-type: none;
	width: 615px;
	padding-left: 0px;
	padding-top: 10px;
	height: 30px;
	float: right;
	padding-right: 5px;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#wrapper #navigation li {
	float: right;
	list-style-type: none;
	width: 90px;
	text-align: center;
	color: #89B5FE;
	font-weight: bold;
	font-size: 18px;
	padding-left: 32px;
	padding-top: 5px;

}
#wrapper #navigation li:hover {
	color: #FFFFFF;
}
#wrapper #navigation li ul  {
	display: none;
}
#wrapper #navigation li ul a {
	color:#ffffff;
}
#wrapper #navigation li ul a:hover {
	color: #ffffff;
}
#wrapper #navigation li:hover > ul {
	display: block;
	width: 110px;
	text-align: center;
	padding-left: 0px;
	height: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 0px;
	float: none;
	padding-right: 0px;
}
#wrapper #navigation li:hover > ul li {
	padding-left: 0px;
	text-align: left;
	color: #ffffff;
	width: 110px;
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid #1d356a;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	float: right;
	position: relative;
	z-index: 2;
}
#wrapper #navigation li:hover > ul li:hover {
	background-color:#4392f9;
	color: #000000;
}

#wrapper #forumupdates {
	height: 198px;
	width: 615px;
	float: right;
	background-color: #000000;
	background-image: url(../images/sectionheaders/forumpostingheader.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 10px;
}
#wrapper #forumupdates #forum {
	width: 615px;
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 0px;
	position: relative;
	overflow: auto;
	height: 165px;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#4392f9;
	scrollbar-3dlight-color:#4392f9;
	scrollbar-darkshadow-color:#4392f9;
	scrollbar-shadow-color:#4392f9;
	color: #666666;
	border: 1px outset #4392f9;
}
#wrapper #forumupdates #forum table {
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#wrapper #forumupdates #forum h1 {
	font-family:"Times New Roman", Times, serif;
	width: 250px;
	font-size: 16px;
	font-weight: normal;
	color: #00FFFF;
}

#wrapper #forumupdates #forum a {
	color: #00FFFF;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#wrapper #forumupdates #forum a:hover {
	background-color: #00FFFF;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
#wrapper #forumupdates #forum h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#wrapper #forumupdates #forum td .poster {
	width: 125px;
	font-style: italic;
	color: #FF9933;
}
#wrapper  #body  #exclusives {
	float: left;
	height: 600px;
	width: 250px;
	margin-left: 5px;
	margin-top: 20px;
	background-image: url(../images/sectionheaders/siteupdates.png);
	background-repeat: no-repeat;
	background-position: top;
}
#wrapper #body #exclusivesinner {
	width: 98%;
	margin-top: 30px;
	border: 1px outset #0099FF;
	height: 600px;
	background-color: #000000;
}
#wrapper #body #exclusivesinner img {
	padding-top: 2px;
	margin-right: 5px;
	float: left;
	margin-left: 3px;
	border: 1px solid #FFFFFF;
}
#wrapper #body #exclusivesinner h1 a {
	color: #00FFFF;
	font-size: 15px;
	font-weight: bold;
}
#wrapper #body #exclusivesinner h1 a:hover {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}
#wrapper #body #leftbuttonbox {
	margin-left: 12px;
	height: 50px;
	width: 300px;
	margin-top: 77px;
}
#wrapper #body #cmstitlebar {
	height: 40px;
	width: 90%;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-top: 90px;
	background-color: #000000;
	border: 1px solid #00FFFF;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	position: relative;
	z-index: -1;
}


#wrapper #body #leftbuttonbox img {
	padding-left: 0px;
	margin-left: 4px;
}

#wrapper  #body  #rsspanel {
	float: right;
	width: 225px;
	height: 400px;
	margin-top: 25px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/sectionheaders/newsheader.png);
}
#wrapper #body #rsspanel #rssinner {
	margin-top: 32px;
	height: 364px;
	width: 98%;
	overflow: auto;
	position: relative;
	margin-left: 2px;
	background-color: #000000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#4392f9;
	scrollbar-3dlight-color:#4392f9;
	scrollbar-darkshadow-color:#4392f9;
	scrollbar-shadow-color:#4392f9;
	color: #666666;
	border: 1px outset #4392f9;
}

#wrapper #body #rsspanel a:link, a:hover, a:visited {
	color: #999999;
	
}
#wrapper #body #articlesection {
	float: right;
	height: 400px;
	width: 225px;
	margin-top: 35px;
	margin-right: 5px;
	background-image: url(../images/sectionheaders/articleheader.png);
	background-repeat: no-repeat;
	background-position: top;
}

#wrapper #body #articlesection #articlesectioninner {
	height: 360px;
	margin-top: 30px;
	width: 95%;
	margin-right: 5px;
	margin-left: 2px;
	padding-left: 5px;
	overflow: auto;
	position: relative;
	background-color:#000000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#4392f9;
	scrollbar-3dlight-color:#4392f9;
	scrollbar-darkshadow-color:#4392f9;
	scrollbar-shadow-color:#4392f9;
	color: #666666;
	border: 1px solid #4392f9;
	padding-top: 10px;
}
#wrapper #body #articlesection #articlesectioninner a {
	color: #00FFFF;
	font-size: 15px;
	font-weight: bold;
}
#wrapper #body #articlesection #articlesectioninner a:hover {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}

#wrapper #body #friends {
	float: right;
	height: 400px;
	width: 225px;
	margin-top: 35px;
	margin-right: 0px;
	background-image: url(../images/sectionheaders/friends.png);
	background-repeat: no-repeat;
	background-position: top;
}
#wrapper #body #friends #friendsinner {
	height: 360px;
	margin-top: 30px;
	width: 95%;
	margin-right: 5px;
	margin-left: 2px;
	padding-left: 5px;
	overflow: auto;
	position: relative;
	background-color:#000000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#4392f9;
	scrollbar-3dlight-color:#4392f9;
	scrollbar-darkshadow-color:#4392f9;
	scrollbar-shadow-color:#4392f9;
	color: #666666;
	border: 1px outset #4392f9;
	padding-top: 10px;
}
#wrapper #body #friends #friendsinner ul {
	list-style-type: none;
}
#wrapper #body #friends #friendsinner a {
	color: #FF6600;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
}
#wrapper #body #friends #friendsinner a:hover {
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
}
#wrapper #body #blogarea {
	width: 400px;
	float: left;
	margin-top: 350px;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	margin-left: 32px;
}
#wrapper #body #blogarea h1 {
	font-size: 18px;
	color: #4392f9;
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: left;
	margin-left: .5em;
}
#wrapper #body #blogarea h2 {
	font-size: 16px;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-left: 5px;
}
#wrapper #body #blogarea h4 {
	font-size: 14px;
	color: #FF6600;
	text-align: right;
	position: absolute;
	left: 325px;
	top: 12px;
}
#wrapper #body #blogarea img {
	border: thin inset #4891E1;
	position: relative;
}

#wrapper #body #blogarea p {
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 12px;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	text-align: justify;
}
#wrapper #body #blogarea .blogbox {
	background-color: #000000;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #4392f9;
	border-right-color: #4392f9;
	border-bottom-color: #4392f9;
	border-left-color: #4392f9;
	position: relative;
}


#wrapper #footer {
	clear: both;
	height: 108px;
	width: 980px;
	background-image: url(../images/footer.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: top;
}
#wrapper #footer p {
	margin-top: 50px;	
}
#wrapper #footer .caption {
	font-style: italic;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
#wrapper #body #form {
	background-color: #000000;
	float: right;
	height: 350px;
	width: 600px;
	margin-right: 20px;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
	border: 1px solid #00FFFF;
	margin-top: 0px;
}
#wrapper #body #form tr td {
	font-size:14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
#wrapper #body #form #picturepreview {
	height: 140px;
	width: 130px;
	position: absolute;
	left: 475px;
	top: 210px;
}

#wrapper #body #form h2 a {
	font-size: 16px;
	color: #66FF33;
	border: 1px solid #66FF66;
	height: 25px;
	width: 55px;
	margin-left: 75%;
}

#wrapper #body #form h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 3px;
}
#wrapper #body #form h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FFFF;
	padding-top: 2px;
	margin-right: 10 px;
	float: right;
	font-weight: bold;
}
#wrapper #body #form h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00FFFF;
	margin: 0px;
	padding: 0px;
}
#wrapper #body #form img {
	border: 1px solid #00FFFF;
	padding-top: 1px;
}
#wrapper #body #login {
	height: 200px;
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background-color: #000000;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #4392f9;
}
#wrapper #body #cmsmenu {
	float: left;
	height: 300px;
	width: 200px;
	background-color: #000000;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	list-style-type: disc;
	border: 1px solid #00FFFF;
}
#wrapper #body #cmsmenu h1 {
	font-size: 16px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	height: 25px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00FFFF;
	border-right-color: #00FFFF;
	border-bottom-color: #00FFFF;
	border-left-color: #00FFFF;
}
#wrapper #body #cmsmenu ul {
	font-size: 15px;
	color: #78BBD8;
	width: 200px;
	text-align: left;
	margin: 0px;
	padding-left: 20px;
	font-weight: bold;
}
#cmsmenu .orange a{
	color:#FF9900;
}
#cmsmenu .orange a:visited {
	color: #ff9900;
}
#cmsmenu .orange a:hover {
	color: #000000;
	background-color:#FF9900;
	width: 140px;
	display: block;
}
#cmsmenu a:visited {
	color: #00FFFF;
	width: 140px;
}
#cmsmenu ul li a:hover {
	font-weight: bold;
	color:#000000;
	background-color: #00FFFF;
	width: 150px;
	display: block;
}

#wrapper #body #login #loginwrapper {
	height: 100px;
	width: 300px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4392f9;
	border-right-color: #4392f9;
	border-bottom-color: #4392f9;
	border-left-color: #4392f9;
}
#wrapper #body #login #loginwrapper h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 3px;
}
#wrapper #body #currentlisting {
	background-color: #000000;
	height: 200px;
	width: 400px;
	margin-top: 2px;
	margin-left: 300px;
	clear: none;
	float: left;
	margin-bottom: 100px;
	overflow: auto;
	position: relative;
	border: 1px outset #33FFFF;
	list-style-type: circle;
	padding-left: 5px;
}
#wrapper #body #currentlisting ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #00FFFF;
	list-style-type: disc;
	padding-top: 4px;
	padding-left: 10px;
	width: 250px;
	text-align: left;
	display: block;
}
#wrapper #body #currentlisting ul li a:hover {
	font-weight: bold;
	width: 200px;
	background-color:#00FFFF;
	color: #000000;
}
#wrapper #body #listheader {
	background-color:#000000;
	height: 35px;
	width :400px;
	margin-top: 20px;
	margin-left: 302px;
	clear: none;
	float: left;
	border: 1px solid #33ffff;
	font-size: 17px;
	text-transform: none;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
#wrapper #body #articlesection #articlesectioninner {
	margin-top: 32px;
	height: 360px;
	width: 95%;
	overflow: auto;
	position: relative;
	margin-left: 2px;
	padding-top: 5px;
	padding-left: 5px;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#4392f9;
	scrollbar-3dlight-color:#4392f9;
	scrollbar-darkshadow-color:#4392f9;
	scrollbar-shadow-color:#4392f9;
	color: #666666;
	border: 1px inset #4392f9;
	background-color: #000000;
}
#wrapper #logoAnchor {
	margin-left: -9999px;
}
