html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal 85% Arial, Helvetica, sans-serif;
  background: #000000 ;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
  color: #FFF;
  text-shadow: 0px 1px 0px #000;}

p
{ padding: 0 0 10px 0;
  line-height: 1.7em;
  font-size: 100% }

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ font: normal 175% Arial, Helvetica, sans-serif;
  color: #FFF;
  text-shadow: 0px 1px 0px #000;
  letter-spacing: -1px;
  margin: 0 0 10px 0;}

h2
{ font: normal 165% Arial, Helvetica, sans-serif;}

h3
{ font: normal 130% Arial, Helvetica, sans-serif;
}

h4, h5, h6
{ margin: 0;
  padding: 0 0 0px 0;
  font: normal 150% Arial, Helvetica, sans-serif;
  line-height: 1.5em;}

h5, h6
{ font: normal 95% Arial, Helvetica, sans-serif;
  color: #888;
  padding-bottom: 15px;}

a
{ color: #FFF;
  font-weight: bold;
  background: transparent;
  outline: none;
  text-decoration: underline;}

a:hover
{ text-decoration: none;}

ul
{ margin: 2px 0 22px 30px;
  line-height: 1.7em;
  font-style: normal;
  font-size: 100%;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#PageOutline
{ width: 1024px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;}

#main, #header, #banner, #menubar, #site_content, #footer, #content_bottom
{ margin-left: auto; 
  margin-right: auto;}

#main
{ background: transparent;}

#menu_items
{ width: 700px;	}
  
ul#menu
{ margin: 90px 0 0 0px;
  padding: 5px 0 0 10px;
  height: 30px;
  background: #676767;
	background: -moz-linear-gradient(#676767, #323232);
	background: -o-linear-gradient(#676767, #323232);
	background: -webkit-linear-gradient(#676767, #323232);
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
  }

ul#menu li
{ padding: 0 0 0 0px;
  list-style: none;
  margin: 2px 0 0 0;
  display: inline;
  background: transparent;}

ul#menu li a
{ float: left;
  font: bold 120% Arial, Helvetica, sans-serif;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  height: 24px;
  text-shadow: 0px 1px 0px #000;
  padding: 5px 0px 10px 40px;
  background: transparent;} 
  
ul#menu li.current a, ul#menu li:hover a
{ color: #FFF;
  text-decoration: underline;}

#site_content
{ 
  width: 760px;
  overflow: hidden;} 

.sidebar_container
{ float: left;
  position: fixed;
  margin: 10px 0px 0 0;
  width: 220px;
  padding: 0;}

.sidebar
{ float: left;
  width: 220px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;}

.sidebar_item
{ font: normal 100% Arial, Helvetica, sans-serif;
  width: 215px;}

.sidebar h2
{ padding: 5px 0 0 10px;
  font: normal 140% Arial, Helvetica, sans-serif;
  height: 30px;
  text-shadow: 0px 1px 0px #000;
  color: #fff;
  background: #676767;
  background: -moz-linear-gradient(#676767, #323232);
  background: -o-linear-gradient(#676767, #323232);
  background: -webkit-linear-gradient(#676767, #323232);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;}  

#content
{ width: 740px;
  margin-bottom: 20px;
  float: left;}

.content_item
{ width: 740px;
  margin-top: 20px;
  margin-bottom: 20px;}
  
.content_container
{ width: 330px;
  padding: 5px;
  margin-right: 10px;
  float: left;}
  
#content_bottom
 { width: 700px;
  height: 160px;
  float: left;
  text-align: center; } 
  
#content_bottom p
 { color: #FFF;}  

#content_bottom h4
{ color: #FFF;
  text-shadow: 0px 1px 0px #000;}
  
.content_bottom_container_box
{ width: 245px;
  padding: 5px;
  text-align: center;
  margin: 20px 10px 10px 10px;
  float: left;}

.content_bottom_container_boxl
{ width: 285px;
  padding: 5px;
  text-align: center;
  margin: 20px 0 10px 10px;
  float: left;}
  
#footer
{ width: 700px;
  height: 20px;
  padding-top: 20px;
  text-align: center; 
  background: transparent;
  color: #FFF;
  text-shadow: 0px 1px 0px #000;}

#footer a, #footer a:hover
{ color: #FFF;
  text-decoration: none;
  padding-bottom: 20px;}

#footer a:hover
{ text-decoration: underline;}
  
