/* CSS Document */

body,html {
	margin: 0px;
	}

* {
	font-family:"monaco", "andale mono", "lucida console", monospaced;
	}

#content {
	}
	
#header {
	background-image:url(Images/header.jpg);
	width:500px;
	height:86px;}


/*NAV*/

.stretchheader {
	clear:both;
	display:block;
	font-size:10px; color:red;
	width:600px;
	border-bottom:1px solid #000000;
	cursor:pointer;}

.stretchheader:hover {
	display:block;
	color:#000000;
	width:600px;
	border-bottom:1px solid red;
	cursor:pointer;}

	
.stretcherleft {
	float:left;
	margin: 10px 0 10px 0;
	font-size:10px;
	width:300px;}
	
.stretcherright {
	float:left;
	margin: 10px 0 10px 10px;;
	font-size:10px;
	width:290px;}
	
.stretchcontainer {
	width:600px}
	
.stretchcontainer a:link {
	display:block;
	font-size:10px; color:#000000; text-decoration:none;
	}
.stretchcontainer a:visited {
	display:block;
	font-size:10px; color:#000000; text-decoration:none;
	}
.stretchcontainer a:hover {
	display:block;
	font-size:10px; color:red;
	}