@charset "UTF-8";
/* CSS Document */

body {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #8d9979;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #363b2e;
}

body a {
	color: #d75600;
	text-decoration: none;
}

body a:hover {
	color: #c00;
	text-decoration: underline;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background: #ffe5c8;
	margin-top: 22px;
	margin-bottom: 35px;
	border: 2px solid #f90;
}

#header {
	background-color: #4e5543;
	padding: 5px 5px 5px 9px;
	background-image: url(images/border.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#header h1 {
	margin-left: -999px;
	font-size: 1px;
}

#header ul {
 list-style-type: none;
 position: relative;
 margin-left: 380px;
}

#header ul li {
	display: inline;
	margin: 0;
}

#header img {
	border-style: none;
}

#logo {
	position: relative;
	float: left;
}

#content {
	padding: 28px 30px 32px 30px;
}

#content h2 {
 font-size: 14px;
 border-bottom: 1px solid #f90;
 padding-bottom: 6px;
}

#content p#about {
 margin-top: -1px;
 border-bottom: 1px solid #f90;
 padding-bottom: 12px;
}

#column1 {
position: relative;
width: 320px;
float: left;
margin-bottom: 35px;
}

#column2 {
position: relative;
width: 320px;
float: left;
margin-bottom: 35px;
}

#box {
	background-color: #7a8569;
	border: 1px dotted #4e5543;
	padding: 1px 11px 6px 11px;
	margin: 16px 8px;
	color: #ffe5c8;
}

#box h3 {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #f90;
	padding-bottom: 4px;
}

#box p {
	padding-bottom: 8px;
}	

#box img {
	display: block;
  margin: 14px auto 24px auto;
}

#secondary {
	padding: 1px 11px 6px 11px;
	margin: 16px 8px;
	border-left: 1px dotted #4e5543;
}

#secondary h3 {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .95em;
	border-bottom: 1px dotted #555;
	padding-bottom: 4px;
}

#secondary ol {
	padding-bottom: 10px;
}

#secondary p {
	font-size: .94em;
}	

.clearfloat {
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

#footer {
	background-color: #4e5543;
	padding: 5px 5px 5px 9px;
	background-image: url(images/border.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #ffe5c8;
	text-align: center;
}

#footer a, #box a {
	color: #ffe5c8;
	text-decoration: underline;
}

#footer p {
	margin-bottom: 4px;
}

label, label span {
 display: block;
 padding: 5px 0;
}

label {
	}

label span {

}
