@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000;
}

h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#F88F1E;}

#container {
	width:630px;
	margin:0px auto;
}

#logodiv {
	width:630px;
	background-image:url(images/books.jpg);
	padding-bottom:40px;
}

#logodiv img {border:none;}

#logo_text {
	width:220px;
	padding-top:30px;
	margin-left:40px;
}

#content {
	width:630px;
}

#box_left {
	width:301px;
	float:left;
}

#box_right {
	width:301px;
	float:right;
}

.box_content {
	width:299px;
	border-left:1px solid orange;
	border-right:1px solid orange;
}

.box_content img {border:none;}

#menu {
	width:600px;
	margin-left:30px;
	margin-top:15px;
}

#menu img {border:none;}