<html> 
<head> 
<meta http-equiv="Content-Language" content="en-us"> 
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 
<title>Space Base 8</title> 
<style type="text/css" media="all"> 
body { 
margin: 0; 
padding: 0; 
color: #CCCCCC; 
background-color: #FFF; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 100%; 
} 
.header { 
background-color: #000000; 
color: #FFF; 
font-size: 24pt; 
font-weight: bold; 
padding: 5px; 
border-bottom: 1px solid #000; 
} 
.quote { 
width: 100%; 
background-color: #EEE; 
color: #666666; 
font-size: 8pt; 
font-weight: bold; 
padding: 2px; 
border-bottom: 1px solid #000; 
text-align: right; 
} 
table#main { 
height: 100%; 
vertical-align: top; 
} 
table#main td {
	vertical-align: top;
	background-color: #999999;
} 
td.leftnav { 
background: #999999; 
width: 175px; 
border-right: 1px solid #000; 
padding: 0px; 
color: #FFF; 
font-size: 10px; 
text-align: center; 
} 

td.leftnav div.header { 
background: #999999; 
color: #FFF; 
padding: 3px; 
border-bottom: 1px solid #000; 
font-size: 12px; 
font-weight: bold; 
text-align: center; 
} 

td.leftnav div.menu { 
background: #60B395; 
padding: 0px; 
border-bottom: 1px solid #000; 
} 

td.leftnav div.menu a { 
display: block; 
padding: 2px; 
margin: 0px; 
font-size: 10px; 
color: #FFF; 
border-style:none; 
text-align: left; 
} 

td.leftnav div.menu a:hover { 
background: #C58873; 
color: #FFF; 
text-align: left; 
}

Read more: http://www.webdesign.org/web/html-and-css/tutorials/creating-your-first-css-website-part-2.8195.html#ixzz0UW5ncm8e
td.content { 
width: auto; 
padding: 0px 5px 5px 5px; 
font-size: 10px; 
} 
td.content div.title { 
background-color: #FFF; 
color: #000; 
border: none; 
font-size: 18px; 
font-weight: bold;

Read more: http://www.webdesign.org/web/html-and-css/tutorials/creating-your-first-css-website-part-3.8196.html#ixzz0UWC3SZCM
</style> 
</head>
<body> 
<div class="header"><img src="../images/spacebase8/SB8header1.jpg" width="460" height="96"><script type="text/javascript"><!--
google_ad_client = "pub-1909904774006057";
/* 468x60, created 10/20/09 */
google_ad_slot = "1623224786";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div> 
<div class="quote">© David Scott Smith</div> 
<table cellspacing="0" id="main"> 
<tr> 
<td class="leftnav"> 
<div class="header">Characters</div> 
<div class="menu"> 
<a href="#">Cargo</a><a href="#">Lighthouse</a><a href="#">Meela</a><a href="#">The Temp </a><a href="#">Vesto</a></div> 
<div class="header">Favorites</div> 
<div class="menu"> 
<a href="#">My Blog - Monkey Always Wins </a><a href="#">My Facebook </a><a href="#">Link 3</a> 
<a href="#">Link 4</a> 
<a href="#">Link 5</a> 
</div> 
<div class="header">Store</div> 
<div class="menu"> 
<a href="#">Link 1</a> 
<a href="#">Link 2</a> 
<a href="#">Link 3</a> 
<a href="#">Link 4</a> 
<a href="#">Link 5</a> 
</div> 
Hi, my name is Dave smith and I'm incredibly excited that you came to Space Base 8! Check back regularly for updates!</td>
<td class="content"> 
<div class="title">Content Header</div> 
Main content goes here! This is just some random text that you can change. Do not leave this dummy text on your 
actual site. This is not meant to be read, it is meant to be removed. Write news, articles, or whatever other kind of content 
you would like here.</td>

</tr> 
</table>

</body> 
</html>