body
{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	line-height: normal;
	background-color: #99cc33;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

/*MAIN LAYOUT*/
#maincontainer{
	width: 820px;
	margin: 0 auto;
	margin-bottom: 0;
	background-color: #99cc33;
}

#topsection{
background-image: url(images/header_05.jpg);
height: 240px; /*Height of top section*/
margin-top: 8px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
background-image: url(images/body_bg.jpg);
background-repeat: repeat-y;
float: left;
width: 100%;
}

#contentcolumn{
	margin-left: 210px;
	font-style: normal;


}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -810px; /*Set left margin to -(MainContainerWidth)*/

}

#footer{
background-image: url(images/footer_bg.jpg);
background-repeat: no-repeat;
height: 80px;
clear: left;
width: 100%;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FF0000;
}

.innertube1{
margin: 30px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 20px;
}

.innertube1{
margin: 30px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 20px;
}

.innertube2{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 20px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	width: 820px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	background-repeat: no-repeat;
	margin: auto;
	padding-top: 10px;
}

/*sidebar main menu*/

#navcontainer { width: 180px; }

#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent url(images/arrow.gif) left center no-repeat;
padding-left: 35px;
text-align: left;
font: normal 18px/35px "Trebuchet MS", Verdana;
text-decoration: none;
color: #000000;
}

#navcontainer ul li a:hover
{
background: transparent url(images/check.jpg) left center no-repeat;
color: #ff0000;
}

#navcontainer ul li a#current
{
background: transparent url(images/check.jpg) left center no-repeat;
color: #ff0000;
}

/*sidebar main navigation*/

#sidebarmenu { width: 170px; }

#sidebarmenu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#sidebarmenu a
{
display: block;
padding: 3px;
width: 150px;
background-color: #FF6600;
border-bottom: 1px solid #eee;
}

#sidebarmenu a:link, #menulist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#sidebarmenu a:hover
{
background-color: #FF0000;
color: #fff;
}

/*sidebar BOXES*/

.widget {
	border: 1px solid #ff0000;
	padding: 5px;
	height: auto;
	width: 150px;
	margin: auto;
}

/*MAIN CONTENT BOXES*/
.testimonibox {
	left: 200px;
	padding: 10px;
	border: thin solid #666666;
	width: 430px;
}

/*LINKS*/

a:link
{
	color: #3366FF;
	list-style-type: none;
	list-style-image: none;
}

ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

a:visited
{
	color: #3399FF;
}
a:hover
{
	color: #3399FF;
	text-decoration: none;
}
a:active
{
	color: #3399FF;
}


h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}



.widget1 {

	padding: 5px;
	height: auto;
	width: 150px;
	margin: auto;
}
