/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html { overflow-y: scroll; }

body {
	background-color: black;
	font-size: 62.5%;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #cccccc;}
a:active { color: #cccccc; }
a:visited { color: #cccccc; }
a:hover { color: #ffff99; }

ul { list-style: none inside; }

ul.mainbullet { list-style: disc inside;
	font-size: 1.4em 
}

p { font-size: 1.4em; line-height:1.4em; margin-bottom: 1.4em; }
	p u { font-size: 1.3em; line-height:1.3em; color: #FFFF66; }
	p.p-article { font-size: 1.4em; line-height:1.4em; margin-bottom: 1.4em; }
	p.p-sidebar { font-size: 1.3em; line-height:1.3em; margin-bottom: 1.3em; }

h5 { 
	font-size: 1.3em; 
	line-height: 1.3em; 
	color: #FFFF66;
	text-decoration: underline;
	padding: 1.3em 0 0 0;
}

a { outline: none }
a img { border: none }

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.0em;
	font-weight: normal;
	color: #cccccc;
	padding: 0 0 0 50px;
	}
	h1#logo { 
		width: 999px;
		height: 152px;
		background: url(images/header-background.jpg) no-repeat;

		}
h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #909090;
	padding-bottom: 5px;
	}

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

blockquote {
	padding: 0px 0px 20px 20px;
	quotes: "\201C" "\201D";
	font-size: 1.3em;
}

div#page-wrap {
	width: 999px;
	margin: 0 auto;
	}

ul#nav { 
	}
	ul#nav li { 
		display: inline;
		}
		ul#nav li a {
			text-indent: -9999px;
			display: block;
			height: 48px;
			float: left;
			}
			ul#nav li.Menu1 a {
				width: 126px;
				background: url(images/Menu1.jpg) bottom center;
				}
			ul#nav li.Menu2 a {
				width: 103px;
				background: url(images/Menu2.jpg) bottom center;
				}
			ul#nav li.Menu3 a {
				width: 179px;
				background: url(images/Menu3.jpg) bottom center;
				}
			ul#nav li.Menu4 a {
				width: 162px;
				background: url(images/Menu4.jpg) bottom center;
				}
			ul#nav li.Menu5 a {
				width: 161px;
				background: url(images/Menu5.jpg) bottom center;
				}
			ul#nav li.Menu6 a {
				width: 148px;
				background: url(images/Menu6.jpg) bottom center;
				}
			ul#nav li.Menu7 a {
				width: 120px;
				background: url(images/Menu7.jpg) bottom center;
				}
			ul#nav li a:hover{
				background-position: center center;
				}

div#main-content { 
	background: url(images/main-background.jpg) repeat-y;
	}
	div#main-content td {
		text-align: left;
		padding-bottom: 3px;
	}

div#main-article { 
	background: url(images/main-background.jpg) repeat-y;
	width: 700px;
	padding: 0 0 0 50px;
	float: left;
	}

div#one-article { 
	background: url(images/main-background.jpg) repeat-y;
	width: 900px;
	padding: 0 50px 0 50px;
	}

div#sidebar { 
	background: url(images/main-background.jpg) repeat-y;
	padding: 0 35px 0 15px;
	}

div#pfooter { 
	height: 189px;
	background: url(images/footer-background.jpg) no-repeat;
	color:white;
	padding-top:70px;
	padding-left:100px;
	}
	div#pfooter a:link {
		color: white;
		}
		div#pfooter a:active {
			color: #BBBBBB;
			}
		div#pfooter a:visited {
			color: #BBBBBB;
			}
		div#pfooter a:hover {
			color: #BBBBBB;
			}
	div#pfooter ul#nav2 li {
		display: inline;
		}
		div#pfooter ul#nav2 li a {
			margin: 0 auto;
			display: inline;
			padding: 0 20px 0 0;
			color:white;
		}
		
.sucks { color:#666666; }