.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	



BODY
{
text-align: center;  /* centering the page container, 
							text-align will be reset to left 
							inside the container */
	margin: 0;
	padding: 0;

	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(51, 153, 153);
	color: rgb(255,255,255);
	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);
}

/*LINKS*/
a:link
{
	color: rgb(255,204,0); 
}
a:visited
{
	color: rgb(255,255,153); 
} 
a:active 
{
	color: rgb(255,51,0);
}



#BG
{	height: 35px;
	margin-left: 1%;
    margin-right: 1%;
	padding: 0;
	align: center;
}
#BG H1 {
	font-size: 32px;
	text-align: center;
	color: #000000;
}
#BG H2 {
	font-size: 26px;
	line-height: 100%
	color: #000000;
}


#HEADER
{	width: 900px;
	height: 400px;
	margin: 0 auto;
	background-color: rgb(51, 153, 153);
	}

#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;
}
MENUH
{}
SPACERH
{}
SPACERV
{}
#HOLDER
{
    		
			width: 100%;
			margin-left: auto;    
			margin-right: auto;
			background-color: rgb(51, 153, 153);
			margin-bottom: 10px;
			
 
}

#CONTENT
{
  	text-align: center;
			margin-left: auto;    
			margin-right: auto;
			background-color: rgb(51, 153, 153);
			margin-bottom: 10px;
}
MENU
{ float: left;
    height: auto;
    width: 15%;
    margin-left: auto;    
    margin-right: auto;
    background-color: rgb(51, 153, 153);
    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: white:
}
div#menu li a:visited {
    color: yellow;
}
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;
}
#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: 18%;
			margin-left: auto;    
			margin-right: auto;
			background-color: rgb(51, 153, 153);
			margin-bottom: 10px;
}
FOOTER
{text-align: center;
			clear: both;
			width: 800px;
			height: 150px;
			    margin-left: auto;
			     margin-right: auto;
			background-color: rgb(51, 153, 153);
}
