html {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #282828;
	color: #383838;
	text-align: center;
}

body {
	margin: 0px auto 0 auto;
	text-align: left;
	width: 703px;
	background-color: #282828;
	color: #383838;
}

html > body {
	background: #282828 url(images/bg.gif) repeat-y center;
}

div#container {
	background: #282828 url(images/bg.gif) repeat-y center;
	width: 703px;
}

ul#topnav {
	margin: 0;
	padding: 0;
	height: 33px;
	background: #282828 url(images/top_nav_right_bg.gif) no-repeat bottom right;
}

ul#topnav li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

ul#topnav li.bigtab {
	background: #282828 url(images/top_nav_large_tab.gif) no-repeat;
	height: 24px;
	width: 131px;
	padding: 9px 0 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #f15f10;
}

ul#topnav li a.smalltab:link, ul#topnav li a.smalltab:visited {
	background: #282828 url(images/top_nav_small_tab.gif) no-repeat;
	height: 23px;
	width: 131px;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #515151;
	text-decoration: none;
	display: block;
}

ul#topnav li a.smalltab:hover, ul#topnav li a.smalltab:active {
	background: #282828 url(images/top_nav_small_tab_hover.gif) no-repeat;
	color: inherit;
	height: 23px;
	width: 131px;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
	display: block;
}

ul#statsbar {
	background: #282828;
	height: 30px;
	width: 703px;
	margin: -3px 0 0 0;
	padding: 0;
	color: #fff;
}

body > ul#statsbar {
	margin: 0;
}

ul#statsbar li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0;
	padding: 11px 0 0 0;
}

ul#statsbar li#comments {
	padding-left: 35px;
}

#statsbar li#hits {
	padding-left: 45px;
}

#statsbar li#online {
	padding-left: 45px;
}

div#left  {
	width: 203px;
	float: left;
	background-color: #fff;
	color: inherit;
}

div#left h2 {
	font-size: 12px;
	font-weight: normal;
	background-color: inherit;
	color: #fff;
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(images/left_content_header.gif);
	height: 25px;
	width: 203px;
}

ul#leftnav { 
	margin: 3px;
	padding: 0;
}
	
ul#leftnav li {
	list-style-type: none;
	display: block;
	margin: 0 0 3px 0;
	background-image: url(images/left_nav_link_bg.gif);
}

ul#leftnav li a:link, ul#leftnav li a:visited {
	background-color: inherit;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	display: block; 
	height: 28px;
	padding: 22px 0 0 53px;
}

ul#leftnav li a:hover, ul#leftnav li a:active {
	background-image: url(images/left_nav_link_bg_hover.gif);
	display: block;
	height: 28px;
}

#news {
	margin: 0;
	padding: 10px;
}

div#right {
	width: 500px;
	float: right;
	background-color: #fff;
	color: inherit;
}

div#right h2 {
	font-size: 12px;
	font-weight: normal;
	color: #f9ffff;
	margin: 3px 0 0 0;
	background: #fff url(images/main_content_header.gif) no-repeat;
	height: 25px;
	width: 500px;
	padding: 12px 0 0 15px;
}

div#container > div#right h2 {
	margin: 0px;
}

div#maincontent {
	width: 500px;
}
div#maincontent p {
	margin: 0;
	padding: 10px 10px 10px 0px;
}

a:link,a:visited {
	color: #8aba38;
	text-decoration: none;
}

a:hover, a:active {
	color: #383838;
}

h3 {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	width: 492px;
	background: #abd06a;
}

p#footer {
	clear: both;
	width: 703;
	height: 26px;
	padding: 25px 0px 15px 0px;
	background: #282828;
	border: 0px solid #fff;
	border-top: 0;
	color: #fff;
	text-align: center;
	margin: 0;
}

-----------------------------------------------------------------------------------

body {
	margin:0;
	padding:40px;
	background:#fff;
	font:80% Arial, Helvetica, sans-serif;
	color:#555;
	line-height:180%;
}

a{
	text-decoration:none;
	color:#f30;	
}
p{
	clear:both;
	margin:0;
	padding:.5em 0;
}
pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:40px;
	border:0px solid #bae2f0;
	background:#ffffff;	
	margin:.5em 0;
	overflow:auto;
	width:500px;
}

img{border:none;}
tr,li{
	margin:0;
	padding:0;
}
td{
	list-style:none;
	float:left;
	display:inline;
	margin-right:2px;
	margin-top:2px;
}



/*  */

#preview{
	position:absolute;
	border:0x solid #ccc;
	background:#333;
	padding:0px;
	display:none;
	color:#fff;
	}

/*  */

----------------------------------------------

#formcontainer {
	margin: auto;
	width: 400px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-color: #FFFFFF;
}

#formcontainer #formheader #formheader_left {
	float: left;
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 0px;
}
#formcontainer #formheader #formheader_right {
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 0px;
	float: right;
}

