@charset "utf-8";
body  {
	font: normal 76% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #574210;
	background-color: #FFFFFF;
	background-image: url(../nav.html);
}
#wrapper { 
	width: 760px; 
	margin: 0 auto; 
	text-align: left; 
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#logo {
	height: 100%;
	padding-bottom: 66px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
td img {
	display: block;
}
a {
	color: #ee9414;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	background-color: #fff8eb;
	border-bottom: 1px solid #ffc676;
	font-weight: bolder;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#leftColumn {
	float: left;
	width: 420px;
	height: 275px;
}

#rightColumn {
	float: none;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: top;
	height: 200px;
}
#fullColumn {
	float: left;
	width: 760px;
}

#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: right;
}
h1 {
	color: #EE9414;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	border-bottom: 2px solid #A7A37E;
}
h2 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	background: url(../images/bg_dot.gif) repeat-x bottom;
	color: #9C0;
	font-size: 1.3em;
}
p {
	line-height: 1.5;
}
img {border: 0;}
a:hover img { border-bottom: none; 
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.more {
	text-align: right;
}
