@charset "UTF-8";
/* CSS Document */

body {background-image:url(images/bg.jpg); background-repeat:repeat ;background-attachment: fixed;}

a:link {
	color: #3399cc;
}
a:visited {
	color: #3399cc;
}
a:hover {
	color: #3399cc;
}

div.parentbox {

	background-color:#FFFFFF;
	background-repeat: repeat;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	width: 945px;
	}
	

.main {
	
	width: 650px;
	
	float: left;
	}
	
.navigation {
	margin-left: 15px;
	width: 250px;
	float: left;
	
	}
	
.content {
	margin-left: 15px;
	width: 930px;
	}
	
.s1 {
	
}	

.s2 {
	margin-left: 10px;
}	

.s3 {
	margin-left: 10px;
}	

.headline {
	font-family: Georgia;
	font-size: 18px;
	color: #3399cc;
}

.body {
	font-family: Georgia;
	font-size: 14px;
}

.caption {
	font-family: Georgia;
	font-size: 12px;
	font-style:italic;
	
}

	
	
.spacer {
	height: 5px;
	clear: both;
	}