/* HTML Elements */

body{
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Times New Roman, serif;
}

a{
	text-decoration: none;
	color: #153e99; /******* BELONGS TO COLORTABLE *******/
}

a:hover{
	text-decoration: none;
	color: #666;
}

/* End of HTML Elements */

#wrap{
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
}

#header{
	width: 800px;
	height: 151px;
	background: url('../img/header.jpg') top center no-repeat;
	overflow: hidden;
}
	#header-title{
		width: 650px;
		height: 45px;
		margin: 0 auto;
		margin-top: 40px;
	}
	
		#header-title h1{
		
		}
	
	#header-nav{
		width: 690px;
		margin: 0 auto;
		height: 47px;
		overflow: hidden;
		text-align: center;
	}


#content{
	width: 710px;
	padding: 0px 45px 0px 45px;
	background: url('../img/filler.jpg') top center repeat-y;
	overflow: hidden;
}

	#cont-left{
	width: 500px;
	padding: 10px 0px 40px 0px;
	margin-left: 6px;
	overflow: hidden;
	float: left;
	}
	
	#cont-right{
	width: 181px;
	padding: 10px 6px 10px 0px;
	overflow: hidden;
	float: right;
	}

#footer{
	width: 800px;
	height: 114px;
	padding: 37px 0px 0px 0px;
	text-align: center;
	background: url('../img/footer.jpg') top center no-repeat;
	overflow: hidden;
}

/** Fontings **/

h1, h2, h3{ margin: 0; padding: 0; }

h1{
	font-size: 22px;
	font-family: Tahoma, Verdana, Arial, Times New Roman, serif;
	color: #153e99; /******* BELONGS TO COLORTABLE *******/
}

h2{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Times New Roman, serif;
	color: #153e99; /******* BELONGS TO COLORTABLE *******/
}

/** End of Fontings **/

/** NAV **/

#header-nav{
		text-align: center;
		overflow: hidden;
}
#header-nav ul{
		float: left;
		margin: 0;
		padding-left: 0; 
		font-size: 12px;
		padding: 0;
}

#header-nav li{
		display: inline;
		text-align: center;
		white-space: nowrap;
}

#header-nav ul a {
		float: left;
		text-decoration: none;
		margin: 0px 2px 0px 0px;
		padding: 18px 0px 0px 0px; 
		height: 29px;
		width: 130px;
		color: #fff;
} 

#header-nav a:hover{
		background: transparent url('../img/hl.jpg') bottom center no-repeat;
}

#header-nav a#current{
		background: transparent url('../img/hl.jpg') bottom center no-repeat;
}


/** END OF NAV **/

/** ADVERTISE **/

.eniroannons{
	width: 180px;
	margin-bottom: 20px;
}

/** End of ADVERTISE **/
