/* CSS Document */
/* This sets the height of the pink border from the bottom so it will show when it can if the page is not too long */


html	{
	height: 95%;
}

/* This sets the pink border and associated padding plus the background color of the page */

body {
	background-color:#7D7D7D;
	border: 3px solid #B0B0B0;
	min-height: 100%;
	padding: 10px; 
}

#header {
	background-image: url('images/logoruslarken2b.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 140px;
	display: block;
	background-color:#E4E0E0;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-color: #B0B0B0;
	outline-color: #B0B0B0;
	outline-style: solid;
	
	
	
} 


#nav {
	display: block;
	background-color:#B8B7B7;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	outline-color: #7D7D7D;
	outline-style: solid;
	outline-width: thin;
	width: 804px;
	font-weight: bolder;
}

#content {
	display: block;
	background-color:#E4E0E0;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	border-color: #B0B0B0;
	outline-color: #B0B0B0;
	outline-style: solid;
	margin-top: inherit;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	line-height:normal  
}

#footer {
	display: block;
	background-color:#B0B0B0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	color: #6B0000;
	border-top: 1px solid #B0B0B0;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 804px;	
	
}

/* Text and table fonts are set here and also text alignment */

p {
	font:12px verdana,arial,sans-serif;
}

table { 
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
}

td {
	text-align: left;
}

/* This sets the navigation area background and mouseover colors plus the font. */

.btnav {
	background-color: #6B0000;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	font-size:14px;
	text-align:center;
	font-weight:900;
	text-decoration:none;
}
	
	
a:link{     
	
            color:#6B0000;
            text-decoration:none;	
            }
                        

a:visited {  

            color:#666666;
            text-decoration:none;
            }
                        

a:hover {   

            color:#666666;
            text-decoration:none;
	    font-weight: bolder;
                        
	
}


