﻿body
{
	background:#FFF;
	width:100%;	
	margin:0;
	padding:0;
	font-family:Verdana, Sans-Serif;
	font-size:12px;
    text-align:left;
    
}
/*------------------------------- Tags -------------------------------*/
p
{
	font-family:Verdana, Arial, Tahoma;
	font-size:12px;
	line-height:17px;
}
a
{
    font-size:10px;
}
a:link 
{
    color:#FFF;
}
a:visited 
{
    color:#FFF;
}
h1
{
	font-size:18px;
	color: #003300;
	font-weight: normal;
	margin-bottom: 30px;
}
h2
{
	font-size:16px;
}
ul
{
    list-style-type:none;
    color:#FFF;
}
img
{
    border:0px;
}
/*------------------------------- Floats ---------------------------------*/
.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
	display: block;
	line-height: 0;
}
/*------------------------------- layout -------------------------------*/
#Frontpage
{
	width:100%;
	background-color:#FFF;
	margin:20 0 auto;
	padding:0 0;
	clear:both;
}
#page
{
    background-color:#FFF;
}
#Container
{
    background-color:#8B8D22;
}
#Mainpage
{
    background: #8B8D22 url('../../../DOCUME~1/SBURNI~1/LOCALS~1/Temp/Saf93.tmp/images/fade_rock.jpg') no-repeat top right; 
    width:100%;
    min-width:755px;
    margin: 0 0;
    height:101px;
}
#AdminBackground
{
    background-color:#999;
}
#Admin
{
    font-family:Lucida Sans;
}
#AdminBackground a
{
    font-size:12px;
}

#Header
{
	background-color:#8B8D22;
	padding-top:15px;
	padding-left:28px;
	width:312px;
	height:50px;
	margin-bottom:15px;
}
#FrontHeader
{
	background-color:#8B8D22;
	width:720px;
	height:53px;
	padding:20px 0;
}
#logo
{
   	background:url('../../../DOCUME~1/SBURNI~1/LOCALS~1/Temp/Saf93.tmp/images/logo_white.gif') no-repeat;
	width:290px;	
	height:50px;
	margin:0px 0px 0px 20px;
}
#FrontMenu
{
	background-color:#405021;
	width:420px;
	height:16px;
	float:left;
	text-align:left;
}
#FrontMenu ul
{
    list-style-type:none;
    color:#FFF;
    padding:0px 2px;
    margin:0px 0px;
}
#FrontMenu li
{
    color:#DDD;
    display:inline;
    text-align:left;
}
#FrontMenu a:link 
{
	color: #DDD;
	text-decoration: none;
}
#FrontMenu a:visited 
{
	text-decoration: none;
	color: #DDD;
}
#FrontMenu a:hover 
{
	text-decoration: none;
	color: #FFF;
}
#FrontMenu a:active 
{    
	text-decoration: none;
	color: #DDD;
}
.Menu
{
	width:71%;
	height:23px;
	text-align:left;
	background-color:#405021;
    color:#FFF;
    padding:5px 2px 0px 10px;
    min-width:675px;
}

.Menu a:link 
{
	color: #DDD;
	text-decoration: none;
}
.Menu a:visited 
{
	text-decoration: none;
	color: #DDD;
}
.Menu a:hover 
{
	text-decoration: none;
	color: #FFF;
}
.Menu a:active 
{    
	text-decoration: none;
	color: #DDD;
}
#MenuRight
{
	background-color:#990000;
	width:300px;
	float:right;
	height:16px;
	text-align:right;
}
#MenuRight li
{
    display:inline;
}

#MenuRight ul
{
    font-size:10px;
    list-style-type:none;
    color:#FFF;
    padding:0px 2px;
    margin:0px 0px;
}	
#MenuRight a:visited
{
	color:#FFF;
}
#MenuRight a:link
{
	color:#FFF;
}
#content
{
	width:95%;
	text-align:left;
	min-height:450px;
	background-color:#FFF;
	padding: 20px;
}
#content p
{
    font-family:Verdana, Arial, Tahoma;
	font-size:12px;
	line-height:17px;
	color:#888888;
}
#content h2
{
	font-family:Verdana, Arial, Tahoma;
	font-size:16px;
	line-height:19px;
}
#content a
{
    color:#8B8D22;
    text-decoration:none;
    font-size:12px;
}

#contentContainer
{
    display:inline-block;
    background-color:#FFF;
}
#FrontpageContent
{
    width:720px;
    text-align:left;
    background-color:#405021;
    margin:20px auto 0;
    padding-bottom:20px;

}
#FrontpageContent p
{
    padding:2px 10px;
    color:#FFF;
    width: 700px;
}

#MainFooter
{
   	width:100%;
	height:53px;
	background:#666600 url('../../../DOCUME~1/SBURNI~1/LOCALS~1/Temp/Saf93.tmp/images/stripes.gif') repeat-x;
}
#MainFooter p
{
    margin-top:29px;
    padding:0px 8px;
    font-size:10px;
    line-height:12px;
    color:#FFF;
}
#Footer
{
	width:700px;
	height:35px;
	background-color:#405021;
	padding:0px 10px;
}
#Footer p
{
    margin-top:10px;
    font-size:10px;
    line-height:12px;
    color:#FFF;
}
#contentLeft {
	width: 275px;
	float: left;
	margin-right: 20px;
	padding: 20px 0 0 30px;
}
#contentLeft img {
	margin-bottom: 30px;
}
#contentRight {
	width: 580px;
	float: left;
	padding-top: 20px;
	color:#888888;
}