@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(../resources/background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}
#container {
	background-color: #000000;
	height: 530px;
	width: 700px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	height: 51px;
	width: 1000px;
	margin-top: 47px;
	margin-right: auto;
	margin-left: auto;
}
#nav #navcontainer #navlist img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*--- NAV ---*/
#navlist ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	float: left;
}

#navlist a:hover {
	background-image: url(../resources/btn-on.png);
	background-repeat: no-repeat;
}
/*--- NAV ---*/
#foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
	text-align: right;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	float: left;
	width: 310px;
	margin-top: 20px;
	margin-left: 20px;
}
#image {
	float: right;
	height: 470px;
	width: 310px;
	margin-top: 20px;
	margin-right: 20px;
}
#books {
	width: 640px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
#container #books img {
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact-form  {
	float: left;
	width: 660px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}
#cf-a {
	float: left;
	width: 330px;
}
#cf-b {
	float: right;
	width: 330px;
}
#container #copy img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #image img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
