html 	
	{
line-height: 150%;
font-family: "Trebuchet MS", Verdana, sans-serif;
color: #000;	
font-size: 90%;
}
body {
margin: 0px;
padding: 0px;
background: #386195;
margin-bottom: 100px;
}
#header {
text-align: center;
background: #ACC5E5 url('images/topbar.gif') repeat-x top left;
}
#header_wrapper {
width: 800px;
height: 200px;
margin: 0px auto;
background: #ACC5E5 url('images/gigpic.jpg') no-repeat top left;
}
h1 {
margin: 0px 0px 0px 225px;
padding: 0px;
height: 200px;
text-indent: -9999px;
background: #ACC5E5 url('images/header.gif') no-repeat top right;
}
#content {
text-align: center;
background: #ACC5E5;
}
#content_wrapper {
width: 800px;
margin: 0px auto;
padding: 0px;
text-align: left;
background: #fff;
}

/* -- Navigation -- */
#navigation {
width: 195px;
margin: 0px;
padding: 10px;
float: left;
}
ul#nav
{
width: 195px;
padding: 0px;
margin: 0px;
list-style-type: none;
}

 /* -- Main -- */
#main {   
margin: 0px;
padding: 10px;
width: 565px;
float: right;
}
h2, h3, h4 {
margin: 0px 0px 15px;
letter-spacing: .01em;
}
h2 {
color: #A67E3C;
text-align: right;
border-bottom: 1px solid #A67E3C;
}
h2#nav_header {
visibility: hidden;
}
h3 {
color: #308530;
}
h4 {
font-size:1em;
}
p, ul {
margin: 0px 0px 15px;
}
li {
margin: 0px 0px 15px;
}
img.left_picture {
margin: 5px 10px 5px 0px;
border: 1px solid #666;
}
img.right_picture
{
margin: 5px 0px 5px 10px;
border: 1px solid #666;
}
img.right_image
{
    margin: 5px 0px 5px 10px;
    border: none;
}

/* -- Links -- */
a
	{
    color: #1569C7;
	text-decoration: underline;
	}
a:hover
	{
    color: #c00;
	text-decoration: underline;
	}
a:visited
	{
    color: #000;
   	text-decoration: underline;
	}
a:visited:hover
	{
    color: #c00;
   	text-decoration: underline;
	}