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

#container {
	width: 868px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: 1040px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border: 1px solid #333;
}
body {
	background-color: #B6C9FC;
}
#header {
	float: left;
	height: 145px;
	width: 870px;
	background-color: #FFF;
	border: 1px solid #333;
}
#nav {
	background-color: #FFF;
	width: 870px;
	float: left;
	height: 35px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	color: #200971;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 39px;
	padding-left: 40px;
	float: left;
	font-weight: bold;
}
.box ul li a {
	color: #036;
	text-decoration: none;
}
#book-box h1 {
}
#book-box p {
	padding-right: 5px;
	padding-left: 5px;
}




#nav ul li a:hover {
	color: #909;	
	
}

#top-image {
	float: left;
	width: 868px;
	height: 165px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-image: url(bg5.jpg);
}


#main-area {
	background-color: #FFF;
	width: 868px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	padding-top: 15px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	height: 780px;
}

#text-area {
	float: left;
	width: 828px;
	padding-right: 20px;
	color: #FFF;
	padding-top: 20px;
	padding-left: 20px;
	height: 660px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-image: url(gradient.jpg);
}
.images-marg {
	margin-top: 15px;
}

a {
	color: #09C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	

	text-decoration: underline;
}
.box {
	float: left;
	width: 263px;
	border: 1px solid #FF0;
	padding-left: 10px;
	padding-right: 10px;
	height: 165px;
	margin-top: 40px;
	background-color: #FFF;
	color: #000;
}
.box ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
.box ul li {
	padding-bottom: 4px;
	list-style-image: url(bullet.jpg);
}
#left {
	float: left;
	width: 500px;
	font-size: 16px;
}
#left ul li {
	list-style-image: url(plane.png);
	padding-bottom: 15px;
}


#left h1 {
	font-size: 17px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: #FF0;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
}

#left h2 {
	color: #BFD5FF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 19px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFD5D2;
	padding-bottom: 15px;
}

#right {
	margin-left: 43px;
	width: 285px;
	float: left;
}
#right h1 {
	margin: 0px;
	padding-top: 15px;
	color: #1C108E;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: italic;
}
#right h2 {
	font-size: 19px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 8px;
	font-weight: bold;
}
#form {
	background-color: #b6cae2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-bottom: 10px;
	color: #000;
}

#book-box {
	background-color: #0D0D0D;
	float: left;
	width: 280px;
	padding-left: 5px;
}
#book-box h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #FFF;
}
#book-box ul li {
	padding-bottom: 8px;
}

#footer {
	color: #000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#footer h1 {
	font-size: 12px;
}
#footer p a {
	color: #039;
}

