

body {
margin: 0; 
padding: 0;
background: #ddd;
font: normal 100%/1.5em "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
color: #808040;
text-align: center;
}

/* -- links -- */

a:link {
color: #c60;
text-decoration: underline;
background: transparent;
}

a:visited {
color: #c60;
text-decoration: underline;
background: transparent;
}

a:hover {
color: #990000;
text-decoration: none;
background: transparent;
}

a:active {
color: #c60;
text-decoration: none;
background: transparent;
}

/* -- headings -- */

h1, h2, h3 {
	padding: 0;
	background: transparent;
	font-weight: bold;
	color: #825E13;	
	font-family: "Courier New", Courier, mono;
}

h1 {
font-size: 190%;
margin: 0 0 17px;
}

h2 {
font-size: 140%;
margin: 17 0 17px;
}

h3 {
font-size: 110%;
}

/* -- container --*/
img {
	border: none;
}
#container {


	
margin: 30px auto;
padding: 0;
text-align: left;
}

/* -- banner --*/

#banner {

	display: none;
}





/* -- top level nav --*/


/* -- nav-main --*/

#nav-toplevel {
display:none
}



#nav-subs {
display:none;
}



#content {
	padding: 30px 32px 0 25px;
	background: #fdfdfd url(../images/content_bg.gif) repeat-y 0 0;
	font-size: 0.75em;
	text-align: justify;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 0;

}

#content p {
margin: 0;
padding: 0 0 20px 0;
}
#content p img {
	margin: 0;
	padding: 5px 0 0px;

}
#content td img {
	margin: 0;
	padding: 5px;

}

/* -- footer --*/

#info-site {
display:none;
}

/* -- misc --*/


.contentbox {
	margin: 0px;
	padding: 0px;
	

}
.photo {
	border: 0px none;
	float: left;
	padding: 0px;
	margin: 0px	
}
.photofloat {
	border: 0px none;
	float: left;
	margin-right: 10px;

	
}
.content {
	margin-left: 170px;
	padding-top: 0px;
	min-height: 100px;
	height: auto !important;

	
}
.content2 {
	margin-left: 200px;
	padding-top: 0px;
	min-height: 50px;
	height: auto !important;
	height: 50px;

	
}
#pagenav {
	clear: both;
}
#pagenav img{
	vertical-align: text-bottom;
	border: 0px none;
	text-decoration: none;
}
