html {
margin: 0;
padding: 0;
width: 100%;
}

body {
margin: 0;
padding: 0;
width: 100%;
background: url('images09/leftbg.jpg') #f1f1e5 repeat-y;
background-position: -50px;
}

#left {
width: 469px;
margin: 0;
position: absolute;
background-position: right;
height: 100%;
}

#content {
border: 1px solid #003366;

}

.cleardiv {
clear: both;
}

#logo {
float: right;
margin-top: 130px;
}

#nav {
float: right;
list-style-type: none;
text-align: right;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
font-size: 24pt;
font-weight: lighter;
padding-right: 70px;
}

#nav a {
text-decoration: none;
color: #3f4038;
line-height: 1.5em;
}

#nav a:hover {
font-family: Georgia, Times, serif;
font-style: italic;
color: #666;
}

h3 {
font-family: Georgia, Times, serif;
font-size: 24pt;
font-style: italic;
font-weight: normal;
line-height: 1.3em;
color: #3f4038;
}

#home {
margin-top: 300px;
}

p {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
line-height: 2em;
font-weight: lighter;
font-size: 12pt;
}

a img {
border: none;}

ul {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
font-weight: lighter;
font-size: 12pt;
}

#words {
width: 600px;
float: left;
margin-left: 450px;
}

.light_h3 {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
font-weight: lighter;
font-size: 14pt;
}


h4 {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
font-weight: lighter;
font-size: 18pt;
border-bottom: 2px solid  #ccc;
padding-bottom: 5px;
}

h4 a {
text-decoration: none;
color: #000; }

.inactive {
color: #666;
}

.small_h4 {
font-size: 14pt;
}

p a {
color: #ff0000;}

h4 ul {
list-style-type: none;
display: inline;
}

h4  a {display: inline; padding-left: 40px;}

.small_h4 a:hover {
color: #ff0000;
}
.item {
width: 500px;
margin-bottom: 30px;
}

.item img {
border: 1px solid #ccc;
}

		.details {
		float: right;
		width: 140px;
		padding-left: 10px;
		margin-top: 20px;
		}
		
		.details p {
		line-height: normal;
		font-size: 9pt;
		text-align: left;		
		}
		
		.details a {
		color: #3f4038;
		text-decoration: none;
		font-weight: bold;
		}

		.details a:hover {
		color: #3f4038;
		text-decoration: underline;
		}
		
		.description {
		margin-top: 20px;
		float: left;
		width: 337px;
		padding-right: 10px;
		border-right: 3px solid #ccc;
		}
		
		.description p {
		line-height: normal;
		font-size: 10pt;
		text-align: right;
		}
		
		h5 {
		font-family: 'Helvetica Neue', Helvetica, sans-serif;
		font-weight: lighter;
		font-size: 16pt;
		margin: 0; 
		padding: 0;
		text-align: right;
		padding-bottom: 5px;
		}
