/* CSS Document */

body {
	font-family: sans-serif;
	background-color: FFFFFF;
	
	leftmargin= 0 topmargin= 0 marginwidth= 0 marginheight=0	
}

.index {
	background-repeat: no-repeat;
	background-position: center;
	}

/*LINKS*/

a {text-decoration: none;}
a:link {
	color: #999999;}
	}
a:visited {
	color: #666666;
	}
a:active {
	color: white;
	}
a:hover {
	color: #CCCCCC;
	}



/*HEADER and MENU*/

h1.jarednielsen {font family: sans-serif;
	font-size: xx-large;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}
.jarednielsen a:visited {
	color: #666666;
	}
#header {
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 35px;
/*
	border: 1px solid #a9a9a9;
*/
	margin-top: 10px;
	padding: 4px;
	font-size: xx-large;
	font-weight: bold;
	text-decoration: none;
	color: gray;
	margin-bottom: 5px;
	/*
	background:white url(newscrib.jpg);
	
	text-align: right;*/
	}
.nav a:link {
			color: #999999;
			}
.nav a:visited {
			color: #666666;
			}
.nav a:hover {
			color: #CCCCCC;
			}
			
.nav a:active {
			color: white;
			}

			
#nav {
	font-family: sans-serif;
	font-size: large;
	font-weight: normal;
	margin-bottom: 5px;
	
	/*text-align: right;*/
	}
#nav ul {	

	padding: 0;
	margin: 0 0 0 0;
	}
#nav ul li {
/*
	display: inline;
*/
	margin: 0 -2px;
	list-style-type: none;
/*
	background-image: url('images/button_white.gif');
	background-repeat: no-repeat;
	background-position: right;
	border-right: 1px solid white;
*/
	padding: 0 10px 0 10px;
	/*text-align: right;*/
	}




#fullpage {
	font-family: sans-serif;
	left: 10px;
	right: 10px;
	padding: 4px;
	margin-top: 75px;
	margin-bottom: 10px;
	color: gray;
	
	/*height: 100%;*/
	}

