/* CSS Document By Dieter Schneider 2010 | www.csstemplateheaven.com */

/***** BEGIN structure ********/

* {margin: 0;
   padding: 0;}
   

   
body {
	background: #000 url(images/container_bg.jpg) fixed;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-position: center;
}      
   
#container {
	width: 729px;
	margin: 0px auto;
	font-size: .875em;
	background: #f0eed4 url(images/container_y.jpg) repeat-y;
}

#header {
	height: 180px;
	width: 100%;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both
}

#linkbar {
	height: 39px;
	background-image: url(images/linkbar.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#content {
    padding: 30px 20px;
	background-color: #f0eed4;
	margin-left: 8px;
	margin-right: 8px;
}

#content_left {width:480px; float: left; line-height: 1.4em; background-color: #f0eed4;}

#intro {background: url(images/icon.png) no-repeat; padding-left: 90px; padding-top: 20px; height: 60px}

#sidebar {width: 160px; float: right;}

#sidebar ul {margin-bottom: 20px}

#sidebar ul li {padding: 5px; border-bottom: 1px dotted #bcb993; font-size: .8em}

#sidebar img {border: 1px solid #999; margin: 2px 0}

#footer {
	clear: both;
	text-align: center;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 10px;
	height: 25px;
	padding-top: 14px;
	color: #FFFFFF;
}

.seperator {background: url(images/seperator.png) repeat-x center; height: 2px; margin: 25px 0; clear: both}

.clear {height: 16px; clear: both}

.float_left {float: left; padding: 8px; background: #fff; border: 1px solid #999; margin-right: 10px; }

/***** BEGIN text formatting ********/

ul {list-style: none}

a {text-decoration: none; color: #34307b}

a.footer:link {color: white;}
a.footer:active {color: white;}
a.footer:visited {color: white;}
a.footer:hover {color: #FFFFCC;}
   

p {margin-top: 15px; margin-bottom: 15px;}
  
p.more {float:right; font-weight: 700; font-size: .9em; font-style: italic; margin-top: 0px}
  
h1, h2, h3, h4 {color: #666; font-weight: normal}

h1 {font-size: 2.2em; letter-spacing: .08em}

#intro h2 {font-size: 1.2em; font-weight: 700; margin-top: 5px}


#sidebar h3 {padding:5px; margin-bottom:10px; font-weight: 700}
  
.footerTXT {margin-top: 0px;
         margin-bottom: 0px;} 


/************* BEGIN naviagation ****************/


#navcontainer ul
{
	color: White;
	float: left;
	width: 719px;
	padding-left: 10px;
	height: 39px;
	background-image: url(images/linkbar.jpg);
	background-repeat: no-repeat;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 10px 12px;
color: White;
text-decoration: none;
float: left;
border-right: none;
height: 19px;
font-size: .9em
}

#navcontainer ul li a:hover
{
background-image: url(images/hover.gif);
background-repeat: repeat-x;
color: #fff;
}

