body { 
	background: #69c; 
	margin: 0;
	padding: 0; 
	text-align: center;
	}
h1, h2, h3 {
	font-size: 16px;
	}
h4, h5, h6 {
	font-size: 14px;
	}
ul li {
	list-style-type: default;
	list-style-image: url(images/bullet.gif);
	list-style-position: default;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
#contentwrapper {
	width: 826px;
	margin: 0;
	padding: 0;
	background: white url(images/bg_content.gif) repeat-y center top;
	}
#content {
	width: 760px;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: white;
	margin: 0;
	padding: 8px;
	}
#content p {
	padding: 0 33px;
	}
#content li {
	margin-left: 33px;
	}
a:link {
	color: #69c;
	font-weight: bold;
	}
a:visited {
	color: #99c;
	font-weight: bold;
	}
a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #69c;
	font-weight: bold;
	}
#bottom {
	width: 826px;
	height: 21px;
	background: #69c url(images/bg_bottom.gif) no-repeat center top;
	}
#nav ul {
	font-weight: normal; 
	font-size: 11px; 
	font-family: arial, verdana, sans-serif;
	margin: 16px 0 20px 0;
	}	
#nav ul li  { 
	list-style-type: none; 	 
	padding: 4px; 
	display: inline; 
	}
#nav ul li a {
	padding: 4px 6px;
	margin-right: 12px;
	border: 1px solid #69c;
	border-bottom: 2px solid #69c;
	background: #d4af7b;
	text-decoration: none;
	}	
#nav ul li a:link {
	color: #333; 
	font-weight: normal; 
	background-color: #d4af7b;
	text-decoration: none; 
	}
#nav ul li a:visited {
	color: #333; 
	font-weight: normal; 
	background-color: #d4af7b;
	text-decoration: none; 
	}	
#nav ul li a:hover  { 
	color: white; 
	font-weight: normal;
	background-color: #69c; 
	text-decoration: none; 
	border: 1px solid red;
	border-bottom: 2px solid red;
	}	
#nav ul li a:active {
	color: #333; 
	font-weight: normal; 
	background-color: #d4af7b;
	text-decoration: none; 
	}
