
body {
	font-family: arial;
	color: black;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

#top {
	border-bottom: double black 3px;
	height: 50px;

}

#topleft {
	padding-left: 10px;
	width: 75%;
	height: 50px;
	float: left;
}

#topright {
	height: 40px;
	padding-top: 10px;
	width: 20%;
	float: right;
}

a {
	font-family: arial;
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
	line-height: normal;
}
a:hover  {  text-decoration: underline; }
a:visited { color: #000; }
a:active { color: #000; }


#clear {
 	clear: both;
 }
 
#sidebarspace {
	 height: 200px;
	 width: 150px;
}
 

#art {
	width: 700px;
    padding-top: 20px;
	margin: 10px auto 0px;
}

#text {
	width: 700px;
    padding-top: 20px;
	margin: 10px auto 0px;
}

#nav {
	padding-top: 30px;
}