html, body{

	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666F78;

}

#mainbody{
	position:relative;
	width:815px;
	z-index:11;
	border: 1px none #000000;
	/*background-color: #FFFFFF;*/
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	visibility: visible;
	text-align: center;
	}
	
#home_top {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	width: 815px;
	height: 372px;
	background-image: url(images/splash_bg.gif);
}

#subpage_top {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	width: 815px;
	height: 185px;
	background-image: url(images/splash_bg_subpage.gif);
}

#menu{
	/*position: absolute;
	top: 242px;
	left: 0px;*/
	width: 815px;
	height: 75px;
	z-index: 10;

}
		#menu ul {
			margin: 0;
			padding: 0;
			display: inline;
		}		
		#menu ul li {
			margin:0;
			margin-bottom: -10px;
			padding:0;
			height:auto;
			width:auto;			
			list-style: none;
			display: block;
			float:left;
		}
		
		
#page {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	width: 655px;
	/*height: 200px;*/
	overflow: visible;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 30px;
	margin-bottom: 15px;
	float: inherit;
	text-align: left;

}

#page p {
	padding: 5px;

}

.pmic {

	font-size: .8em;
}

#dunga {
	width: 815px;
	height: 20px;
	background-image: url(images/dunga.gif);

}

#footer {
	width: 815px;
	height: 136px;
	margin-top: 30px;
	background-image: url(images/sponsori.gif);

}


/**************** FORUM Classes ****************************/


.mainmenu		{ font-weight: bold; font-size : 12px; color : #000000; background : #FFFFFF; border: 1px #000000 solid; }
a.mainmenu		{ text-decoration: none; color : #000000; }
a.mainmenu:visited { text-decoration: none; color : #000000; }
a.mainmenu:hover{ font-size : 14px; text-decoration: none; color : #000000; background : #B6DA58; border: 2px #000000 dashed; }

.txtmenu { font-family: Comic Sans MS, Arial, Helvetica, sans-serif; text-transform: uppercase; }
.name			{ font-family: Comic Sans MS, Arial, Helvetica, sans-serif; font-size : 11px; color : #000000; text-transform: uppercase; }

a:link,a:active,a:visited { color : #000000; text-decoration: none; }
a:hover		{ text-decoration: underline; color : #000000; }

.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}
td {
border-style: solid; border-width: 1px;
}

