body{
	padding: 0px;
	margin: 0px;
	background: #000000;
	color:white;
}

table.main{
	height: 460px;
	padding: 0px;
	margin:0px 0px 0px 0px;
	background: #73685b;	
}
table.main td.sides{
	width:260px;
	vertical-align: middle;
	background: #8c7f70;
}
table.main td.center{
	width: 225px;
}
table.main td.v_line{
	width: 1px;
	background: #000000;
}
/*==============div's==================================*/
div.side_name{
	width: 100%;
	height: 40px;
	color: #73685b;
	font-size: 18px;
	font-style: oblique;
	text-align: center;
}
div.sides_center{
	width: 100%;
	height: 320px;
	background: #73685b;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
div.middle_center{
	width: 100%;
	height: 280px;
	background: url(../bg/information/center_image.gif) no-repeat 50% 50%;
}
/*=============NAME PAGE====================================*/
div.name_page{
	text-align: center;
	width: 100%;
}
div.name_page h1{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 3px;
	color:#cbc1b6;
	font-style: oblique;
}
/*==============lable==================================================*/
div.lable{
	width: 90%;
	text-align: center;
}
div.lable h1{
	margin-top: 0px;
	margin-bottom:0px;
	padding: 0px;
	font-weight:normal;
	font-size: 20px;
	color:#e9e1d4;
	font-family: "Times New Roman",sans-serif;
	letter-spacing: 3px;
	border-bottom: 1px solid #e9e1d4;
}
div.lable h3{
	margin-top: 0px;
	margin-bottom:0px;
	padding: 0px;
	font-weight:normal;
	font-size: 13px;
	color:#e9e1d4;
	font-family: "Times New Roman",sans-serif;
	letter-spacing: 4px;
	word-spacing: 5px;
}

/*=============menu items==================================================*/

div.menu_item{
	overflow: hidden;
	width: 100%;
	margin: 7px 0px 0px 20px; 
}
div.text_item{
	cursor: pointer;
	position: relative;
	top: -20px;
	left: 30px;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	margin: 0px 0px -18px 0px;
}

div.item_quadrat	{
	width: 20px;
	height: 20px;
	border: 1px solid black;
	background: #a9a094;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

a{
	text-decoration: none;
	color:#ffffff;
	border: none;
}

a:link{
	color:#ffffff;
	border: none;
}
a:visited{
	color:#ffffff;
	border: none;
}
a:active{
	color:#ffffff;
	border: none;
}
a:hover{
	color:#8c7f70;
	border: none;
}

