@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: right;
}
#logo {
	background: url(../images/logo.gif) no-repeat;
	height: 71px;
	padding-bottom: 12px;
}
td img {display: block;}
a {
	color: #D06;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	font-weight: bolder;
	color: #D06;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d06;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#leftColumn {
	float: left;
	width: 365px;
}
#rightColumn {
	float: right;
	width: 365px;
}
#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: right;
	border-top-color: #C06;
	border-top-style: dotted;
	border-top-width: thin;
}
h1 {
	color: #C06;
	padding-bottom: 3px;
	font-family: "Century Gothic";
	font-size: x-large;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #C06;
}
h2 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	background: url(../images/bg_dot.gif) repeat-x bottom;
	color: #000;
	font-size: 1.3em;
}
p {
	line-height: 1.5;
	font-size: small;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.more {
	text-align: right;
}
