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

html, body {
	margin:0;
	padding:0;
	background:#244009 url(../images/BG_html.jpg) 50% 0 repeat-y;
}

#container {
	float:left;
	width:100%;
	background:url(../images/BG_container.png) 50% 200px no-repeat;
}

#center {
	width:878px;
	margin:0 auto 0 auto;
}

#header {
	position:relative;
	float:left;
	width:878px;
	height:324px;
	background:url(../images/BG_header.png) 2px 0 no-repeat;
}

#menu {
	position:absolute;
	bottom:0;
	right:0;
	width:800px;
	margin:0 39px 0 39px;
}

#content {
	float:left;
	width:800px;
	margin:0 39px 0 39px;
	background:url(../images/BG_content.png) 0 0 repeat-y;
}

#sidebar {
	float:left;
	width:230px;
	padding:10px;
}

#body {
	float:left;
	width:530px;
	padding:10px;
}

#footer {
	float:left;
	width:800px;
	margin:0 39px 0 39px;
	background:#cc6600;
}

img {
	border:none;
}


/* - - - - - - - - - - - - - Typeface - - - - - - - - - - - - - */

p,a,li {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#663300;
}

.emphasize {
	color:#330000;
}

.contrast {
	color:#669933;
}

#footer p,#footer a {
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	margin:5px;
	padding:0;
}

#footer a:hover {
	text-decoration:underline;
}

h1 {
	font:Georgia, "Times New Roman", Times, serif;
	color:#663300;
	margin-top:0;
	padding-top:0;
}

h2 {
	font:Georgia, "Times New Roman", Times, serif;
	color:#669933;
	font-style:italic;
}

h3 {
	font:Georgia, "Times New Roman", Times, serif;
	color:#330000;
}
