/* 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;
}

#main_panel{

	width: 978px;
	padding: 0px;
	margin: 0px;


}

#top_panel{

	padding: 0px;
	margin: 0px;

}

#static_text{
	position: relative;
	top:-70px;
	left: 300px;
	height: 0px;

}

#big_picture_panel{

	float: left;
	width: 692px;
	padding: 0px;
	margin: 0px 0px 0px 0px;

}

#big_picture_panel IMG{

	padding: 0px;
	margin: 0px;

}

#menu_panel{
	height: 628px;
	background-color: white;
	float:left;
	margin-top: 10px;
	width: 256px;

}

#bottom_panel{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 300px;
	clear: both;
}

#bottom_panel P{
	padding: 13px 0px 10px 0px;
	margin: 0px;
}


#copyrights_panel{
	margin-top: 20px;

}


.menu_item {

 	height: 141px;
 	text-align: center;
 	vertical-align: middle;
 	margin: 0px;
 	padding: 0px 25px 0px 0px;
 	width: 170px;
 	margin-left: 40px;
 	margin-top: 15px;
	border-color: #eae8e5;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}

.last {

	border-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;


}


#top_round {
    position: absolute;
    top: 10px;
    left: 940px;
}


#bottom_round {
    position: absolute;
    top: 630px;
    left: 940px;
}


.menu_item IMG {

 	border:0px;

}

.menu_item P {

	padding: 8px 0px 0px 0px;
	margin: 0px;

}



/****** fonts & colors *******/

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


#static_text{

	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;

}



/* 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: #FFA4A1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 1px;
	clear: both;
}


