/*
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: #D0D2E4 url('../images/bg.jpg') top center no-repeat fixed;
  margin-top:50px;
  margin-bottom:50px;
  color:#666A80;
}

A:link {
	COLOR: #002851; text-decoration: underline
}
A:visited {
	COLOR: #002851; text-decoration: underline
}
A:active {
	COLOR: #002851; text-decoration: underline
}
A:hover {
	COLOR: #002851; text-decoration: none
}

#page_wrapper {
  background: #D0D2E4 url('../images/page_bg.jpg') top left;
  margin-left: auto; 
  margin-right: auto;
  width: 780px;
  text-align: justify;
  }
#page_wrapper2 {
  background: #D0D2E4 url('../images/page_bg0.jpg') top left;
  margin-left: auto; 
  margin-right: auto;
  width: 780px;
  text-align: justify;
  }

#page_header {
  height: 140px;
  background: #D0D2E4 url('../images/header.jpg') top left no-repeat;
}  
#page_header2 {
  height: 20px;
  background: #D0D2E4 url('../images/header2.jpg') top left no-repeat;
}  
#page_header3 {
  height: 20px;
  background: #D0D2E4 url('../images/header0.jpg') top left no-repeat;
}
#content_wrapper {
  background: transparent url('../images/page_bg.jpg') top left no-repeat;
}

#left_side {
  float:left;
  width:140px;
}
  
#left_side h3 {
  margin:15px;
  margin-right:15px;
  color: #666A80;
}
  
#left_side p {
  margin:15px;
  margin-right:15px;
}


#right_side {
  float:right;
  width:630px;
}
  
#right_side h3 {
  margin-right:20px;
  margin-bottom: 5px;
  
  
}
  
#right_side p {
  margin:15px;
  margin-bottom:15px;
  
}  

#content_wrapper2 {
  background: transparent url('../images/page_bg0.jpg') top left no-repeat;
}
#center_side {
  float:left;
  width:780px;
}

#page_footer0 {
  height: 30px;
  background: #D0D2E4 url('../images/footer0.jpg') top left no-repeat;
}

#page_footer1 {
  height: 30px;
  background: #D0D2E4 url('../images/footer1.jpg') top left no-repeat;

}
#page_footer {
  height: 70px;
  background: #D0D2E4 url('../images/footer.jpg') top left no-repeat;

}

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