* { margin: 0; padding: 0; outline: 0 }

body { width: 1040px; margin: auto; font-family: Arial, Helvetica, Verdana, sans-serif; }
a { text-decoration: none; }
h1 { padding-left: 20px; }
h2 { font-size: 24px; margin-bottom: 10px; text-align: center; margin-bottom: 30px; color: #ffffff; }
h3 { font-size: 18px; margin-top: 30px; margin-bottom: 10px; }
h4 { font-size: 16px; margin-top: 10px; margin-bottom: 5px; }

#header
{
	width: 1040px;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url("../img/header.png");
}

#navigation
{
	float: left;
	width: 160px;
	height: 642px;
	padding: 20px;
	background-image: url("../img/navigation.png");
	text-align: center;
}

#navigation ul { margin-top: -30px; }
#navigation li { padding-top: 90px; }
#navigation a:hover { color: #3f2300;}
#navigation a { color: #b04a00; }

#content
{
	float: right;
	width: 840px;
	height: 682px;
	font-size: 14px;
}

#content #top { width: 840px; height: 68px; background-image: url("../img/content_top.png"); }
#content #left { float: left; width: 68px; height: 546px; background-image: url("../img/content_left.png"); }
#content #middle { float: left; width: 664px; height: 506px; padding: 20px; background-color: #5fade1; overflow: auto; }
#content #right { float: right; width: 68px; height: 546px; background-image: url("../img/content_right.png"); }
#content #bottom { clear: both; width: 840px; height: 68px; background-image: url("../img/content_bottom.png"); }

#footer
{
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}

.pagination .current { font-weight: bold; }.
.pagination a { color: #b04a00; }
.pagination a:hover { color: #d0a038; }

