body, html {
	margin:0;
	padding:0;
	background:#000;
	color:#000;
	}
body {
	min-width:680px;
	font-size: 62.5%; /* reduce text size to 10 px as a global value and then increase in ems as appropriate*/
	}
a:link, a:visited {
	color: #FFAB00; 
	}
a:hover, a:active { 
	color: #33CCFF; text-decoration: underline; 
	}
#wrap {
	background:#000;
	margin:0 auto;
	width:680px;
	}
#header {
	margin:0px 0px 0px 0px;
	background:#000;
        font: normal 1.1em verdana,helvetica;
	}
#nav {
	margin:45px 0px 0px 5px;	
	background:#000;
	padding:3px;
	float: left;
	color: white;
	}

#nav a { text-decoration: none;
	}

#navactive {
	color: #33CCFF; text-decoration: underline;
	}
#logo {	
	float: right;
	}
#left {
	background:#000;
	float:left;
	width:270px;
	font: normal 1.1em verdana,helvetica;
	color: white;
	}
#left h2 {
	font-size: 160%;
	color: #fff;
	font-weight: 500; padding:0 5px;
	}

#left p {
	color: #fff;
	font-weight: 400; padding:0 5px;
	}
#leftindex {
	background:#000;
	float:left;
	width:320px;
        margin: 5px 0px 7px 7px;
	font: normal 1.1em verdana,helvetica;
	color: white;
	}
#leftindex h2 {
	font-size: 160%;
	color: #fff;
	font-weight: 500;
	}

#right  {
	background:#000;
	float:right;
	width:405px;
	font: normal 1.1em verdana,helvetica;
	color: white;
	}
#right p {
	padding:0 10px 0 0;
	}
#rightindex  {
	background:#000;
	float:right;
	width:320px;
        margin: 0px 5px 7px 7px;
	font: normal 1.1em verdana,helvetica;
	color: white;
	}
#footer {
	background:#000;
	font: normal 1.1em verdana,helvetica;
	color: white;		
	clear:both;
	}

div#nextn {
	position: relative;
	}
a#back {
	position: relative;
	left: 23px;
	}
a#previous {
	position: relative;
	left: 3px;
	}
a#next {
	position: relative;
	left: 43px;
	}
.thumbnail {
	width: 61px;
	height:61px;
	float: left;
	margin:  0px 10px 20px 0px;
	}
div#thumbnails {
	margin-top: 25px;
	}
div#whitethumbnails {
	margin-top: 5px;
	}
img#home {
	margin: 0px 0px 0px 7px;
	}
.quotes 
	{ 
	color: #FFCC99; 
	}

ul {
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 0px;
}

li {
	padding-top: 3px;
	padding-bottom: 1em;
	}
