body {margin: 0;padding: 0;
      background: #666666;
	  font-family:arial,verdana,sans-serif;
	 }

html{margin: 0;padding: 0;}

#container{
	width:850px;
	margin: auto;
	padding:0;
	background-color:#BAB5FF;
	
}
#header {
    width:850px
   	background-color: #CCCCFF;
}

#banner {
    width:850px
  	background-color: #CCCCFF;

}

#nav{
	width:850px
    height:30px
	background-color: #E9E9E9;
	
}

#content {
	color: #000000;
	width: 830px;
	text-align: justify;
	background-color: #E9E9E9;
	padding: 10px;


	}

#content img {
	padding: 15px;
              }
		
	
h1{
	text-align: left;
    color: #CC9900;
	font-size: 20px;
	text-decoration: bold;
	}
	

.style1 {
	text-align: justify;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	padding: 5;
	font-weight: normal;
}

.style2 {
    color:  #FFFFFF;
	}
	

.style4 {
	text-align: center;
    color: #CC9900;
	font-size: 20px;
	text-decoration: normal;
	}

#footer {
	font-size: 11px;
	width: 850px;
	background: #000000;
	text-align: center;
	padding: 1em 0 0.5em 0;
	margin: 0.5em 0 0 0;
	background-color: #000066;
	color: #FFFFFF;
}

#footer a {color: #FFFFFF;}

#footer a:hover {color: #FFFF00;}

#footer p {color: #FFFFFF;}



#sitemap {
    float: left;
    margin-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;}
	
#sitemap a {color: #FFFFFF; text-decoration: none;}
	
#siteby {
    float: right,relative;
    margin-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
}
#siteby a {color: #FFFFFF; text-decoration: none;}

a:link {
	color: #03C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: none;
	color: #C90;
}
a:active {
	text-decoration: none;
}
