*{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}

body{
	margin: 0px;
	background: url('images/background.gif') repeat-x top left #F0C413;
}

div#container{
	position: absolute;
	left: 50%;
	width: 924px;
	margin-left: -462px;
	
	background: url("images/bg_container.gif") repeat-y top left;
}

div#header{
	width: 924px;
	height: 133px;
	background: url("images/header.gif") no-repeat top left;
}

div#menu{
	width: 222px;
	float: left;
	background: url("images/menu_bg.gif") no-repeat top left;
	height: 600px;
	line-height: 34px;
}

div#menuBG{
	width: 222px;
	float: left;
	background: url("images/menu_bg_bottom.gif") no-repeat top left;
}

div#content{
	position: relative;
	float: right;
	width: 695px;
	right: 15px:
	background-color: #ffffff;
}

div#contentText{
	position: relative;
	float: left;
	width: 670px;
	background-color: #fff9e0;
}


div#contentRight{
	float: right;
	width: 11px;
	height: 601px;
	background: url("images/right_bg.gif") no-repeat top left;
}

/***************************** MENU *****************************/

div.menu_items a {    
    	display: block;
    	position: relative;  
    	left: 13px;
    	top: 58px; 
    	text-decoration: none;
    	text-indent: 20px;
    	width: 193px;
    	height: 22px;
    	line-height: 22px;
    	color: #8f1b01;
    	border-bottom: 1px solid #00000;
    	margin: 1px;
  }
	
div.menu_items a:hover {    
    	background-color:#ffffff;
    	color:#354928;
	}
	
div.menu_items a:active {
    	background-color:#ffffff;
    	color:#354928;
	}



/***************************** MENU *****************************/

textarea
{
	border: 1px solid #000000;
	width: 250px;
}

input{
	border: 1px solid #000000;
	width: 175px;
}

input.button{
	border: 1px solid #000000;
	width: 88px;
}
