body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#222;
	background-color:#ccc;
}
#wrapper {
	width:755px;
	margin:0 auto;
	background-image:url(images/wrapper_mid.png);
	background-repeat:repeat-y;
}
#header {
	background-image:url(images/wrapper_top.png);
	background-repeat:no-repeat;
	height:92px;
	margin-bottom:20px;
}
#header h1 {
	font-size:30px;
	width:300px;
	text-align:center;
	padding-top:25px;
	margin:0;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:active, #header h1 a:hover {
	text-decoration:none;
	color:#000;
}
#nav_top {
	background-image:url(images/nav_top.png);
	background-repeat:no-repeat;
	height:5px;
}
#nav {
	width:116px;
	margin-left:7px;
	float:left;
	background-image:url(images/nav_mid.png);
	background-repeat:repeat-y;
	font-size:8pt;
}
#nav_btm {
	background-image:url(images/nav_btm.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:5px;
}
#nav ul {
	margin:0 2px 0 10px;
	padding:0;
	list-style-type:none;
	color:#ff0;
	font-weight:bold;
}
#nav li {
	margin:10px 0;
	padding:0;
}
#nav li a, #nav li a:visited {
	text-decoration:none;
	color:#FF0;
}
#nav li a:hover, #nav li a:active{
	color:#F90;
}
#nav ul ul {
	font-weight:normal;
}
#content {
	background-image:url(images/content_mid.png);
	background-repeat:repeat-y;
	width:610px;
	margin-left:125px;
}
#content_top {
	background-image:url(images/content_top.png);
	background-repeat:no-repeat;
	height:10px;
}
#content_wrapper {
	margin:0 15px;
	min-height:450px;
}
#content_btm {
	background-image:url(images/content_btm.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:10px;
}
#content h2 {
	border-bottom:1px solid #f90;
}
#content h3 {
}
#content p {
	line-height:1.4em;
}
#content a, #content a:visited {
	text-decoration:none;
	color:#F90;
}
#content a:hover, #content a:active {
	text-decoration:none;
	color:#dd0;
}
#footer {
	background-image:url(images/wrapper_btm.png);
	height:38px;	/* 53-18 (padding) */
	padding-top:15px;
}
#footer p {
	margin:0 0 0 120px;
	color:#FFF;
	padding:0;
	font-size:8pt;
	text-align:center;
}
#footer a, #footer a:visited {
	text-decoration:none;
	color:#FFF;
	border-bottom:1px dashed #FFF;
}
#footer a:hover, #footer a:active {
	text-decoration:none;
	color:#FF0;
	border-bottom:1px dashed #FF0;
}
.button {
	border:2px outset #CCC;
	font-weight:bold;
	text-align:center;
	margin:10px;
}
.button a {
	display:block;
	text-decoration:none;
	padding:5px;
}
.button a:link,
.button a:visited {
	color:#ff0 !important;
	background-color:#777 !important;
}
.button a:hover,
.button a:active {
	color:#000 !important;
	background-color:#ff0 !important;
}
img {
	border:0;
}
.image {
	padding:5px 10px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.caption {
	max-width:100%;
	font-size:.7em;
	text-align:center;
	color:#333;
}
