html{
	background-color		: #000033;
	margin					: 0px;
	padding					: 0px;
	color					: #000033;
	font-family				: verdana;
	font-size				: 12px;
	height: auto;
}

a{
text-decoration			: none;
color					: #000033;
}

.wrapper{
margin					: 0px auto;
width					: 1200px;
height					: 750px;
}

.logo{
background-image		: url("../images/logo.jpg");
background-repeat		: no-repeat;
width					: 228px;
height					: 228px;
}

.topmenu{
width					: 972px;
height					: 44px;
margin-top				: -5px;
float					: right;
}

.topmenubutton{
background-image		: url("../images/top_menu.jpg");
background-repeat		: no-repeat;
width					: 132px;
height					: 25px;
padding-top				: 19px;
float					: left;
margin-left				: 5px;
margin-right			: 5px;
text-align				: center;
}

.topmenu-active{ 
background-image		: url("../images/top_menu_hover.jpg");
background-repeat		: no-repeat;
width					: 132px;
height					: 25px;
padding-top				: 19px;
float					: left;
margin-left				: 5px;
margin-right			: 5px;
text-align				: center;
}

.topmenubutton a:hover{ 
color					: #822d32;
}

.content_text{
width					: 959px;
height					: 649px;
overflow				: auto;
font-size				: 14px;
margin-left				: 15px;
margin-top				: 15px;
}

.button_menu{
background-image		: url("../images/button_menu.jpg");
background-repeat		: no-repeat;
width					: 381px;
height					: 30px;
float					: right;
margin-right			: 150px;
padding-top				: 19px;
font-size				: 11px;
text-align				: center;
}

.button_menu a:hover{
color					: #822d32;
}

.menu_left{
background-image		: url("../images/menu_left.jpg");
background-repeat		: no-repeat;
width					: 143px;
height					: 385px;
float					: left;
margin-top				: 100px;
margin-left				: 75px;
padding-top				: 11px;
}

