/* CSS Document */

/* ------------------------------------------------ Layout, position etc */

body{ background: #fff url(img/bgloop.jpg) repeat-x;
	margin: 0px; }

#container{ 
		width: 950px;
		position: absolute;
		z-index: 1;
}

#container_bg{
		position: absolute;
		background-image: url(img/bgtop.jpg);
		width: 950px;
		height:	202px;
		z-index: 0;
}

#header{ 
		float: left;
		width: 950px;
		height: 100px; }

#links{ position: absolute;
		top: 72px;
		left: 475px;
		text-align: right;
		width: 300px; }

#content_bg{ 
		background-image: url(img/bgcontent.jpg);
		background-repeat: repeat-y;
		width: 950px;
}
		
#content{ 
		padding-left: 25px;
		float: left;
		width: 735px;
		z-index: 1;
		}
		
#footer{
		background-image: url(img/bgfooter.jpg);
		float: left;
		height: 101px;
		width: 950px; }

/* ------------------------------------------------ Design, font */

#links { 
		font-family: arial;
		font-size: 11px; 
		}
		
#links a:link{ color: #414334; text-decoration: none; }
#links a:active{ color: #000; }
#links a:hover{ color: #8f9372; text-decoration: underline; }
#links a:visited{ text-decoration: none; }

.h2:hover{ background-color: #7e8265;}
.h2 { 
margin-left: 10px;
background-color: #d6d6d6;
}

#content h1{
		font-family: Arial;
		font-size: 35px;
		font-weight: normal;
		line-height: 1;
}

#content h2{
		margin-left: 5px;
		background: none;
		font-family: Arial;
		font-size: 20px;
		font-weight: normal;
		color: #000;
}

#content h2 a:link{
		color: #fff;
		text-decoration: none;
}

#content h2 a:hover{
		color: #000;
		text-decoration: none;		
}

#content h3{}

#content legend{ 
		margin-left: 2px;
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		background-color: #fff;
}

#content p{
		font-family: Arial;
		font-size: 12px;
		color: #414334;
		}
		
fieldset{ 
		padding: 15px;
		border: none;
		margin-left: 15px;
		margin-bottom: 15px;
		width: 92%;
		background: url(img/bgright.jpg) no-repeat;
		background-position: top right;
		}
.page{
		text-align: right;
		font-family: Arial;
		font-size: 12px;
}

.page a:link{ text-decoration: underline; }
.page a:hover{ text-decoration: none; }

.content_links{
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
}

.content_links a:link{
	color: #414334;
	text-decoration: underline;
}

.content_links a:hover{
	color: #8f9372;
	text-decoration: none;
}

li{ font-family: Arial;
	font-size: 12px; 
}

#footer p{ margin-left: 75px; }

blockquote{
	margin-left: 50xp;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 7px;
}

blockquote{
	font-style: italic;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5f634c;
	border: 1px dashed;
	border-color: #ccc;
}