body {
	margin: 0;
	padding: 0;
	width: 780px;
	color: #333333;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

/* Basic typography. */

a {
	color: #cc0000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

/* Page starts here. */

#wrap {
	margin: 5px 0 0 5px; padding: 0;
	width: auto; 
	}

#popwrap {
	margin: 5px 0 0 5px; padding: 0;
	width: 510px; 
	}

/* The header. */

#header {
	width: 780px;
	height: 80px;
	text-align: left;
	background: #ff0000 url(images/logo2.gif) no-repeat;
	border-bottom: 5px solid #000;
	}

#allheader {
	width: 300px;
	height: 80px;
	text-align: left;
	background: #ff0000 url(images/logo3.gif) no-repeat;
	border-bottom: 5px solid #000;
	}

h1 {
	font-size: 20pt;
	font-weight: heavy;
	border-top: 3px solid #FF0000;
	border-bottom: 3px solid #FF0000;
	}

h2 {
	font-size: 14pt;
	font-weight: normal;
	}

h3 {
	text-align: justified;
	border-bottom: 1px solid #FF0000;
	}

h4 {
	padding-left: 10px;
	margin-bottom: -10px;
	}
	
.logo {
	border: 0px solid #FF0000;
	float: right;
	margin: 00px;
	margin-top: 0px;
	padding: 10px;
}

/* The content. */

#content {
	width: 780px;
	background: #ffcc00 url(images/background.jpg) repeat-x;
	}

#all {
	width: 290px;
	padding-left: 10px;
	border-bottom: 5px solid #000;
	background: #ffcc00 url(images/background.jpg) repeat-x;
	}	

.main {
	width: 600px; 
	border-right: 5px solid #000;
	text-align: left;
	padding: 5px;
	}

.main p {
	line-height: 1.6;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	}

.main li {
	padding-bottom: 15px;
	padding-right: 35px;
	}

.sidebar {
	position: absolute;
	top: 110px;
	left: 630px;
	width: 120px;
	background: #ffcc00 url(images/background.jpg) repeat-x;
	text-align: justify; 
	}

.sidebar ul {
	margin: 0; padding: 0; width: auto;
	}

.sidebar ul li {
	font-size: 12px;
	display: block;
	margin-left: 0px;
	list-style: arrow;
	}

.sidebar ul li:hover {
	margin-left: 2px;
	list-style: disc;
	}

.stats {
	font-size: 8pt;
	text-align: center;
	}

.stats a {
	color: #000000;
	text-decoration: none;
	}

.stats a:hover {
	color: #202020;
	text-decoration: none;
	}

.author {
	float: right;
	padding-right: 15px;
	margin-top: -10px;
	font-weight: bold;
	}

.floatright {
	float: right;
	display: inline;
	padding-right: 10px;
	}

.inputfield {
	border-top:1px #999 solid;
	border-left:1px #999 solid;
	border-bottom:1px #eee solid;
	border-right:1px #eee solid;
	background:url(images/background3.png);
	background-color:#fff;
	background-position:right;
	background-repeat:repeat-y;
	padding:4px;
}

#footer {
	clear: both;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	width: 776px; 
	padding: 5px 0 5px 5px;
	background-color: #ff0000;
	color: #fff; 
	font-size: 8pt;
	text-align: left;
	text-transform: uppercase;
	}

#allfooter {
	clear: both;
	border-top: 0px solid #000;
	border-bottom: 5px solid #000;
	width: 296px; 
	padding: 5px 0 5px 5px;
	background-color: #ff0000;
	color: #fff; 
	font-size: 8pt;
	text-align: left;
	text-transform: uppercase;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FF0000;
}

#allfooter a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}

#allfooter a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FF0000;
}

.counter {
	font-size: 8pt;
	text-align: center;
	margin-top: -10px;
}

.counter a:hover {
	color: #FFFFFF;
	text-decoration: none;
}