@charset "utf-8";
/* CSS Document */
body {
	background-image:url ('images/flower.jpg');
	}

.oneColFixCtrHdr #container {
	width: 800px;  
	margin: 0 auto;
	text-align: left; 
	background-image:url('images/flower.jpg');
	background-repeat:repeat-y;
	background-color:#f9f4de;
}
.oneColFixCtrHdr #header {
	margin:0 20px 10px 20px;
	padding: 10px 0 0 0;  
	height:130px;
	background-color:#f9f4de;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	margin:0 20px 10px 20px; 
	padding: 10px 0 0 0;
	font-size:13px;
	line-height:18px;
	color:#666666;
	background-color:#f9f4de;
}

.oneColFixCtrHdr #footer {
	margin:0 0px 10px 00px;
	padding: 0px; 
	background: #f9f4de;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 0; 
	color:#8a8c8e;
	text-align:center;
}
.oneColFixCtrHdr #bottom {
    margin:0 20px 10px 20px;
	background-color:#f9f4de;
	height:60px;
}
.oneColFixCtrHdr #bottom p {
	margin: 0; 
	padding: 0; 
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 18px;
}

h1 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 18px;
}

h2 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
  font-weight:normal;
  letter-spacing: 2px;
}
h3 {
  font-size: 12px;
  line-height: 18px;
}

p .header {
	margin-bottom: 24px;
}

ul, ol {
  margin-bottom: 18px;
}
.floatLeft {
  float: left;
  margin: 0 24px 24px 0;
}
.floatRight {
  float: right;
  margin: 0 0 18px 18px;
}
.callout {
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin-bottom: 18px;
}

.callout {
  margin-bottom: 0;
}

.clear{
	clear:both;
}

a{
	color:#878B41;
	text-decoration:none;
}
a:hover{
	color:#878B41;
	text-decoration:underline;
}
#splashimageleft {
	float: left;
	margin-right: 10px;
}
#splashimageright {
	float: right;
	margin-bottom: 5px;
	margin-left: 30px;
}

