body {
			background: #f0f0f0;
			}

* {
	margin: 0pt;
	padding: 0pt;
	}

a {
	text-decoration: none;
	}	

p {
	letterspacing: 1px;
	}	
				 	
		 
#wrapper {
				overflow: hidden;
				width: 750px;
				margin: 0 auto;
				font-family: helvetica, arial, sans-serif;
				background-color: white;
				color: #666666;
				}

#header {
				width: 750px;
				height: 75px;
				background-image: url('topimg.jpg');
				}		

#nav {
		 width: 500px;
		 float: right;
		 margin-top: 55px;
		 }

ul {
	 list-style-type: none;
	 }

#nav ul li {
		 			 display: block;
					 width: 100px;
					 float: left;
					 text-align: center;			 
					 }
					 
#nav ul li a {
		 			 	 color: white;
						 font-size: 15px;
						 font-weight: bold;
						 }

#nav ul li a:hover {
		 			 				 color: black;
									 }						 

#nav ul li a.current {
				 color: #c0c0c0;
				 }	

#content {
				 width: 583px;
				 float: left;
				 margin: 10px 0;
				 border-right: 1px solid #f0f0f0;
				 }
				 
#content h1 {
	 font-size: 17px;
	 padding: 0 0 0 50px;
	 }

#content h2 {
	 font-size: 15px;
	 padding: 10px 0 0 70px;
	 }	 

#content h3 {
	 font-size: 15px;
	 padding: 10px 0 0 90px;
	 }		 

#content p {
	padding: 3px 20px 0px 23px;
	font-size: 15px;
	line-height: 22px;
	}	 		

#content ul {
				 		padding-left: 23px;
						font-size: 15px;
						line-height: 20px;
						letter-spacing: 1px;
						}	

#col-left {
				width: 289px;
				float: left;
				}	

#col-right {
				width: 289px;
				float: right;
				}											

#sidebar {
				 width: 166px;
				 float: right;
				 text-align: center;
				 margin: 20px 0;
				 }

#sidebar h1 {
						padding-top: 8px;
						font-size: 16px;
						font-variant: small-caps;
						}				 

#sidebar p {
				 	 padding: 0 2px;
					 font-size: 13px;
					 letter-spacing: normal;
					 }				 

#sidebar ul {
				 		font-size: 15px;
						line-height: 20px;
						}			

#blurb {
			 clear: both;
			 width: 750px;
			 text-align: center;
			 font-size: 12px;
			 font-weight: bold;
			 padding-bottom: 5px;
			 }			 						

#bottom {
				clear: both;
				width: 750px;
				height: 75px;
				background: url('botimg.jpg')
				}							
				
#bottom p {
					text-align: center;
					font-size: 14px;
					padding: 50px 0 0 0;
					}		 