body {
	background-image:url(images/1030.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
	background-position:center
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold
}
a {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 860px;
}
#header{
	height:143px;
	width:860px;
	background-image:url(images/header.gif);
	background-repeat: no-repeat;
}
#content{
}
#left{
	width:192px;
	float:left;
}
#middle{
	margin-left:206px;
	margin-right:196px;
	width:450px;
}
#right{
	width:192px;
	float:right;
}
#middleright{
	width:654px;
	float:right;
}
#column1{
	width:327px;
	height:600px;
	float:left;
}
#column2{
	width:327px;
	height:600px;
	float:right;
}
/********************* menu ****************************/
.menuheader{
	width:192px;
	height:30px;
	background-image:url(images/menutop.gif);
	display:block;
}
.menucontent{
	width:192px;
	background-image:url(images/menumiddle.gif);
	padding-top:5px;
	background-repeat: repeat-y;
}
.menuheader h3{
	padding: 6px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	background-image:url(images/menubottom.gif);
	display:block;
}
.postheader,.menuheader,.forumheader{
	color:#6b7272;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.postheader{
	background-image:url(images/posttop.gif);
	display:block;
	width:450px;
	height:30px;
}
.postheader h1{
	padding: 6px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.postcontent{
	background-image:url(images/postmiddle.gif);
	background-repeat: repeat-y;
	padding: 5px 0px;
}
.postfooter{
	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:450px;
	height:5px;
}
/********************* forum ****************************/
.forum{
	margin-bottom:15px;
}
.forumheader{
	background-image:url(images/forumtop.gif);
	display:block;
	width:654px;
	height:30px;
}
.forumheader h1{
	padding: 6px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.forumcontent{
	background-image:url(images/forummiddle.gif);
	background-repeat: repeat-y;
	padding: 20px 0px;
}
.forumfooter{
	background-image:url(images/forumbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:450px;
	height:15px;
}
/********************* header ****************************/
#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:143px;
}
#header ul li{
	border-right: 1px solid #6b7272;	
}
#header ul li a{
	font-size: 16px;
	text-transform: uppercase;
}
/********************* footer ****************************/
#footer{
	width:850px;
}
#footer ul{
	display:block;
	margin-left:190px;
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:850px;
	display:block;
	padding: 15px 0px;
}
/********************* menu ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#666666;
}
.menu ul li{
	padding-top: 5px;
	color:#666666;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	text-decoration:underline;
	text-transform: uppercase;
}
.clear{
	clear:both;
}

/*************************************************************

/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
 font: normal 14px Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 font-weight: bold;
 	 width:860px;
	 background-image:url(images/menubar_orange.gif);
	 padding-top:5px;
	 background-repeat: repeat-x;
}

	ul.dropdown li {
	 padding: 7px 0;
	 background-color: #ffb400;
	 color: #fff;
	 line-height: normal;
	 width: 143.333px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #6b7272; text-decoration: none; }
	ul.dropdown a:hover { color: #6b7272; text-decoration: none; }
	ul.dropdown a:active { color: #6b7272; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 background-color: #ffb400;
	 color: #6b7272;
	 font-size: 14px;
	 text-transform: none;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #ffb400;
		 width: 143.333px;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		 width: 117px;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #6b7272; }
		ul.dropdown ul a:hover { color: #ffb400; text-decoration: none; width: 124px; }
		ul.dropdown ul a:active { color: #6b7272; }


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

/* ----- END LEVEL */


/* Components override */

ul.dropdown li a {
 display: block;
 padding: 7px 14px;
}


/* ------------- Override default */

	ul.dropdown li {
	 padding: 0;
	}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	 padding: 7px 20px 7px 14px;
	}

	ul.dropdown ul li.dir {
	 padding-right: 15px;
	}


/* ------------- Custom */

	ul.dropdown li {

	}

	ul.dropdown ul a {
	 padding: 4px 5px 4px 14px;
	 width: 143.333px; /* Especially for IE */
	}

	ul.dropdown ul a:hover {
	 background-color: #6b7272;
	}

	ul.dropdown a.open {
	 background-color: #ffb400;
	 color: #ffb400;
	}

	ul.dropdown ul a.open {
	 background-color: #ffb400;
	 color: #fff;
	}


	/* CSS 2.1 */

	ul.dropdown li:hover > a.dir {
	 background-color: #6b7272;
	 color: #ffb400;
	}

	ul.dropdown ul li:hover > a.dir {
	 background-color: #ffb400;
	 color: #fff;
	}
	
	ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 143.333px;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}





ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}
