body {
margin: 0;
padding: 0;
color: #333;
background: #fff url(img/body_bg.gif);
font-family: Tahoma, Verdana, Helvetica, sans-serif;
text-align: center;
}

hr {
width: 90%;
height: 1px;
background: #ccccad;
border: none;
margin: 15px auto;
text-align: center;
}

a {
color: blue;
}

a:hover {
color: #9dc3e1;
}

div#main {
width: 778px;
height: auto;
margin: 0 auto;
background: #fff url(img/main_bg.gif) repeat-y;
text-align: left;
}

img#logo {
border: none;
float: left; 
margin-top: 5px; 
margin-left: 20px;
}

div#top {
width: 581px;
height: 75px;
float: right;
display: inline;
margin: 0px 10px 6px 0;
background: #f6f6ee;
}

div#topmenu {
position: relative;
width: 581px;
height: 22px;
margin-top: 55px;
background: #ccccad;
}

/*drop down menu styles begin*/

ul#nav {
padding: 0;
margin: 0;
list-style: none;
width: 581px;
color: #000;
}

li {
float: left;
position: relative;
width: 145px;
text-align: left;
}

li ul {
display: none;
position: absolute; 
top: 22px;
left: 0;
margin: 0;
padding: 0;
list-style: none;
}

ul#nav li ul li a {
display: block;
height: 15px;
color: #333;
background: #ccccad;
text-decoration: none;
font-size: 0.8em;
text-indent: 3px;
}

ul#nav li ul li a:hover {
display: block;
height: 15px;
color: #333;
background: #f6f6ee;
text-decoration: none;
font-size: 0.8em;
text-indent: 3px;
}

li > ul {
top: 22px;
}

li:hover ul, li.over ul { 
display: block; 
width: 131px;
background: #ccccad;
}

/*drop down menu styles end*/

div#picContainer {
clear: both;
width: 758px;
height: 232px;
margin: 0 10px 4px 10px;
background: #fff url(img/frontpagepic.jpg) no-repeat right top;
}

div#leftMenu {
width: 173px;
height: 232px;
background: #9dc3e1 url(img/leftmenu_bg.gif) no-repeat left top;
float: left;
}

div#leftMenu ul#menu {
margin: 10px 0 0 15px;
padding: 0;
list-style: none;
font-size: 0.8em;
}

ul#menu li a { 
display: block;
width: 140x;
height: 16px;
color: #fff;
border: 1px solid #9dc3e1;
text-decoration: none;
text-indent: 4px;
}

ul#menu li a:hover { 
display: block;
width: 140px;
height: 16px;
color: #fff;
border: 1px solid #fff;
text-decoration: none;
text-indent: 4px;
}

ul#menu li a.current { 
display: block;
width: 140px;
height: 16px;
color: #fff;
border: 1px solid #fff;
text-decoration: none;
text-indent: 4px;
}

div#contentContainer {
width: 758px;
height: auto;
margin: 0 10px;
background: #fff url(img/content_container_bg.gif) repeat-y top right;
}

div#leftColumn {
width: 160px;
height: auto;
display: inline;
float: left;
background: #fff;
}

div#pprlisthid, div#leftColumn a,p {
font-size: 0.8em;
color: #333;
}

div#help {
margin: 5px 0 10px 10px;
}

form#loginform {
margin: 15px 0 0 10px;
}

input#nickname, input#pass {
width: 140px;
height: 15px;
border: 1px solid #333;
background: #fff;
}

input#login {
margin-top: 5px;
}

img.separator {
width: 165px;
height: 1px;
margin: 5px 0 5px 3px;
}

ul#leftcolumnlist, ul#lh {
margin: 0 0 5px 10px;
padding: 5px;
list-style: none;
font-size: 0.8em;
}

ul#leftcolumnlist li a, ul#lh li a {
float: none;
font-size: 0.9em;
margin-top: 5px;
padding-top: 5px;
}

div#content {
width: 581px;
height: auto;
margin-bottom: 5px;
display: inline;
float: right;
background: #f6f6ee;
}

div.geckofloatfix {
height: 1px; 
clear: both;
font-size: 1px;
line-height: 1px;
}

div#content table{
margin: 5px 10px;
}

div#content p,td{
margin: 5px 10px;
font-size: 0.8em;
}

div#content h1 {
margin: 10px 5px 5px 5px;
font-size: 0.9em;
font-weight: bold;
}

div#content h2 {
margin: 10px 5px 5px 10px;
font-size: 0.8em;
font-weight: bold;
}

div#searchBar {
padding-top: 3px;
width: 581px;
height: 100px;
background: #000000;
text-align: center;
}

div#smads {
	font-size: 0.7em;
	margin: 5px 10px;
	width: 300px;
}

div#adbanner {
width:581px;
text-align: center;
}

div#morenews {
	width: 581px;
	text-align: right;
}

form#searchform {
width:220px;
height: 5px;
float: right;
margin: 7px 0 0 0;
}

#searchform input#search {
width: 140px;
border: 1px solid black;
background: #ccccad;
vertical-align: middle;
}

#searchform input#gosearch {
vertical-align: middle;
}

#searchform label, #loginform label {
font-size: 0.8em;
vertical-align: middle;
}

div#logosearch {
background: #fff;
}

div#footer {
width: 758px;
height: auto;
margin: 5px 10px;
clear: both;
background: #ccccad;
font-size: 0.85em;
text-align: center;
}

div#footer a {
color: #333;
}

div#footer p {
margin: 5px 0;
}


.red {color: red;
	font-size: 0.7em;
}


