/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: #000000 url('../images/background.jpg') top left no-repeat fixed;
  margin-top:50px;
  margin-bottom:50px;
  color:#666A80;
}

A:link {
	COLOR: #DBDBDB; text-decoration: none
}
A:visited {
	COLOR: #DBDBDB; text-decoration: none
}
A:active {
	COLOR: #DBDBDB; text-decoration: none
}
A:hover {
	COLOR: #B70000; text-decoration: none ; font-weight:bold;
}

#page_wrapper {
  background: transparent;
  margin-left: auto; 
  margin-right: auto;
  width: 900px;
  text-align: center;
  border: 0px solid;#D8CEC5;

  }
#page_header {
  width: 900px;
  background: transparent; 
  height: 140px;
  }  
#page_header h1 {
  padding-top:40px;
  padding-left: 20px;
  font-family: monotype corsiva;
  font-size:36px;
  font-weight:bold; 
  color: #CCFF99;
  letter-spacing: -1px;
  margin:0px;
}
#center_side {
  width: 900px;
  background: transparent;
  float:center;
  width:860px;
}

#center_side p { font-family: Verdana; font-size: 11px; color: #DBDBDB; text-align: center; 
               text-indent: 0; line-height: 14px; margin: 5 10 }
#center_side h1 { font-family: Verdana; font-size: 20px; color: #B70000; text-align: center; 
               text-indent: 0; line-height: 100%; margin-left:55; margin-right:55; margin-top:60; margin-bottom:25 }
#center_side h2 { margin:10 30; font-family: Verdana; font-size: 12px; color: #E3E188; text-align: justify; line-height: 18px; font-style:italic; font-weight: 400; text-indent:25  }
#center_side h3 { font-family: Verdana; font-size: 14px; color: #E1B96C; text-align: left; 
               text-indent: 0; font-variant:small-caps; margin-left:250; margin-right:10; margin-top:5; margin-bottom:5  }
#page_footer{
  width: 900px;
  height: 30px;
  background: transparent;
}
#page_footer h1 { font-family: Verdana; font-size: 18px; color: #E3E188; text-align: center; 
               text-indent: 0; line-height: 100%; margin-left:10; margin-right:10; margin-top:25; margin-bottom:25 }

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}