@import "mainstyle.css";
body {
	/*background:#e7d7b4 url(../images/bkstrc.jpg) top center no-repeat;*/
	/*background:#ffdf99 top center no-repeat;*/
	background:#c1a87f url(../images/bg-sunset.jpg) top center no-repeat;
	color:#fffdfa;
	/*font-family:Helvetica, Arial,  sans-serif;*/
	font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	}
	
img, div, a, input, span, p { behavior: url(../scripts/iepngfix.htc) }

a img {
	border: none;
	}

.fl {
	float:left;
}

.fr {
	float:right;
}

img {
	border: none;
}

.clear {
	clear:both;
}

p {
	margin-top:0;
}

a {
	text-decoration:underline;
	color:#9c0000;
}

a:hover {
	text-decoration:none;
	color:#000;
}

.topmargin {
	margin-top:5px;
}

.topmargin2 {
	margin-top:10px;
}

.rightmargin {
	margin-right:5px;
}

.bottommargin {
	margin-bottom:5px;
}

h1 {
	font-size:22px;
	margin:0;
	padding:0;
}

h2 {
	font-size:14px;
	margin:0;
	padding:0;
}

h3 {
	font-size:22px;
	color:#d0372b;
	margin:5px 0 5px 0;
	padding:0;
}	

h5 {
	font-size:40px;
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	margin:22px 0 10px 0;
	padding:0;
}

h6 {
	font-size:14px;
	color:#666;
	margin:0;
	padding:0;
	width:560px;
	text-align:center;
	margin-top:5px;
}

h4{
	font-size:16px;
	color:#666;
	font-family: Helvetica,  Arial, sans-serif;
	margin:0 0 7px 0;
	padding:0;
}

.leftmargin {
	margin-left:35px;
}

.strong {
	font-size:14px;
	color:#000;
	font-weight:bold;
}

.red {
	color:9c0000;
	font-size:22px;
	margin:0;
	padding:0;
}

.centertext {
	text-align:center;
	font-size:20px;
}

.centeronly {
	text-align:center;
}

.redtext {
	font-size:18px;
	color:#fa000f;
	text-align:center;
}	

.re {
	position:relative;
}

.ab {
	position:absolute;
}


