html, body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-position: 0px;
}
div#header {
	background-color: #000000;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	position: relative;
	z-index: 2;
	height: 5em;
	background-position: 0px 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}/* CSS Selectors for the structure of your document */

/* *** left column *** */
div#nav{
	position: absolute;
	top: 60px;
	left: 10px;
	width: 11.5em;
	z-index: 0;
	padding-top: 3.5em;
	padding-bottom: 15em;
	font-size: 0.8em;
	visibility: visible;
}

/* *** right column *** */
div#info{
	position: absolute;
	right: 1em;
	top: 105px;
	width: 143px;
	background: #D5CCE6 url(assets/skaterpurple.jpg) 0% 0% no-repeat fixed;
	border: 2px solid #000;
	visibility: visible;
	background-color: #000000;
	left: 832px;
}

/* *** content styling *** */
div#content{
	margin: 1.5em 12em 1em 10em;
	padding: 0 2em;
	color: #527DD3;
	border: 2px solid #92C837;
	background: #FFF url(assets/skaterfade1.jpg) 0% 0% no-repeat fixed;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* *** bottom footer *** */
div#footer{
	font-size: 0.7em;
	text-align: center;
	color: #7B7296;
	background: transparent;
	margin-bottom: 1em;
	}
/* Button/list styling CSS */
div#nav ul{
	margin: 0 7px 0 4px; 
	padding: 0;
}

div#nav li{
	list-style: none;
	color: #CCFF33;
	padding: 6px 2px 6px 0;
	margin: 0 0 5px 0;
	border-color: #8D8D8D;
	font-family: Capitals;
	font-size: medium;
	font-weight: 100;
	} 
	
div#nav li a{
	display: block;
	margin-left: 5px;
	width: 100%;
	letter-spacing: 0.1em;
	line-height: 130%;
}
	
div#nav li a:link, div#nav li a:visited{
	color: #CCFF33;
	text-decoration: none;
	background: #000000;
}

div#nav li a:hover {
	color: #5CC5FF;
	width: 100%;
	border-color: #0099FF;
}

div#nav p{
	padding: 1em;
	color: #000000;
	border-left-color: #C1C1C1;
}
/* Button/list styling CSS */


div#nav ul{
	margin: 0 7px 0 4px; 
	padding: 0;
}

div#nav li{
	list-style: none;
	color: #000;	
	padding: 6px 2px 6px 0;
	margin: 0 0 5px 0;
	} 
	
div#nav li a{
	display: block;
	margin-left: 5px;
	width: 100%;
	letter-spacing: 0.1em;
	line-height: 130%;
}
	
div#nav li a:link, div#nav li a:visited{
	color: #000;
	text-decoration: none;
	background: #CCCCCC;
}

div#nav li a:hover, div#nav li a:focus{
	color: #FFF;
	width: 100%;
}

div#nav p{
	padding: 1em;
	color: #6BA100;
	background: #FFFFFF center center;
	font-weight: bolder;
	white-space: normal;
	filter: Shadow(Color=#000, Direction=l);
	cursor: text;
}
