
body {
  background-color: #222;
}

/*  title logo */
h1 {
    background: transparent url(./camco_logo.png) no-repeat top left;
	opacity: 0.8;
	margin-top: 10px; 
	width: 400px; 
	height: 205px; 
	margin-left: auto;
	margin-right: auto;
}

h1 span {
  display: none;
}


/* containers */

#header {
  background-color: #222;
  background-image: url(./simple-part.png);
  width: 860px;
  padding: 1em;
}

#thebody {
  background-color: #fff;
  background: url(./simple-part.png);
  padding: 1em;
  width: 860px;
  margin: auto auto;    /* center everything! */
  text-align: center;
  float: top;
  display: block;
  overflow: visible;
}

#content {
  float:right;
  padding:1em;
  text-align: left;
  color:#300;
  width:600px;
  background-color:white;
  overflow: visible;
  display: inline;
}

#menu {
	float:left;
	width:220px;
    color:#fff;
	text-align:center;
	font-family:times;
	font-size:14pt;
	font-style:bolder;
	line-height:40px;
	display: inline;
}

#footer {
	color:#edd;
	font-style:bold;
	text-align:center;
	clear:both;
}

#contact-info {
	width:auto;
	float:center;
	text-align:left;
	font-size:18pt;
}

/* GUI elements */

.button a { text-decoration: none !important; color: white; opacity: 0.7;}
.button a:link { font-style:italic, bold; }
.button a:visited { font-style:italic; }
.button a:hover { font-size:18pt; font-style: italic; opacity:1;}
.button a:active { font-style:italic; }

.button {
	width:200px;
	height:40px;
	padding: 2px;
	float:none;
	background:#fff url(./camco_button_bg.png) no-repeat;
}

.clr { clear:both; }

/* stylize the text */

#content h3 {
    margin-left:-20px;
    text-indent:20px;
    line-height: 30px;
	height: 35px;
    background: #fff url(./corner_frame.png) no-repeat;
	background-position: -10px 0px;
}

p {
  line-height:18pt;
}

p:first-letter {
    font-size:18pt;
}