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

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: url(images/bg.jpg) no-repeat bottom right;
	font: 13px Arial, Helvetica, sans-serif;
	color: #514f3f;
	background-attachment:fixed;

}
#wrapper {
	padding: 100px;	
}

h1#logo {
	background: url(images/logo.png) no-repeat;
	width: 245px;
	height: 32px;
	text-indent: -999em;
	margin: 0;
	padding: 0;
}
#content {
	width: 324px;	
	padding: 13px 0;
}
#content p {
	line-height: 17px;
	text-align: justify;
}
#nav {
	
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	height: 28px;
	list-style: none;
	float: left;
}
#nav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}
li#about {
	background: url(images/about-over.gif);
	width: 70px;
}
li#about a {
	background: url(images/about.gif);
	width: 70px;
}
	
li#chap {
	background: url(images/chap-over.gif);
	width: 205px;
}
li#chap a {
	background: url(images/chap.gif);
}
li#no1 {
	background: url(images/no1-over.gif);
	width: 74px;
}

li#no1 a {
	background: url(images/no1.gif);
}
li#sub {
	background: url(images/submissions-over.gif);
	width: 132px;
}
li#sub a {
	background: url(images/submissions.gif);
	
}
li#about a:hover, li#chap a:hover, li#no1 a:hover, li#sub a:hover {
	background: none;
}
.cleaner {
	clear: both;	
}

