
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #00AC00;
}

#container {
	width: 750px;
	margin: 0 auto 0 auto;
}

#header {
	width: 750px;
	height: 120px;
	background: #aaeeee;	
	margin-left: auto;
	margin-right: auto;
	background: no-repeat url(images/Green/header.jpg);
}

#navbar {
	width: 720px;
	height: 36px;
	padding-top: 1px;
	padding-left: 30px;
	background: url(images/Green/navbar.jpg);		
	font-size: 17px;
}


#content {
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: repeat-y url(images/Green/mainfull.jpg);
}

#mainbar {
	float: left;
	width: 535px;	
	padding-left: 30px;
	padding-right: 10px;
	overflow-x: hidden;
}


#sidebar {
	float: right;
	width: 137px;		
	padding-left: 8px;
	padding-right: 30px;
	overflow-x:hidden;
	font-size: 9px;
}


#footer {
	background: url(images/Green/bottom.jpg);
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 750px;
	height: 60px;
	text-align:center;
	padding-top:15px;
	font-size: 17px;
}

/*-----------------------------------*/

.comment{
	border-bottom:1px solid #853205;
}
.comment h2 {
	font-size: 12px;
	line-height:10px;
	color:#9D2E07;
}
.comment h3 {
	font-size: 9px;
	line-height:1px;
	color:#B57217;
}
.comment p{
	font-size: 11px;
	color:#000000;
}

.download
{

	border-bottom: 1px dotted#853205;
}

.download h3{

	font-size: 13px;
	line-height: 1px;
}

/*-----------------------------------*/

#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover {
	color: #AAAAFF;
}
#navbar a:active {
	color: #ffff00;
}

/*-----------------------------------*/

#sidebar a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #99FF99;
}
#sidebar a:visited {
	color: #ab6700;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:link:before{
content:"! ";
}

#sidebar a:visited:before{
content:"x ";
}
/*-----------------------------------*/


a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #AAAAFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #ffff00;
}

/*-----------------------------------*/


a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #AAAAFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #ffff00;
}

/*-----------------------------------*/



h3{
font-size:11px;
}


