HTML, BODY {
	padding 	: 0px;
	margin 		: 0px;
	height 		: 100%;
	width 		: 100%;
	overflow 	: auto;
}

#header {
	background-color: 	#463729;
	text-align:		left;
	
	width:		950px;
	height:		71px;
}

#outermenuframe {
	width: 950px;
	background-color:#D3BDAE;
}

#menuframe {
	padding: 0px;
	float:right;
}

#menuframe div {
	position:relative;
	right:0px;
	background-position:right;
	background-repeat:no-repeat;
	
	vertical-align:middle;
	height:23px;

	margin:0px;
	padding:0px 24px 0px 16px;
	float:left;
}

a.menu {
	font-family	: arial,verdana,sans-serif;
	font-size	: 12px;
	font-weight	: bold;
	color:#ffffff;
	
	text-decoration	: none;
}

.menu_1 {
	background-color:#D3BDAE;
	background-image:url("images/bg_menu_1.gif");
}

.menu_2 {
	background-color:#B4A49A;
	background-image:url("images/bg_menu_2.gif");
}

.menu_3 {
	background-color:#9B8E8B;
	background-image:url("images/bg_menu_3.gif");
}

.menu_4 {
	background-color:#645D5D;
	background-image:url("images/bg_menu_4.gif");
}

.menu_5 {
	background-color:#5B4D4B;
	background-image:url("images/bg_menu_5.gif");
}

.menu_6 {
	background-color:#473C3B;
	background-image:url("images/bg_menu_6.gif");
}

.menu_7 {
	background-color:#342929;
	background-image:url("images/bg_menu_7.gif");
}

.menu_8 {
	background-color:#2C201F;
	background-image:url("images/bg_menu_8.gif");
}

.menu_9 {
	background-color:#140301;
	background-image:url("images/bg_menu_9.gif");
}

#contentframe {
	background-color:#FF8500;	
	width:		950px;
	height:		 400px;

}

#leftframe {
	width:97px;
	height:100%;
	float:left;
}

#middleframe {
	width:750px;
	height:400px;
	float:left;
}

#topline {
	background:url('images/topline.gif');
	height:11px;
	font-size:1px;
	line-height:1px;
}

#content {
	height: 349px;
	font-family	: arial,verdana,sans-serif;
	font-size	: 11px;
	color		: #000000;
	text-decoration	: none;
	font-weight	: normal;
	font-variant : normal;
	text-align:left;
	padding:15px 15px;
}

#bottomline {
	background:url('images/bottomline.gif');
	height:10px;
	font-size:1px;
	line-height:1px;
}

#rightframe {
	text-align:right;
	float:left;
	width:103px;
	height:100%;
}

#footer {
	clear : both;
	width : 950px;
	height:37px;
	text-align : right;
	vertical-align:top;
	background-color : white;
	font-family	: arial,verdana,sans-serif;
	font-size	: 11px;
	line-height: 1px;
}

#legalinfo 
{
   float:left;
   width:130px;
   height:24px;
   padding-top:8px;
   padding-left:10px;
   text-align:left;
   line-height:normal;
}

#legalinfo a 
{
    color:Black;
}

.top {
	height:50%;
	vertical-align:top;
}

.bottom {
	height:50px;
	vertical-align:bottom;
	border: 1px solid black;
}

h1 {
	font-family	: arial,verdana,sans-serif;
	font-size	: 13px;
	font-weight	: bold;
	margin-bottom : 0px;
}

h2 {
	font-family	: arial,verdana,sans-serif;
	font-size	: 11px;
	color		: #333333;
	font-weight	: normal;
	margin-bottom	: 0px;
}

img {
 margin:0px;	
}

img.contentImageLeft 
{
    float:left;
    margin: 0px 10px 10px 0px;
}

img.contentImageRight
{
    float:right;
    margin: 0px 0px 10px 10px;
}

#content a 
{
    color:#342929;
    text-decoration:underline;
}
