



html
{
 overflow: -moz-scrollbars-vertical;
 height:100%;
}

img
{
 border: none;
}


#box
{
 padding: 0;
 margin: 0;
 height: 100%;
 
 background: #663910 url(../images/bg.jpg) repeat-x;
}

#content_wrapper
{
 width: 919px;
 height: 100%;
 
 margin: 0 auto; 
}


#top_logo
{
 width: inherit;
 height: 177px;
 
 background:url(../images/logo.jpg);
}


#content
{
 width: inherit;
 
 min-height: 449px;
 height: auto !important;
 height: 449px;   
 
 margin: 0;
 padding-top: 4px;

 
 overflow: hidden;
 
 background: #693D16 url(../images/content_bg.jpg) repeat-x;
}


#left_content
{
 width: 220px;
 height: 440px;

 float: left;
 margin-top: -4px;

 font: 11px Verdana;
 color: #5D5D5D;


 overflow: hidden;
 margin-bottom: -2000px; padding-bottom: 2000px; 
 
 background: #FFFFFF url(../images/left_content.jpg) no-repeat;
}


#left_content a
{
 color: #981A1D;
 font-weight: bold;
 text-decoration: underline;
}


#right_content
{
 width: 696px;
 
 min-height: 449px;
 height: auto !important;
 height: 449px;   
 
 color: #5D5D5D;
 font: 10px Verdana;
 
 float: right;
 
 background: #FFFFFF;
}


#right_content h1
{
 width: 685px;
 font: 18px Verdana;
 font-weight: bold;
 color: #FFFFFF;
 
 padding-top: 7px;
 padding-bottom: 9px;
 padding-left: 21px;
 
 margin-top: -7px;
 margin-left: -22px;

 background: url(../images/h1.jpg) repeat-x;
 
}

#right_content a, #right_content a:link, #right_content a:visited{
	color:#990000;
	text-decoration:none;
}

#right_content a:hover{
	text-decoration:underline;
}



Body { scrollbar-3d-light-color : #3A3A3A; scrollbar-arrow-color : #9C9C9C; scrollbar-base-color : #9C9C9C; scrollbar-dark-shadow-color : #3A3A3A; scrollbar-face-color : #3A3A3A; scrollbar-highlight-color : #3A3A3A; scrollbar-shadow-color : #9C9C9C; font-family : verdana ;  font-size : 10px ;   }
TD { font-family : verdana ; font-size : 10px ;}
input, select, textarea	{ font-family: verdana ; font-size: 10px ;  border: solid #3A3A3A ; border-width: 1 ; background-color:#ffffff ; }

/* START WINDOWS OVERLAY*/
#GB_overlay { background-color: #000000; position: absolute; margin: auto; top: 0; left: 0; z-index: 100; }
#GB_window {left: 0; top: 0; font-size: 1px; position: absolute; overflow: visible; z-index: 150; }
#GB_window .content { width: auto; margin: 0; padding: 0; background-color: #fff; border: 3px solid #ccc; border-top: none; }
#GB_frame { border: 0; margin: 0; padding: 0; overflow: auto; white-space: nowrap; }
.GB_Window .content { background-color: #fff; border: 3px solid #ccc; border-top: none; }
.GB_Window .header { border-bottom: 1px solid #aaa; border-top: 0px solid #999; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin: 0; height: 20px; font-size: 12px; padding: 3px 0; color: #333;}
.GB_Window .caption { font-size: 11px; font-weight: bold; white-space: nowrap; padding-right: 20px; }
.GB_Window .close { text-align: right; }
.GB_Window .close span { font-size: 11px; cursor: pointer }
.GB_Window .close img { cursor: pointer; padding: 0 3px 0 0; }
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
/* END WINDOWS OVERLAY*/ 
 


a,a:link,a:visited,a:hover{
	color:#fff;
}


:focus
{
outline:none;
}


