body
{
	margin: 0 auto;
	padding: 0;

	font-family: Verdana;
	font-size: 10px;

	background: black url('images/bg.png') repeat-x;
}

div#wrapper
{
	margin: 0 auto;
	padding: 0;

	width: 746px;
	
	margin-top: 50px;
}

div#bg_top
{
	background: url('images/bg_top.png') no-repeat;

	width: 746px;
	height: 117px;
}

div#bg_center
{
	background: url('images/bg_center.png') repeat-y;
}

div.container
{
	margin-left: 13px;
}

div#banner
{
	background: url('images/banner.png') no-repeat;
	height: 145px;
}

div#bg_bottom
{
	background: url('images/bg_bottom.png') no-repeat;

	width: 746px;
	height: 25px;
}

a
{
	color: #8bc4e0;
	font-weight: bold;

	text-decoration: none;
}

a:hover
{
	color: white;
}

div#menu
{
	height: 46px;
	text-decoration: left;
}

div#menu ul
{
	list-style: none;

	padding: 0;
	margin: 0;

	margin-top: 5px;
}

div#menu ul li
{
	float: left;
	list-style: none;

	height: 36px;

	background: url('images/menu_center.png') repeat-x;
	padding-top: 12px;

	padding-left: 33px;
	padding-right: 33px;
}

div#menu ul li#first
{
	background: url('images/menu_left.png') no-repeat;
	width: 4px;

	padding: 0;
}

div#menu ul li#last
{
	background: url('images/menu_right.png') no-repeat;
	width: 4px;

	padding: 0;
}

div#menu ul li#extra
{
	padding-right: 36px;
}

div#content_info
{
	float: left;
	width: 63%;
}

div#content_book
{
	float: left;
	width: 30%;

	background: url('images/book_border.png') no-repeat;
	background-position: left;

	height: 392px;

	padding-left: 50px;
}

div.clear
{
	clear: both;
}

div.textbox
{
	padding: 10px;
	line-height: 15px;
}


h2
{
	font-family: Arial;
	font-size: 20px;
	letter-spacing: -1px;

	margin: 0;
	padding: 0;

	margin-bottom: 10px;
}
