* Header */

#topbg {
	
	height: 35px;
	margin-left: 1%;
    margin-right: 1%;
	padding: 0;
	background: ;
	align: center;
}
#topbg h1 {
	font-size: 25px;
	text-align: center;
	
	color: #000000;
}
#topbg h2 {
	font-size: 26px;
	line-height: 100%
	color: #000000;
}

#header {
	width: 800px;
	height: 130px;
	margin: 0 auto;
	background: url(/images/headerimg2.jpg) no-repeat;
}

#header h1, #header p {
    text-align: center;
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 52px;
	padding: 10px 0 0 35px;
	color: #000000;
}

#header p {
	margin-top: -20px;
	padding: 0 0 0 3px;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000001;
	text-transform: lowercase;
}

#header a {
	text-decoration: none;
	color: #F79F1A;
}
/* rtside */
#rtside {
        
float: left;
width: 48%;
margin-left: 3%;

}


a:link
{
	color: blue; 
}
a:visited
{
	color: red; 
} 
a:active 
{
	color: orange;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #FFFF99;
	color: #009933;
	margin-left: auto;    
	margin-right: auto;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);x
}
h2
{
	color: rgb(255,255,255); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}
#content
{
    		float: left;
			width: 100%;
			margin-left: auto;    
			margin-right: auto;
			background-color: #FFFF99;
			margin-bottom: 10px;
			text-align: center;
}
#content1
{
    		float: left;
			width: 100%;
			margin-left: auto;    
			margin-right: auto;
		
			margin-bottom: 10px;
}

div#menu {
    float: left;
    height: auto;
    width: 18%;
    margin-left: auto;    
    margin-right: auto;
    background-color: #FFFF99;
    display: inline;
}
div#menu li {
    height: 100%;
    width: 100%;
    margin-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
  
    line-height: 100%;
    list-style-type: none;
    background: url(../images/button.jpg) top left;
    background-repeat: no-repeat;

}
div#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    
}
div#menu ul {
margin-left: 0; 
margin-right: auto;
padding-left: 0;
}

div#menu li a:link {
    color: blue:
}
div#menu li a:visited {
    color: red;
}
div#menu li a:hover {
    font-weight: bold;
    color: red;
} 

div#menu li a:active {
    font-weight: bold;
    color: red;
    background-image: url(images/button.jpg); 

    background-repeat: no-repeat;
}

#holder
{
float: left;
width: auto;
}


		#main
		{
			float: left;
			width: 60%;
			margin-left: 10px;    
			margin-right: 10px;
			background-color: #ffffff;
			color: #000000;
			padding:  2px 2px 2px 2px;
			margin-bottom: 10px;
		}
		
		#sidebar
		{
			float: left;
			width: 15%;
			margin-left: auto;    
			margin-right: auto;
			background-color: #FFFF99;
			margin-bottom: 10px;
		}
		
		#footer
		{
			text-align: center;
			clear: both;
			width: 100%;
			height: 150px;
			    margin-left: auto;
			     margin-right: auto;
			background-color: #FFFF99;
		}