body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #A0A274;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
   font-size: 22px;
   color: #006600;
} 

h2 {
   font-size: 18px;
   color: #006600;
} 

h3 {
   font-size: 14px;
   color: #006600;
}

a, a:visited {
    color: Green;
}

a:hover, a:visited:hover {
    color: Red;
}

.imgborder {
    border: 1px solid gray;
}

#Wrapper {
	width: 839px;
	height: 717px;
}

#Top {
	float: left;
	clear: both;
	background-image: url(../images/wrapper_bkg.jpg);
	background-repeat: repeat-y;
}

#Left {
	float: left;
	clear: right;
	width: 11px;
}

#Center {
	float: left;
	clear: right;
}

#Header {
	float: left;
	clear: both;
	width: 815px;
	height: 115px;
}

#Middle {
	float: left;
	clear: both;
}

#Sidebar {
	float: left;
	clear: right;
	width: 197px;
	background-image: url(../images/sidebar_bkg.jpg);
	background-repeat: repeat-y;
}

#Menu {
	float: left;
	clear: both;
	width: 197px;
	background-image: url(../images/menu_bkg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	padding: 5px 0 5px 15px;
	line-height: 26px;
}

#Menu a, #Menu a:visited {
	font-size: 13px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

#Menu a:hover, #Menu a:visited:hover {
	font-size: 13px;
	color: #BB0000;
	text-decoration: none;
	font-weight: bold;
}

#Sidebar_Bttm {
    float: left;
    clear: both;
    padding: 5px 0 5px 15px;
    text-align: left;
    font-size: 11px;
    color: #222222;
    margin-top: 50px;
}

#Content 
{
	float: left;
	clear:right;
	width: 578px;
	color: Black;
	font-size: 12px;
	line-height: 18px;
	padding: 15px 20px 10px 20px;
	text-align: left;
}

#Right {
	float: left;
	clear: right;
	width:13px;
}

#Footer {
	float: left;
	clear: both;
	width:839px;
	height:26px;
	background-image: url(../images/default_06.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	color: #444444;
	padding-top: 30px;
}

.justforo, .justforo h1, .justforo p {
    display:none;
    visibility:hidden;  
}