body {
  font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	background-color:#2e2e2e;
	height:100%;
	margin:0;
	}
	
a:link, a:active {color:#ffffff; text-decoration:underline;}
a:visited, a:hover {color:#fdd689; text-decoration:none;}
	
#nav a:link, #nav a:active {color:#ffffff; text-decoration:none;}
#nav a:visited, #nav a:hover {color:#fdd689; text-decoration:none;}
	
img {
  border:none;
	}
	
#main {
  width:945px;
	height:1023px;
	background-image:url(images/mainback.gif);
	background-repeat:no-repeat;
	}
	
#menu {
  width:900px;
  height:50px;
	}
	
#nav {
  width:900px;
	height:50px;
	text-align:left;
	margin:0;
	padding:20px 0px 0px 0px;
	}
	
html>body #nav {
  width:880px;
	height:30px;
	}
	
#header {
  width:900px;
	height:227px;
	background-image:url(images/header.jpg);
	}
	
/** html>body #header {
	position:relative;
	left:-1;
  } **/
	
#content {
  width:900px;
	height:591px;
	}
	
/**  html>body #content {
  position:relative;
	left:-1;
	}  **/
	
#content2 {
  width:900px;
	height:591px;
	padding:10px 20px 20px 20px;
	text-align:left;
	background-color:#4a4a4a;
	}
	
html>body #content2 {
/**  position:relative;
	left:-1;  **/
	width:860px;
	height:561px;
	}
	
#leftcol {
  width:600px;
	height:591px;
	float:left;
	}
	
#rightcol {
  width:300px;
	height:591px;
	float:right;
	background-color:#06163f;
	padding:10px;
	text-align:left;
	}
	
html>body #rightcol {
  width:280px;
	height:571px;
	}
	
#about {
  width:600px;
	height:265px;
	background-color:#000000;
	background-image:url(images/readwall.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
	
#abouttext {
  width:400px;
	height:265px;
	float:right;
	text-align:left;
	padding:10px;
	}
	
html>body #abouttext {
  width:380px;
	height:245px;
	}
	
#text {
  width:600px;
	height:326px;
	background-color:#4a4a4a;
	padding:20px;
	text-align:left;
	}
	
html>body #text {
  width:560px;
	height:286px;
	}
	
#footer {
  clear:both;
	width:900px;
	height:152px;
	padding-top:15px;
  }
	
html>body #footer {
  height:122px;
	}
	
#menu ul {list-style:none; display:block; text-align:center;}

#menu ul li {position:relative; display:inline; left:5; font-weight:bold; padding-right:5; padding-left:10; border-right:1px solid #ffffff;}

html>body #menu ul li {
  left:-30;
	padding-right:10px;
	padding-left:5px;
	}
	
	#bullet ul {list-style:none; display:block;}

 	#bullet ul li {display:list-item;}
	
.style1 {
  color:#fdd689;
	font-size:18px;
	}
	
.style2 {
  color:#fdd689;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	}