html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 0 0 0;
	font: 75% Arial, Helvetica, sans-serif;
	background: url(/page_images/main_back_new.jpg) top right fixed no-repeat;
	color: #ffffff;
	cursor: default;
}

/*########### GENERAL TEXT ############*/
a {
	color: #B2CD8E;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #92CD8E;
}	
a img {
	border: none;
}
h2 {
	font-size: 210%;
	color: #CFCEC7;
	margin: 10px 20px;
}	
h3 {
	font-size: 130%;
	color: #ffffff;
	margin: 10px 20px;
}	
p {
	margin: 10px 20px;
}
p.clear {
	clear: both;
	margin-top: 0px;
	padding-top: 20px;
}
p.small {
	font-style: italic;
	margin: 0 20px;
}	

/*########### MAIN LAYOUT ############*/
#accessibility { 
	display: none;
}
#container {
	margin: 20px 378px 20px 25px;
}
#head {
	float: left;
}
#logo {
	float: left;
	display: inline;
}
#logo h1 {
	margin: 0;
}
#logo a {
	display: block;
	width: 100px;
	height: 114px;
	text-indent: -9000px;
	margin-right: 30px;
	background: url(/page_images/main_logo.gif) no-repeat;
}
#logo img {
	display: block;
	margin-right: 30px;
}
#menu {
	float: left;
	display: inline;
	width: 400px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	margin-right: 5px;
	font-size: 185%;
	line-height: 170%;
	color: #CFCEC7;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li .current, #menu ul li a:hover {
	color: #8CB1CD;
}
#mainContent {
	clear: left;
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}
#topCurve {
	height: 10px; 
	background: url(/page_images/top_right.gif) right no-repeat;
}
#topCurve div {
	height: 10px;
	background: url(/page_images/top_left.gif) left no-repeat;
}
#numberSpacer {
	clear: left;
	height: 224px;
}
#bottomCurve {
	height: 10px; 
	background: url(/page_images/bottom_right.gif) right no-repeat;
}
#bottomCurve div {
	height: 10px;
	background: url(/page_images/bottom_left.gif) left no-repeat;
}
#footer {
	clear: left;
	float: left;
	width: 400px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 20px;
}
#footer p {
	font-size: 105%;
	margin: 0;
}
#footer #disclaimer {
	font-size: 80%;
	font-weight: normal;
}
#leftCol {
	float: left;
	width: 50%;
}
#rightCol {
	float: left;
	width: 45%;
}
#featureHome, #diaryHome {
	float: left;
}
#floatHolder {
	width: 100%;
}
.split {
	height: 1px;
	border-bottom: 1px solid #95BFD7;
	margin: 20px;
}
.frame {
	float: left;
	display: inline;
	margin: 20px 20px 0px 20px;
	width: 149px;
	height: 142px;
	background: url(/page_images/frame.jpg) no-repeat;
}
.frame a {
	display: block;
	margin: 18px 0px 0px 20px;
	height: 100px;
	width: 100px;
	border: 1px solid #cccccc;
}
.frame a:hover {
	border: 1px solid #000000;
}
.frame a img {
	display: block;
}
#contactForm {
	float: left;
	display: inline; 
	width: 100%;
}
#contactForm .inputHolder {
	clear: left; 
	float: left; 
	margin-left: 20px;
	display: inline;
	width: 90%;
	padding-top: 5px;
}
#contactForm .inputHolder label {
	float: left; 
	width: 15%;
}
#contactForm .inputHolder div {
	float: left; 
}
.button {
	border: 1px solid #999999; 
	font-family: verdana, sans-serif; 
	color: #4e4e4e; 
	background-color: #e4e4e4;
}
.form {
	border: #cccccc 1px solid; 
}
.hide {
	display: none;
}

/* ############ ie fixes ############## */
/* \*/
* html #topCurve, #bottomCurve {
	font-size: 1px;	
}
* html #mainContent {
	float: none;
}
* html #footer {
	padding-bottom: 10px;
}
/* */