body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
	background-color: #D4D4D4;
	margin:0;
	padding:16px;
}
#main {
	width:714px;
	margin:auto;
	background-image: url(bg-main-inner.gif);
}
#main-inner {
	min-height:500px;
	background-image: url(bg-main-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:15px;
}
#main-inner-left {
	width: 386px;
	display:block;
	float:left;
	line-height:18px;
}
#main-inner-right {
	width: 171px;
	display:block;
	float:right;
}
#main-inner-full {
	padding:24px 27px 0 27px;
	line-height:27px;
}
#logo {
	height:83px;
	background-image: url(bg-logo-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo img {
	padding:25px 0 10px 25px;
}
#main-photo {
	height:227px;
	padding:0 22px 0 22px;
}
#contactform {
	width: 205px;
	display:block;
	float:right;
	line-height:normal;
	margin-bottom:15px;
}
#contactform input, #contactform textarea {
	width: 200px;
}
h1, h2, h3, h4, h5, h6 { margin: 15px 0; }
p { margin: 15px 0; }
/*p, ul, ol { margin: 15px 0; }*/

#navbar {
	width: 212px;
	display:block;
	float:right;
	margin-bottom:8px;
	
	background-image: url(nav-box-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:9px;
	line-height:0;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	
	width: 212px;
	display:block;
	float:right;
	
	background-image: url(nav-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:9px;
}
#navbar li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear:both;
}
#navbar a {
	display:block;
	float:left;
	width:212px;
	text-decoration:none;
	text-indent:-100.0em;
	margin: 0px;
	padding: 0px;
}
a.nav1, a.nav1:visited {
	height:24px;
	background-image: url(button-1.gif);
	background-repeat: no-repeat;
	line-height:24px;
}
a.nav1:hover {
	background-image: url(button-1-over.gif);
}

a.nav2, a.nav2:visited {
	height:25px;
	background-image: url(button-2.gif);
	background-repeat: no-repeat;
	line-height:25px;
}
a.nav2:hover {
	background-image: url(button-2-over.gif);
}

a.nav3, a.nav3:visited {
	height:25px;
	background-image: url(button-3.gif);
	background-repeat: no-repeat;
	line-height:25px;
}
a.nav3:hover {
	background-image: url(button-3-over.gif);
}

a.nav4, a.nav4:visited {
	height:25px;
	background-image: url(button-4.gif);
	background-repeat: no-repeat;
	line-height:25px;
}
a.nav4:hover {
	background-image: url(button-4-over.gif);
}

a.nav5, a.nav5:visited {
	height:24px;
	background-image: url(button-5.gif);
	background-repeat: no-repeat;
	line-height:24px;
}
a.nav5:hover {
	background-image: url(button-5-over.gif);
}



#footer {
	clear:both;
	font-size: 11px;
	color:#464646;
	text-align:center;
	padding:12px;
	line-height:18px;
}
#footer a:link, #footer a:visited {
	color:#464646;
	text-decoration:none;
}
#footer a:hover {
	color:#464646;
	text-decoration:underline;
}
a, a:visited {
	color:#2d75c7;
	text-decoration:underline;
}
a:hover {
	color:#464646;
	text-decoration:none;
}
.clear {
	clear:both;
}
.headingimg {
	margin:18px 0 0 0;
}
.leftimg {
	display:block;
	float:left;
}
.rightimg {
	display:block;
	float:right;
}