*{
	color: #333;
	font: 11pt Arial, Helvetica, Geneva, sans-serif;
}
html{
	background: #333333 url(img/htmlbg.jpg) repeat-x}


body{
	margin:0 auto;
	padding:0;
	width:680px;
	height: 650px;
}

html>body {
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: auto;
	max-width: 680px;
	min-height: 650px;
}

#header{
	clear: both;
	float: left;
	width:680px;
	height: 260px;
	border-bottom: 5px solid #af832d;
}

#header h1, #header address{
	position: absolute;
	text-indent:-9999px;
}

#header img{
	float: left;
	clear: both;
}

#header #menu{
	width: 680px;
	height: 20px;
	background-color: green;
	padding: 8px 0;
	background-image: url(img/menubg.jpg);
	overflow: hidden;
}

#header #menu ul{
	display:inline;
}

#header #menu ul li{
	display:inline;
	padding: 1em 0 0.75em;
}

#header #menu ul li.current{
	border-right: .5em solid #af832d;
	background: url(img/menubgover.jpg) repeat-x 5px;
}

#header #menu ul li.current a:hover{
	border-right: .5em none #af832d;
	background: url(img/menubgover.jpg) repeat-x 5px;
		padding: 1em 2em .75em;

}
#header #menu ul li a{
	color: #fff;
	text-decoration: none;
	padding: 1em 2em .75em;
}

#header #menu ul li a:hover{
	border-right: .5em solid #af832d;
	padding: 1em 1.5em .75em 2em;
	background: url(img/menubgover.jpg) repeat-x 5px;
}

#content{
	float: left;
	width: 608px;
	background-color: #fff;
	margin: 0 0 14px 0;
	padding: 28px 0 28px 72px;
}

html>body #content{
	height: auto;
	min-height: 330px;
}

#content p{
	width: 65%;
}

#content strong{
	font-weight: bold;
}

#content ul{
	text-transform: lowercase;
}

dt{
	font-weight: bold;
	width: 519px;
	color: #fff;
	background: #8d8884;
	padding: 2px;
	padding-left: 1em;
	float: left;
}

dd{
	padding: 0 .5em .5em;
	margin: 0 0 14px 0 ;
	width: 519px;
	border: 1px solid #d7d7d7;
	border-bottom: 1px solid #a7a8a0;
	background-color: #f3f3f3;
	float: left;
	clear: both;
}

dd img{
	padding-left: 7pt;
	float: right;
}

.newWin{
	background: url(img/newWin.png) no-repeat 0 2px;
	padding-left: 15px;
}

/* @group Typography */

h1{
	color: #4c4c4c;
	font: 21pt "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

a{
text-decoration: underline;	
}

a:hover{
	color: #af832d;
}
/* @end */

/* @group Image Placement */

#grpimg{
	clear: left;
	float: right;
	padding-right: 40px;
}

.bioimg{
	padding-top: 3px;
	clear: left;
	float: right;
}

/* @end */

