*
{
	font-family: Arial, Helvetica, Verdana;
	/*
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	*/
}

a
{
	color: #336699;
}

body
{
	margin: 0px;
	background-color: #FFF;
	padding: 0px;
	font-size: 13px;
}

h1
{
	font-size: 26px;
	color: #336699;
	font-weight: normal;
}

h2
{
	font-size: 16px; margin-bottom: 0px;
}

h3
{
	font-size: 15px; margin-bottom: 0px; font-style: italic; font-weight: normal; text-decoration: underline;
}

h4
{
	font-size: 18px; font-style: arial; margin: 20px 20px 0px 20px; color: white;
}

p
{
	margin-top: 0px;
}

img
{
 border: 0px;
}

#sortlist
{
	position: relative;
	left: 10%;
	width: 440px;
	text-align: center;
	background-color: none;
	margin-bottom: 20px;
}

#wrapper
{
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -390px;
	height: auto;
	width: 780px;
	background-color: none;
}

#wrapper_main
{
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 780px;
	background-image: url("../images/main_bg.gif");
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#wrapper_forum
{
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 780px;
	background-image: url("../images/main_forum_bg.gif");
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#contact
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 22px;
	width: 770px;
	background-color: none;
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
	color: #666;
	padding-top: 8px;
}

#contact a
{
	color: #666;
	text-decoration: none;
}

#top
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 780px;
	background-color: #9CF;
	background-image: url("../images/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	clear: both;
}

#menu
{
	position: relative;
	top: 110px;
	left: 190px;
	width: 600px;
	font-size: 14px;
	line-height: normal;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

#menu li {
	float: left;
	background: url("../images/left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}

#menu a {
	float: left;
	display: block;
	background: url("../images/right.gif") no-repeat right top;
	padding: 7px 19px 6px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a { float: none; }
/* End IE5-Mac hack */

#menu a:hover {
	color: #CCC;
}

#menu #current {
	background-image: url("../images/left_on.gif");
}

#menu #current a {
	background-image: url("../images/right_on.gif");
	color: #333;
	padding-bottom: 5px;
	padding-top: 9px;
}
  
#left
{
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 180px;
	float: left;
}

#main
{
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 560px;
	float: right;
	padding: 20px;
}

#main p, #main strong, #main li { font-size: 13px; }

#footer
{
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 571px;
	background-color: none;
	clear: both;
	border-bottom: 1px solid #CCC;
	background-image: url("../images/footer_line.gif");
	background-repeat: no-repeat;
	background-position: 209px top;
	padding: 15px 0px 15px 209px;
	text-align: center;
	font-size: 11px;
	color: #666;
}

#footer_forum
{
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	background-color: none;
	clear: both;
	border-bottom: 1px solid #CCC;
	padding: 15px 0px 15px 15px;
	text-align: center;
	font-size: 11px;
	color: #666;
}

.alert
{
color: #F00;
font-weight: bold;
}

.dominfo_head
{
font-weight: bold;
}

.mailform td
{
	vertical-align:top;
	padding-right: 10px;
}
.mailform input,.mailform textarea
{
	border:1px solid #CCC;
	width: 300px;
}
.mailform textarea
{
	height: 150px;
}
#send
{
	color:#FFF;
	background-color:#666;
	width: 100px;
}
.error
{
	color:red;
	font-size: 10px;
}

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

#links_menu ul
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
}

#links_menu li
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#links_menu li li
{
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#links a img
{
	border: 1px;
}

#links
{
width: 500px;
}
