		body
		{
			width: 500px;
			margin:auto;
			background-color:grey;
			/*text-align: center;*/
		}



		img {
			border: none;
		}
		
		a:link { color: #009; 
			text-decoration: none;
			}
		a:visited { color: #009;
			text-decoration: none;
			}
		
		a:hover, a:active
		{
			text-decoration: none;
			color: #009;
		}
		
		div#banner
		{
			margin:25px;
			color: #005;
			background-color: #000;
			border-bottom: 1px solid #005;
			text-align: center;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
			 
		}
		
		div#banner h1
		{
			margin: 0;
			padding: .3em 0 .3em .5em;
			font-size: 2.7em;
			font-weight: normal;
		}
		
		div#container
		{
		    margin: auto;
			padding: 20px;
			font-size: 95%;
			font-family: verdana;
			color: #220;
			background-color: #000;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
			
		}
		
		div#container2
		{
			margin-top: 2em;
			background-color: #000;
		}
		
		div#navigation
		{
			float: left;
			width: 150px;
			padding-top: 0em;
		}
		
		div#navigation ul
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
		div#navigation ul li { margin-top: 4px; }
		
		#navigation ul li a
		{
			display: block;
			width: 135px;
			padding: 3px 5px 3px 10px;
			text-decoration: none;
			color: #000;
			background-image: url(nav_base.jpg);
			background-repeat: repeat-y;
		}
		
		#navigation ul li a:hover
		{
			color: #fff;
			background-color: #ccc;
			background-image: url(nav_base2.jpg);
			background-repeat: repeat-y;
		}
		
		div#more
		{
			width: 160px;
			margin: 0;
			padding: 0em 10px 0 0;
			color: #0ff;
			text-decoration: none;
		}
		
		div#more h3
		{
			margin-top: 0;
			color: #0ff;
			padding: .2em;
		}

		#more ul li a:hover
		{
			color: #0ff;
		}
		
		div#content
		{
			margin-left: 190px;
			margin-right: 200px;
			margin-top: 2em;
			padding: 10px;
			background: #055;
		}
		
		div#content h2
		{
			font-size: 2em;
			color: #005;
			margin: 0;
			font-weight: normal;
		}

		.center
		{		
			text-align: center;
		}

		div#content 
		{ 
		line-height: 150%;
		background-color: #550;
		}
		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
		
		div#footer
		{
			clear: both;
			padding: 0em 0em;
			border-top: 1px solid #005;
			text-align: center;
		}
		#footer a
		{
			display: block;
			text-decoration: none;
		}
		
		div#footer_left
		{
			margin: 0;
			padding: 0;
			float: left;
			width: 100px;
			text-decoration: none;
		}
		div#footer_right
		{
			width: 100px;
			float: right;
		}
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#footer li
		{
			margin-right: 1em;
		}
