html {
	font-size: 10px; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #444 url('img/body.jpg');
	color: #444;
	font: normal 12px Arial,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding-top: 15px;
	
}


small,.small {font-size: 0.9em;}

a:link,a:visited,a:active {
	color: #CCCCCC; 
	text-decoration: none;
	}


a:hover {
	color: #666666;
	text-decoration: underline;
}


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {
	font: normal 18px arial,sans-serif;
}
h2 {
	font: normal 14px arial,sans-serif;
}
h3 {font: normal 1.4em Georgia,sans-serif;}
h4 {font: bold 1em Georgia,sans-serif;}

h1, h2, h3, h4 {margin-bottom: 5px;}

#layout_wrapper {
	background: #50504A url('img/grain_dar.gif');
	margin: 0 auto;
	width: 748px;

}
#layout_container {padding: 8px;
}
#layout_content {border: 0px solid #333;}

#header_image {
	height: 180px;
	background: #222 url('img/header.jpg') no-repeat;
	border-bottom: 1px solid #222;
	border-top: 1px solid #111;
}

/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
	background: #353535 url('img/navigation.jpg') repeat-x;
	border-bottom: 0px solid #222;
	border-top: 1px solid #555;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}
.navigation a {
	color: #999999;
	display: block;
	font: bold 1em Verdana,sans-serif;
	padding: 12px 14px;
	text-decoration: none;
}
.navigation a:hover {
	background: #444;
	color: #E5E5D5;
	text-decoration: none;
}

/* Sub navigation */
#subnav a {
	padding: 10px;
	font-size: 0.9em;
}


/* --------------------------------
   Main
----------------------------------- */

#main {
	color: #999999;

}

/* --------------------------------
   Footer
----------------------------------- */

#footer {
	background: #2A2A2A;
	border-bottom: 1px solid #1A1A1A;
	border-top: 1px solid #333;
	color: #888;
	font-size: 12px;
	padding: 10px 12px;
	text-align: center;
}
#footer a {color: #AAA;}
#footer .right,#footer .right a {
	color: #999999;
}
#footer a:hover {color: #BBB;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}

/* Images */
img.bordered {padding: 3px; background: #666;}
.post_top {
	background: #222 url('img/post_top.gif') repeat-x left top;
	border-bottom: 2px solid #3A3A3A;
	border-top: 1px solid #3A3A3A;
	padding: 0px 16px 5px;
}
.style1 {color: #999999}

.navi {
	width: 130px;
	float: inherit;
	height: auto;
	background-repeat: repeat;
	border-color: #333333;
	border: 0;
	text-indent: 0px;
	line-height: 20px;
	position: inherit;
	margin: 0px;
	padding: 0;
}
.style7 {font-size: 12px; font-weight: bold; color: #CCCCCC; }

.style3 {font-size: 14}
.style4 {
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
}
.style5 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #555;
	border-top: 1px solid #444;
	font-size: 0.9em;
	padding: 7px 8px 9px;
}
.pagenavigation a {
	color: #CCC;
	text-decoration: none;
}
.pagenavigation a:hover {
	color: #FFF;
	text-decoration: underline;
}
.navi_body {
	width: 550px;
	float: right;
	height: auto;
	border-color: #333333;
	border: 0;
	text-indent: 0px;
	margin: 0px;
	padding: 0;
	position: inherit;
	background-repeat: repeat;
	margin-top: 26px;
}
.poster {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 200px;
	left: 613px;
	top: 513px;
	float: right;
	height: 70px;
	margin-top: -150px;
}

