
body {
	background-image: url("../images/notebook.jpg");
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 0% 0%;
	margin: 50px 50px 50px 150px;
}


h1 {
	font: 100% arial, sans-serif;
}


p {
	font: 80% arial, sans-serif;
	padding-left: 20px;
}

a {
	color: black;
	text-decoration:none;
}

a:link {
	color: black;
	text-decoration:none;
}

a:visited {
	color: black;
	text-decoration:none;
}

a:hover {
	color: red;
	text-decoration:none;
}


#menubox {
	position: absolute;
	top: 560;
	height: 160px;
	width: 600px;
		
}

#content {
	position: absolute;
	top: 250px;
	left: 600px;
	height: 350px;
	width: 500px;
	overflow: auto;
}

#news {
	position: absolute;
	top: 250px;
	left: 200px;
	height: 200px;
	width: 250px;
	overflow: auto;
}

#mailing {
	font: 80% arial, sans-serif;
	position: absolute;
	top: 500px;
	left: 200px;
	height: 100px;
	width: 250px;
	overflow: auto;
}


#credit {
	position: absolute;
	top:  800;
	width: 600px;
	font: 50% arial,
	
}


#picture {
	float: left;
	width: 210px;
	}

#text {
	float: left;
	width: 390px;
	}





div.items p {display: none}
div.items p:target {display: block}


