@import url(mod_poll.css);

	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #666666;
		background-color: #555;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
	}
	
	#container
	{
		margin: 1em auto;
		width: 750px;
		text-align: left;
		border: 0px solid #cccccc;
		background: url('../images_layout/center.gif') left top repeat-y;
	}
	
	#header
	{
		height: 100px;
	}
	
	#top_header
	{
		height: 196px;
		background: url('../images_layout/top.gif') left top no-repeat;
		background-color: #FEE636;
	
	}

	#top_banner
	{
		position: relative;
		top: 38px;
		width: 750px;
		height: 100px;
	}
	
	#top_menu
	{
		position: relative;
		top: -94px;
		right: 0px
		font-size: 10px;
		font-weight: bold;
		color: #00458C;
		text-align: right;
		padding: 0px 0px 0px 0px;
	}

	#submenu
	{
		font-size: 10px;
		position: absolute;
		top: 165px;
		left: 0px
		text-align: left;
		padding: 10px;
		font-weight: bold;
		color: #00458C;
	}

	#home
	{
		position: absolute;
		top: 10px;
		left: 0px
		width: 200px;
		height: 100px;
	}

	#bar
	{
		height: 7px;
		background-color: #FFA733;
	}
	
	#content
	{

	}

	#content_left 
	{ 
		font-size: 12px;
		float: left;
		position: relative;
		left: 10px;
		width:	530px;
		height:	inherit; 
		border: 1px dashed #ff000;
		text-align: justify;
	}

	#content_right 
	{ 
		position: relative;
		top: -20px;
		margin-left:	550px; 
		min-width:	200px; 
		background: #FEE636 url('../images_layout/bombo.jpg') right bottom no-repeat;
	}

	#menu
	{
		float: right; 
		width: 180px;
		height: 100px;
	}
	
	#contents	
	{
		margin-right: 200px;
		margin-left: 20px;
		height: 200px;
	}
	
	#footer	
	{
		clear: both;
		background-color: #00458C;
		font-size:9px;
		font-weight: normal;
		color: #FFA733;
		text-align: center;
	}

	#box_1
	{ 
		width: 180px;
		height: 140px;
		background: #FEE636 url('../images_layout/box_1.gif') right bottom no-repeat;
		margin-left: 10px;
	}

	#box_1 p
	{
		text-align: right;
		padding: 10px;
		font-size: 15px;
		font-weight: normal;
		color: #FFA733;
	}

	.box_2
	{ 
		width: 170px;
		border-right: 2px solid #FFA733;
		border-left: 2px solid #FFA733;
		border-bottom: 2px solid #FFA733;
		margin-left: 15px;
		text-align: right;
		font-size: 11px;
	}
	.box_2_title
	{
		width: 170px;
		background-color: #00458C;
		color: #FFA733;
		font-size: 13px;
		font-weight: bold;
		padding-right: 0px;
	}


a:link, a:visited, a:active
{ 
	font: 					normal normal 12px Verdana, "Trebuchet MS", Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: 		none;  
	color: 					#00458C;
}

a:hover
{
	font: 					normal normal 12px Verdana, "Trebuchet MS", Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: 		none;  
	color: 					#FFA733;     
	background-color: 	#00458C;     
}

.mod_photo_mosaic { 
	float: left;
	margin: 1px;
	text-align: center;
	width: 95px;
	height: 70px;
	border: 0px solid #C0C4BD;
	padding: 1px;
}





