/* CSS Document */

body {
	
}

#wrapper {
	height: 800px;
	width: 669px;
	background-image:url(images/index.png);
	margin-right: auto;
	margin-left: auto;
	background-position: left;
	background-repeat: no-repeat;
}

#nav {
	height: 200px;
	float: left;
	margin-left: 9px;
	margin-top: 9px;
	width: 200px;
	text-align: center;
}

#body {
	width:350px;
	float: right;
	height: 400px;
	overflow: auto;
	margin-right: 9px;
	margin-top: 9px;
}

#link {
	font-family: Georgia;
	font-size: large;	
}

#nlink {
	color:#535353;
	font-family: Georgia;
	font-size: large;	
}

h1{
	text-align:center;
}

.clear {
	clear: both;
}
