﻿*{
	margin:0;
}

body{
	background-color:#716C58;
	font:8pt Tahoma,Verdana;
	color:#CCCCCC;
}

a{
	font:8pt Tahoma,Verdana;
	color:#CCCCCC;
	text-decoration:none;
}

img{
	border:0;
}

#header{
	width:860px;
	margin:0 auto;
	background-color:#655c4d;
	overflow:auto;
}

#logo{
	width:491px;
	text-align:right;
	float:left;
}

#top_text{
	text-align:right;
	margin:45px 7px 0 0;
	line-height:14pt;
}

#main_menu{
	width:860px;
	margin:0 auto;
	background-color:#938362;
	text-align:center;
	padding:8px 0;
}

#main_menu a{
	color:#fff;
	text-decoration:none;
	margin:0 35px 0 0;
	
}

#header_banner{
	width:860px;
	margin:0 auto;
	background-color:#655c4d;
	
}

#hb_image{
	width:300px;
	float:left;
}

#hb_flash{
	float:left;
}

#body{
	width:860px;
	margin:0 auto;
	background-color:#655c4d;
	height:170px;
}

#side_bar{
	width:300px;
	height:170px;
	float:left;
	background:url('images/side_bar_line.gif') no-repeat right top;;
}

#side_bar_links{
	padding:15px 15px 15px 190px;
}

#content{
	padding:15px 15px 15px 315px;
}

#footer{
	width:860px;
	margin:0 auto;
	background-color:#655c4d;
	border-top:1px #bbbbbb solid;
}

#footer_menu{
	text-align:center;
	padding:25px 0;
}

#footer_menu a{
	color:#cccccc;
	text-decoration:none;
	margin:0 35px 0 0;
	
}

#footer_text{
	font-size:10px;
	background-color:#938362;
	text-align:center;
	padding:3px 0;
}

#footer_text a{
	font-size:10px;
}

#content_scroll{
	overflow:scroll;
	overflow-y: auto ! important ; overflow-x:hidden ! important;
	height:150px;
	width:520px;
}

.short_padding{
	padding-left:20px;
}

.exotic_links a{
	margin-right:30px;
	cursor:pointer;
	cursor:hand;
}

.red{
	color:red;
}

.res_title{
	width:90px;
	padding:8px 0;
}

#res_form input, #res_form select, #res_form textarea{
	font-size:8pt;
}

.special_width{
	width:175px;
}


.img_box{
    height:95px;
	width:100px;
	text-align:center;
	border:#B09B8C 1px solid;
	padding:5px;
	margin:0px 5px 5px 0;
    font-size:11px;
    font-family:tahoma, verdana;
    color:#CCCCCC;
}


.img_box img{
    max-width:95px;
    /* IE Image max-width */
    width: expression(this.width > 95 ? 95: true);
	max-height:64px;
}


#image{
	max-width:470px;
    width: expression(this.width > 470 ? 470: true);
	max-height:400px;
}

.img_box img:hover{
	cursor:pointer;
}

.img_bg{
	background-image:url(images/load.gif) ;
	background-position:center;
	background-repeat:no-repeat;
}

