@charset "utf-8";
/* CSS Document */

body{ 
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: small;
	color: #fff;
	/*background:url(images/2/bg.png) top left repeat-x;*/
}

#all{
	width:502px;
	height:470px;
	margin:60px 0px 0px 250px;
	}
	
	
	
	
#navigation{
	float: left;
	width: 500px;
	background:url(images/navbar.png) top left no-repeat;
	height: 34px;
	margin-bottom:0px;
		}
		
		#navigation ul {
	float: left;
	height: auto;
	list-style:none; /* turns off bullets or changes them */
	padding: 0px;
	padding-left: 0px;
	margin: 0px;
		}
		
			#navigation ul li{ /* for list items */
			float:left;
			margin-right: 0px;
			}
						/*controlling links in this section*/
						#navigation ul li a{
						color:#fff;
						text-decoration: none;
						display:block;
						padding: 8px 10px;
						background: url (images/button2.png);
						}
							#navigation ul li a:hover{
						color:#000;
						background: url(images/button1.png) right no-repeat;
}
			
					#navigation ul li a:active{
						color:#666;
						background: url(images/button2.png) right no-repeat;
}


					#content{
						float:left;
						width: 500px;
						height: 400px;
						color:#000;
						padding:0px 10px 0px 10 px;
					
						
						}

#botnav{
	float: left;
	width: 500px;
	background:url(images/navbar.png) top left no-repeat;
	height: 34px;
	margin-bottom:0px;
		}
		
		#botnav ul {
	float: left;
	height: auto;
	list-style:none; /* turns off bullets or changes them */
	padding: 0px;
	padding-left: 0px;
	margin: 0px;
		}
		
			#botnav  ul li{ /* for list items */
			float:left;
			margin-right: 0px;
			}
						/*controlling links in this section*/
						#botnav  ul li a{
						color:#fff;
						text-decoration: none;
						display:block;
						padding: 7px 10px;
						background: url (images/button2.png);
						}
							#botnav  ul li a:hover{
						color:#000;
						background: url(images/button1.png) right no-repeat;
}
			
					#botnav  ul li a:active{
						color:#666;
						background: url(images/button2.png) right no-repeat;}
						
