body {
 font:12px Verdana, Arial, sans-serif;
 text-align:center;
 margin:0px;
 padding:0px;
 background:#CCC;
}

#siteContainer {
 background:yellow;
 position:relative;
 width:770px;
 height:460px;
 margin:10px auto;
 text-align:left;
}

#header {
 position:absolute;
 width:770px;
 height:50px;
 background:#AAA;
}

#nav {
 position:absolute;
 width:200px;
 height:390px;
 margin:50px 570px 0px 0px;
 background:#555;	
}

#content {
 position:absolute;
 width:570px;
 height:390px;
 margin:50px 0px 0px 200px;
 background:#FFF;
 overflow:auto;
 clip:rect(0px 570px 390px 0px);
}

#footer {
 position:absolute;
 width:770px;
 height:20px;
 background:#666;
 bottom:0px;
 text-align:center;
}

#nav a {
 display:block;
 width:185px;
 background:#408098;
 padding:5px;
 margin-bottom:1px;
 border-left:5px solid #E5994D;
 text-decoration:none;
 color:#FFF;
 font-weight:700;
}

#nav a:hover {
 background:#FFF;
 color:#000;
 border-left:5px solid #228800;
}

p {
 margin:10px 20px 10px 20px;
}

#header h1 {
 margin:10px;
 font-size:2em;
 letter-spacing:5px;
 color:#FFF;
}

#content h1 {
 margin:15px 10px;
 font-size:1.7em;
 color:#228800;
}

.disclaimer {
 line-height:20px;
 color:#FFF;
 font-size:.8em;
}
a:link {color:#09c;}
a:visited {color:#09c;}
a:hover {color:#000;}