﻿*{
	padding:0;
	margin:0;
	border:0;
}	


body {
	background-color:#993300;
	        scrollbar-base-color: #8A2D00; 
            scrollbar-track-color: #993300; 
            scrollbar-face-color: #993300; 
            scrollbar-highlight-color: #D24400; 
            scrollbar-3d-light-color: #D24400; 
            scrollbar-darkshadow-color: #ffffff; 
            scrollbar-shadow-color: #000000; 
            scrollbar-arrow-color: #f0f0e0;
           font-family:Arial, Verdana, Tahoma, Helvetica ;
                      font-size:100.01%; 
           overflow: hidden;
             max-height: 100%; 

}

a { outline: none; }	
		
#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	min-height: 100%;
	height: 100%;
	
}

#banner {
	position: absolute;
	top: 0;
	padding-top: 5px;
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/; /*right: 150px; Set right value to WidthOfRightFrameDiv*/;
	width: 560px;
	height: 96px; /*Height of top frame div*/;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/;
	background-color: #993300;
	color: white;
	text-align: left;
	background-image: url('style/bg-header3-ms.jpg');
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	top: 96px;
		/*padding: 5px;*/
	left: 200px;
	width: 570px;
	\width: 590px;
	w\idth: 570px;
	height: 100%;
	min-height: 100%;
}

#navig {
	float: left;
	width: 200px;
/*	min-height: 100%;
	height: 100%;  IE */;
	min-height: 653px;
	height: 653px; /* IE */;
	margin: 0;
	margin-right: ;
	padding: 5px;
	overflow: hidden;
	background-image: url('style/bg-left3.jpg');
	background-repeat: no-repeat;
}
		

#navig ul {
padding-top:80px
	
}

	
		
#navig li {
	vertical-align: bottom;
	font-style: normal;
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-variant: small-caps;
	margin-left: 0px;
	margin-top: 0px;
	list-style: none;
	padding-top: 0px;
	
}
	
#navig a:link {
	outline:none;
	display:block;
	/*background-image: url('images/ns-dur-butt.gif');
	background-repeat: no-repeat;*/
	padding-left:10px;
	padding-top:5px;
	padding-bottom:0px;
	height: 33px;
	text-decoration: none;
	color: #efefef;
}

#navig a:visited {
display:block;

/*background-image: url('images/hover.gif');
background-repeat: no-repeat;*/
	padding-left:10px;
	padding-top:5px;
	height: 33px;
	text-decoration: none;
	color: #efefef;
	padding-bottom:0px;

}

#navig a:focus, #navig a:hover {
/*background-image: url('images/ns-dur-butt-hover.gif');*/
background-image: url('images/hover.gif');
background-repeat: no-repeat;
display:block;	
color: #ffffff;
padding-left:10px;
padding-top:5px;
height: 33px;
padding-bottom:0px;
width:125px;
}




#navig a:active {
/*background-image: url('images/ns-moll-butt-hover.gif');*/	
background-image: url('images/hover.gif');
background-repeat: no-repeat;
display:block;	
color: #ffffff;
padding-left:10px;
padding-top:5px;
height: 33px;
padding-bottom:0px;
width:125px;
	
}

