/*@import "headers.css";
@import "news.css";
@import "figure.css";
@import "contact.css";
@import "newsletter.css";
@import "images.css";
@import "menu.css";
*/





body{	
	position: relative;
	word-spacing: 1px;
	
	color: black;
	background-color: white;
	
	background-image: url("../images/menubar.gif");
	background-repeat: repeat-y;
	background-position: 8px 0px; /*145px;*/
	margin: 0;
	margin-left: 8px;
}

#header{
	position: absolute;
	
	margin-bottom: 10px;
	margin-top: 8px;
	
	
	background-image:  url("../images/logoheader.gif");
	background-repeat: no-repeat;
	background-position:  0px 0px;/*horizontal, then vertical*/
	
	
}

body > #header /*Non IE, since IE can't do min/max-widths*/
{
	width: 100%;
	max-width: 770px;
	min-width: 370px;
}

#content{
	margin-left: 155px;
	margin-top: 45px;
	position: relative;
	font-family: Arial, Helvetica, Geneva,
		sans-serif; 
	top:100px;
	line-height: 1.2em;
	padding-bottom: 25px;
	font-size: 1.2em;
}

body > #content
{
}

#content .list > ul{max-width:380px;}


#content a{
	color:  #193129; /*green;*/
}

#content a:hover{
	color:  #827065;/*#BAA091; /*#5B3923;/*orange;*/
}

.center{
	text-align: center;
}


/*
#content p {
	position: relative; 
	margin-right:10px;
}
*/

.spacer{
	position: relative;
	width: 470px;
}

#content .center .redlink a{
	color: #F56129; /*GW orange*/
	text-decoration: none;
	font-size: 1.8em;
}

#content .center .redlink a:hover{
	color: green;
}
