/* 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: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
#header{
	margin:10px 0px 0px 16px;
	padding:0;
}
#content{
	width: 450px;
	margin-bottom: 20px;
	left: 230px;
	top: 165px;
	position: absolute;
}
.textcontent{
	margin-right: 0px;
}
.textcontent h1{
	margin-top: 0px;
	font-size: 18px;
	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;
}
