﻿@charset "utf-8";
/* CSS Document by Dieter Schneider | CssTemplateHeaven | www.csstemplateheaven.com */

*{margin: 0; padding: 0;}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: url(images/body.jpg) fixed no-repeat top center;
}

#wrapper {
	width: 857px;
	margin: 15px auto;
	height: auto;
	background: url(images/wrapper.png) repeat-y center;
}

#header {background: url(images/header.png) no-repeat; height: 137px;}

#content {
	width: 797px;
	border: 0px solid red;
	margin-top: 10px;
	height: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#content_box_left {
	float: left;
	width: 480px;
	margin-top: 20px;
}

#content_box_right {
	float: right;
	width: 275px;
	margin-top: 20px;
}

#footer {
	background: url(images/footer.png) no-repeat;
	height: 30px;
	clear:both;
	font-size: 10px;
	padding-top: 30px;
	padding-left: 30px;
}

/*************************************************************************************************/

                                      /*** Header Navigation ***/

/*************************************************************************************************/

#navbar {
	background: url(images/nav.png) repeat-x;
	height: 36px;
	width: 797px;
	margin: auto;
	padding-top: 15px;
	padding-left: 20px;
}

#navbar li
{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

#navbar a:hover
{
background-color: #e0e6ec;
color: #000;
}
#navbar li a {
	color: #333333;
	text-decoration: none
}

/*************************************************************************************************/

                                      /*** Sidebar Navigation ***/

/*************************************************************************************************/

#navcontainer ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	background-color: #f8f9fa;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #666666;
	text-decoration: none;
	padding: 6px;
}

#navcontainer a:hover
{
background-color: #e0e6ec;
color: #000;
}



/*************************************************************************************************/

                                      /*** text formatting ***/

/*************************************************************************************************/

.meta {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 5px;
	font-style: italic;
}

.comment {
	font-size: 10px;
	text-align: right;
	padding-bottom: 5px;
	margin-bottom: 30px;
}


p {
	text-align: left;
	margin: 15px 0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

strong {
	color: #333333;
}
		
p, ul { font-size: 13px; line-height: 1.4em } 
		
p a, li a {
	color: #333333;
	text-decoration: underline
}
		
p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
