#container {
  width: 960px;
  padding: 5px 0px 5px 0px;
  margin:0px auto;
  text-align: left;
  background: #006600;
  }

#header {
  width: 950px;
  margin: 0px 5px 5px 5px;
  padding-bottom: 5px;
  }
#header a:link {
  color:#FFFFFF;
  text-decoration: none;
  }
#header A:visited {
  color:#FFFFFF;
  text-decoration: none;
  }
#header a:hover {
  text-decoration: underline;
  color: #EBE0CC;
  }
#header p{
  color:#FFFFFF;
  margin: 0px; 
  text-align:center;
  }

#content {
  width: 745px;
  margin: 0px 5px 5px 5px;
  background: #FFFFFF;
  float: left;
  }
#content p {
  font-size: 20px;
  margin: 5px;
  color: #000000;
  }
#content h2{
  font-size: 30px;
  margin: 0px 5px 0px 5px;
  color: #000000;
  }
#content h3{
  font-size: 25px;
  margin: 0px 5px 0px 5px;
  color: #000000;
  }
#content a:link {
  color:#996600;
  text-decoration: none;
  }
#content A:visited {
  color:#996600;
  text-decoration: none;
  }
#content a:hover {
  text-decoration: underline;
  color: #C2A366;
  }

#title {
  width: 745px;
  text-align:center;
  }
#title h2{
  color:#FFFFFF;
  }

#previewsection {
  width: 100%;
  }

#fullsection {
  width: 100%;
  clear: both;
  }

#splitsection {
  width: 100%;
  clear: both;
  }
#splitsection img {
  float: left;
  }
#splitsection p {
  width: 556px;
  float: right;
  }

#gallerysection {
  width: 100%;
  text-align:center;
  clear: both;
  }

#rightcol {
  width: 200px;
  margin: 0px 5px 0px 0px;
  float: right;
  }
#rightcol a:link {
  text-decoration: none;
  color:#FFFFFF;
  }
#rightcol A:visited {
  text-decoration: none;
  color:#FFFFFF;
  }
#rightcol a:hover {
  text-decoration: underline;
  color: #EBE0CC;
  background: #B8944D;
  background: -moz-linear-gradient(top, #CCB280, #A37519);
  background: -webkit-gradient(linear,left top, left bottom, from(#CCB280), to(#A37519));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#CCB280', EndColorStr='#A37519', GradientType=0);
  }
#rightcol a {
  width: 100%;
  display: block;
  }
#rightcol div {
  width: 100%;
  margin-bottom: 5px;
  }
#rightcol p {
  text-indent: -11px;
  margin: 0px 5px 0px 16px;
  font-size:20px;
  }

#footer {
  width: 950;
  margin: 0px 5px 0px 5px;
  padding-bottom: 5px;
  clear: both;
  }

body {
  text-align: center;
  }

img {
  margin: 5px;
  border: 0px;
  }

.curves {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  }

.bgcolor {
  background: #AD8533;
  background: -moz-linear-gradient(top, #C2A366, #996600);
  background: -webkit-gradient(linear,left top, left bottom, from(#C2A366), to(#996600));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#C2A366', EndColorStr='#996600', GradientType=0);
  }