/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bck.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
}
#holder{
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 145px 0px;
}
#header{
	margin:10px 0px 0px 16px;
	padding:0;
}
#content{
	width: 510px;
	margin-bottom: 20px;
	left: 175px;
	top: 300px;
	position: absolute;
}
.textcontent{
	margin-right: 0px;
}
.textcontent h1{
	margin-top: 0px;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-weight: lighter;
}
.textcontent h2{
	margin-top: 0px;
	font-size: 28px;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-weight: lighter;
}
.textcontent p{
	margin-top: 0px;
	margin-bottom: 10px;
}
.textcontent li{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0;
}
.textcontent a{
	margin: 0;
	color:#000000;
	text-decoration: underline;
	font-size: 12px;
}
.textcontent a:hover, .textxontent a:focus{
	color: #FFFFFF;
}
.pictures {
	margin: 10px 0px 15px 0px;
	padding: 0px;	
}
#nav{
	margin-right: 0px;
	font-size: 14px;
	padding-bottom: 15px;
}
#nav a{
	text-decoration: underline;
	color:#000000;
}
#nav a:hover, #nav a:focus{
	color: #FFFFFF;
}
#footer{
	margin:0;
	padding:0;
}

