

div.container
{
width: 100%;
margin: 0px;
border: 0px;
line-height: 150%;
}

div.header
{
  /*padding:0.5em;*/
  background-color: #000000;
  clear:left;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

img.header
{
  text-align: center;
  padding:0;
  margin:0;
}

div.nav
{
	/*float: left;*/
	position: absolute;
	top: 200px;
	font-family: sans-serif;
	width: 8em;
	border:0px;
	margin: 0;
	padding: 0em;
}
div.content
{
	/*float: right;*/
	position: absolute;
	left: 7.5em;
	top: 200px;
	text-align: left;
	margin-left:20px;
	border-left:0;
	padding:1em;
	
	font-family: Times;
	font-size: 13pt;
	font-weight: bold;
	color: #cccccc;
}

a:active{
	text-decoration: none;
	color: #0066cc;
}

a:link{
	text-decoration: none;
	color: #0066cc;
}

a:visited{
	text-decoration: none;
	color: #0066cc;
}

a:hover{
	text-decoration: underline;
}

body{
	background: #000000;
	color: #cccccc;
	margin: 2em;
	}
	
img{
	border: 0;
	}

a.nav{
	background: #000000;
	color: #0066cc;
	width: 20%;
	text-align: left;
	font-weight: bold;
	border-style: ridge;
	border-color: #0066dd;	
	}
	
a:hover.nav{
	background: #0066cc;
	color: #000000;
	border-color: #0066dd;
	}
	
.title{
	font-family: Times;
	font-size: 16pt;
	font-weight: bold;
	color: #cccccc;
	}

.body{
	font-family: Times;
	font-size: 13pt;
	font-weight: normal;
	color: #cccccc;
	}
	
a.pic{
	border: 0;
	width: 35%;
	height: 35%;
	}

a:hover.pic{
	border: 0;
	width: 50%;
	height: 50%;
	}

.thumb{
	border: 0;
	width: 150px;
	}
	
.thumb-h{
	width : 150px;
	height: 113px;
	border: 0;
	}
	
.thumb-v{
	width : 150px;
	height: 200px;
	border: 0;
	}
	

