body {
	background-color:#daeef9;
	font-family: Trebuchet, Arial, sans-serif;
	color:#2e5669;
	margin: 0px;
}
h1 {
	font-family: Trebuchet, Arial, sans-serif;
	color:#2e5669;
	font-size:16px;
	margin:0px;
}

h3 {font-size:11px;
padding:0px;
margin:0px;
font-weight:normal;
display:inline;
}

p {
	margin: 0px;
	padding: 5px;
}
#maincontent {
	width:800px;
	height:600px;
	background-image:url(images/jane_icon.gif);
	background-repeat:no-repeat;
	margin:0px auto;
	background-position: bottom left;
}
#nav {
	margin:0px auto;
	text-align:center;
	width:400px;
}
.nav_unit {
	float:left;
	width:90px;
	text-align:center;
}
.nav_unit a.txtlink {
	font-size:11px;
	text-decoration: none;
	color:#2e5669;
	padding:16px;
}
.nav_unit a.txtlink:hover {
	color:#e8b57e;
}
.txtlink_plain {
	font-size:11px;
	text-decoration: none;
	color:#2e5669;
	padding:16px;
}
.txtlink_hover {
	font-size:11px;
	text-decoration: none;
	color:#e8b57e;
	padding:16px;
}
#content_area {
	clear:both;
	padding-top:20px;
	width:header;
}
#header {
	margin: 0px auto;
	width:504px;
}
#inner_content {
	width:504px;
	margin:0px auto;
}
.border_l {
	background-image:url(images/border_left.gif);
	background-repeat:repeat-y;
	width:24px;
	height:306px;
	float:left;
}
.border_r {
	background-image:url(images/border_right.gif);
	background-repeat:repeat-y;
	width:26px;
	float:right;
	height:306px;
}
.bodycopy {
	background-color:#FFF;
	width:424px;
	height:266px;
	padding:15px;
	padding-top:25px;
	float:left;
	font-size:12px;
	position:relative;
}
p.homepage {
	padding-top:35px;
}
#footer {
	clear:both;
	margin:0px auto;
	width:504px;
}
#contact {
	position:absolute;
	width:200px;
	font-size:11px;
	bottom:5px;
}
#logo {
	position:absolute;
	width:133px;
	bottom:0px;
	right:10px;
}
.email {
	text-decoration:none;
	color:#2e5669;
}
.email:hover {
	text-decoration:underline;
	color:#153443;
}

