/* Layout ******************/
HTML
{
  height:100%;
  width: 100%;
}

BODY {
	background-image: none;
	background-color: #eae8e5;
	position:relative;
	padding:0px 0px;
	margin:15px 15px;
	width:984px;
	margin-left:auto;
	margin-right:auto;

}

IMG {
	border-style:none;
	border-width: 0px;
}


H2{
	padding: 5px 0px 15px 0px;
	margin: 0px;

}
P{

	margin: 10px 0px;
	padding: 0px 0px;
	border-width: 0px;

}

#main_panel{
	width: 978px;
	padding: 0px;
	margin: 0px;

}

#top_panel{
	background-color: white;
	width: 100%;
	height: 240px;
}


#top_left_picture{
	float:left;
}

#menu_panel{
	background-color: white;
	float: left;
	margin: 30px 0px 10px 0px;

}

.menu_item{
	 display: block;
	 float: left;
     
	 text-align: center;
	 vertical-align: middle;
	 margin: 0px 30px;
	 padding: 30px 10px 10px 10px;

}

.menu_item IMG{
	 border:0px;

}

.menu_item P{
	text-align: center;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	width: 130px;
}

#center_panel{
	padding: 20px 0px 20px 300px;
	clear: both;
}


#copyrights_panel{

	margin-top: 20px;

}

#top_round {
    position: absolute;
    top: 0px;
    left: 969px;
}


#bottom_round {
    position: absolute;
    top: 231px;
    left: 969px;
}


/* Fonts and colors******************/

BODY{
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 13px;
	color: #666666;
}

H2{
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 36px;
	color: #666666;

}

.menu_item A{

	color: #de5911;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 15px;


}

.menu_item A:hover{

	color: #666666;

}

.left_aligned_tag{ 
	width: 250px;
	display: block;
	float: left;
	padding: 0px 0px;
	margin: 10px 0px 10px 0px;
}


.align_right{
	padding: 10px;
	text-align: right;

}


.block_tag{
	float: left;
	display: inline-block;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;

}






/* Misc *****************************/

.dotted_bottom_border{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin: 5px 20px 5px 0px;
	padding: 7px 0px;
}

.dotted_upper_border{
	border-top-style: dotted;
	border-top-width: 1px;
	margin: 5px 20px 5px 0px;
	padding: 7px 0px;
}

.vertical_delimiter{
	display: inline-block;
	float: left;
	border-style: none dotted none none;
	border-width: 1px;
	border-color: silver;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 0px;
	height: 175px;
}

.horisontal_delimiter{
	display: inline-block;
	border-style: dotted none none none;
	border-width: 1px;
	border-color: #CECAC7;
	margin: px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 1px;
	clear: both;
}

