/* CSS Document */
h1{
	margin:auto;
	overflow:hidden;
	
}
	h1 a{
		margin:auto;
		display:block;
		overflow:hidden;
		text-indent:-3000em;
		height:200px;
		width:800px;
	}

body {
	margin: 0;
	padding: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	background:#00fe68 url(images/background.jpg) no-repeat top center;
}


#container {
	width:750px;	
	margin:100px auto 0px auto;
	}

#nav {
	width: 200px;
	padding: 0px 0px 0px 0px;
	font-size:24px;
	float:left;
	}


#nav a:link {
		color: #FFF;
		text-decoration: none;
		}

#nav a:visited {
		color: #FFF;
		text-decoration: none;
		}

#nav a:hover {
		color:#00fe68;
		text-decoration: none;
		}



#content{
		margin:auto;
		width:500px;
		height: 280px;
		background-color:#00fe68;
		float:right;
		}
		 
#content p {
	font-size:14px;
	color:#0000CC;
	margin:10px auto;
	padding:5px 10px 0px 15px;
	width:auto;
	height:250px;
	overflow: auto;
	}

#content a:link {
		color:#FFFFFF;
		text-decoration: none;
		font-weight: none;
		}

#content a:visited {
		color:#FFFFFF;
		text-decoration: none;
		font-weight: none;
		}

#content a:hover {
		color: #000000;
		text-decoration: none;
		font-weight: none;
		}
		
		
.blue {
color:#00CCFF

}