body{
	background-color:#000000;;
	font-family:Arial;
	color: #F2F0E9;
}

.header{
	background-color:#241F20;
	height:120px;
	border-bottom: 2px solid #926D00;
}
	.header_slice{
		height:10px;
		background-color:#241F20;
	}
	.header_logo{
		margin-left:21px;
		margin-top:27px;
	}
		.header_logo_logo{
			height:73px;
			width:229px;
			background-image:url('../pixmaps/header_logo.png');
		}
		
	.header_text{

	}	
		.header_text_text{
			position:absolute;
		 	height:171px;
			width:598px;
			background-image:url('../pixmaps/header_text.png');
			z-index:100;
		}

.nav{
	height:39px;
}

	#nav{
		position:relative;
        height: 20px;
		z-index:200;
    }
        #nav ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }
        
        #nav ul li {
            position:relative;
            float:left;
            margin: 0px;
            padding: 0px;
            height: 20px;
            text-align: center;
        }
        
        #nav ul li:hover {
			cursor:pointer;
            background-image:url("../pixmaps/nav_hover.png");
            background-repeat: repeat-x
            height: 20px;
        }
    
        #nav ul li a{
            margin: 10px;
            font-size: 12px;
			font-weight:bold;
            font-weight:bold;
            color: #F2F0E9;
            text-decoration: none;
            height: 20px;
        }

	.nav_search_con{
		margin-top:10px;
	}
	
	.nav_search_bar{
		position:relative;
		float:right;
		z-index:200;
	}
	
	.nav_email_bar{
		position:relative;
		float:left;
		z-index:200;
	}
	
	.nav_search_bar input[type=button]{
		position:relative;
		border: none;
		background-image:url('../pixmaps/btnSearch.png');
		width:20px;
		height:20px;
	}
	.nav_search_bar td{
		vertical-align:middle;
	}
	.nav_search_bar input[type=text], .nav_email_bar input[type=text]{
		position:relative;
		border: none;
		width:240px;
		height:18px;
	}
	
	.alignTop {
	float:left;
	}

.slides{
	height:500px;
	background-image:url('../slides/bear.jpg');
}


.footer{
	border-bottom: 2px solid #926D00;
}

.footer_slice{
	min-height:30px;
	height:auto;
}


.footer_head_text{
	position:relative;
	top:3px;
	left:6px;
	color:#F2F0E9;
	font-size: 16px;
	font-weight:bold;
}

	.footer_head_text_small{
		position:relative;
		top: -10px;
		font-size:12px;
	}

.footer_head1{
	width:100%;
	height:40px;
	background-image:url('../pixmaps/footer_head1.jpg');
}

.footer_head2{
	width:100%;
	height:40px;
	background-image:url('../pixmaps/footer_head2.jpg');
}

.footer_widget{
	color:#F2F0E9;
	background-color:#241F20;
	height:200px;
}
.footer_widget_content{
	margin:5px;
	font-size:11px;
	font-weight:bold;
	line-height:13px; 
}
	.footer_widget_title{
		font-size:13px;
		color:#CD8525;
		font-weight:bold;
	}
	
	.widget_2, .widget_3{
		padding-left:9px;
	}

.footer_text{
	color:#808080;
	font-size:11px;
	height:auto;
}

.footer_widget_content a{
	color:#F2F0E9;
} 
.footer_text a{
	color:#808080;
}





