html {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body{
	background: rgb(210,240,240);
	background: url(background-lines.png)rgb(245,245,245);	
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#content{
	margin-left: 200px;
	outline: 1px gdotted gray;
}



nav{
	padding-left: 0;
	margin-top: 20px;
	margin-left: 20px;
	height: 400px;
	background: url(navbar.png);
	
	/*border: olive 1px dotted;*/
	width: 250px;
	position: absolute;
}

#navlinks{
	/*text-align: right;*/
	
}

nav ul{
	
	padding-left: 90px;
}

nav li{
	margin: 10px 0 0 0 ;
	padding: 0;
	font-family: arial;
	font-weight: lighter;
	text-decoration: none;
	/*margin-right: 6px;*/
	background: url(navlinkbar.png);
	/*padding-left: 20px;*/
	width: 150px;
	height: 30px;
	line-height: 200%;
	text-align: center;
	/*outline: 1px solid gray;*/	
}

nav li a{
	text-decoration: none;
	color: white;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: lighter;
}

section{
	background: url(sectionbar.png);
	position: absolute;
	/*top: 20px;*/
	left: 500px;
	width: 480px;
	height: 100%;
	/*border: olive 1px dotted;*/
	padding-left: 20px;
}

h1{
	margin-right: 6px;
	margin-top: 20px;
	line-height: 50px;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 40px;
	color: rgb(140,200,60);
	text-align: right;
	font-weight: lighter;
}

h1 strong{
	font-family: arial, sans-serif;
	font-size: 40px;
	font-weight: lighter;
}

h2{
	font-family: arial, sans-serif;
	font-size: 20px;
	color: rgb(140,200,60);
}

ul{
/*	list-style-image: url(bullet.png);	*/
	list-style: none;
	font-family: arial, sans-serif;
	font-size: 14px;
	
}

ul{
	/*display: none;*/
}


section ul{
	
	
}

section ul a{
	text-decoration: none;
	color: black;
	display: block;
	width: 400px;
	margin-top: 10px;
	line-height: 20px;
	
	text-indent: 10px;
}


a:link{
	
}

a:visited{
	
}
a:hover{
	cursor: pointer;
	color: gray;
}

a:focus{
	
}