body, td, textarea, p, html, input, button {

	margin: 0;
	padding: 0;
	
}
body
{ background: #241302;
	color: #ffffff;
	font: 12px 'arial';

	
}


input {
	font-size: 12px;
	cursor: pointer;
}

label {
	cursor: pointer;
}

#container{	
  position:relative;
	margin: auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
	width: 800px;
	background: url('images/kobalt_02.png') repeat-y;	
}

#header1{	
	height: 295px;
	background: url('images/kobalt_01.png') no-repeat;	
}


#menu{	
 float: right;
	width: 115px;
	overflow: hidden;
	min-height: 92px;
	display: inline;
	text-align: right;
	margin-right: 87px;
	margin-top: -30px;
	}
	

#content{	

	float: left;
	width: 440px;
	overflow: hidden;
	min-height: 400px;
	background: url('') no-repeat;	
	display: inline;
	margin-left: 84px;
	margin-top: 50px;
}



#foot{	
	width: 800px;
	height:48px;
	background: url('images/kobalt_04.png') no-repeat;
	text-align:center;

	clear: both;
}
#foot p{

	
	color:#3b4e47;
	font-size: 9px;
	font-style: normal;
	text-align:center;

}



a {
	color: #3b4e47;
	font-weight: normal;
	text-decoration: none;

}

a:hover {
	color: #3b4e47;
	background-position: bottom;
	border-bottom: 1px solid #3b4e47;

	}

.menu1{text-align: right; color:#57391b; line-height:18px; font-variant:  small-caps; FONT-SIZE: 16px; background-color: ; margin-top:25px;margin-bottom:5px;BORDER-BOTTOM:0px solid; border-color: #673434;}




textarea, input, button {
	background: #ffffff;
	border: 1px solid #3b4e47;
	}


