@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/Navagation/photo.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

p {
	font-size: 12px;
	}

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

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

a:hover {
	color:#70b7e5;
	text-decoration: none;
	}       

a:active {
	color:#70b7e5;
	text-decoration: none;
	}     

/* Navagation */
	
	
#navigation {
	margin-top:300px;
	margin-left:220px;
	float:left;
	height: 750px;
	width: 300px;
	position: absolute;
	visibility: visible;
	}
	
	
/* header */

#header {
	height: 164px;
	width: 600px;
	float:left;
	background-repeat: no-repeat;
	margin-left:450px;
	position:absolute;
	
}


#content {
	float:left;
	margin-left:600px;
	margin-top:250px;
	position:absolute;
	
}

/* Arrows */
#arrow{
	padding: 15px;
	}

ul {
	padding-left: 5px; 
	margin-left: 5px;	
	}

li {
	list-style-image: none;
	list-style-type: none;
	}
