body
{
font-family: Georgia, Times, 'Times New Roman', Arial, Helvetica, sans-serif;
	font-size: 1em;
    /* repeat top left; */ 
	background: #666144; 
	text-align: center;
    margin: 0;
width: 845px;
    color: #111;
}

a
{
	text-decoration: none;
	margin: 0;
	color: #fff96b;
}

a:link {
	color: #fff96b;
	}

a:visited {
	color: #fff96b;
	}

a:active {
	color: #b05655;
	}

a:hover {
	color: #b05655;
	}

h3 {
   color: #333;
   font-family: 'URW Palladio L', Palatino, Times,  serif;
   font-size: 20pt;
   font-weight: normal;
   letter-spacing: 1px;
   }

h4 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 100%;



	color: white;
	text-decoration: none;
     }

#topleft {
	text-align: left;
	float: left;
    background: #666144 url('/images/header_slice.jpg') repeat-x;
	top:0px ;
	left: 0;
	margin: 0;
	width: 100%;
padding-bottom: 10px;
	}

#container {
	text-align:center;
	width: 900px;
	height: 1200px;
	margin-top: 0;
	margin-left: 15px;
	margin-right: auto;
	}


#text {
	float:left;
	text-align: left;
	padding: 0 0 0 15px;
	width: 525px;
	font-size: 1em;
	line-height: 120%;
    margin: 40px 0 0 0;
    color: #eee;
	}

#image {
	float:left;
	border: 1px solid #222;
	margin: 50px 0 0 20px;
	}

#footer {
    float: left;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    text-align: left;
    bottom:5px;
    border-top: 4px double #777;
    padding-top: 10px;
    margin-top: 5px;
    line-height: 90%;
    width: 845px;
	}


#nav {
      font-family: Arial, Helvetica, sans-serif;
        margin-left: 5px;
margin-bottom: 20px;
	float: left;
	width: 100%;

	}

#nav ul {
	margin:  0;
	padding: 0;
	list-style:none;
	}

#nav li {
	float: left;
	display: compact;
	margin-left: -12px;
	padding: 0;
	text-align: center;
	line-height: 150%;
	}

#nav a {
	float: left;
	display: compact;
	width: 110px;
	font-size: .8em;
	color: #eee;
	font-weight: bold;
	}

#logo {

	padding-left: 20px;
	}