/* ---------- PAGEHANDLER ---------- */
body, html {
	background: #ffffff;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #800000;
	margin:0;
	padding:0;
	height:100%; 
	}
img {display:inline; border:0;}
li, dd, blockquote {
	margin-left: 1em;
	}
li { list-style: square; padding-top: 3px;}
ul {margin: 5px 0;}
a, a:link, a:visited {
	text-decoration: none;
	color: #ff6600;
	}
a:focus, a:hover, a:active {
	text-decoration: underline;
	}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	}
h1 {
	font-size: 18px;
	margin-top: 0;
	padding-top: 5px;
	}
h2 {
	color: #808000;
	font-size: 14px;
	line-height: 25px;;
	}
h2.lgr {
	font-size: 22px;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	line-height: 20px;
	}
h3 span {
	font-size: 12px;
	line-height: 14px;
	font-weight: 100;
	}
h3 span.super {
	font-size: 10px;
	vertical-align: super;
	}
h5 {
	font-size: 10px;
	line-height: 15px;
	}
p {
	color: #ff9a00;
	margin: 0; 
	padding: 0 0 7px 0; 
	line-height: 16px;
	}
p.green {
	color: #808000;
}
span.lt {
	color: #ffcc65;
}
.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	}

#pagehandler {
	margin: 20px auto; 
	width: 950px;
	padding: 20px;
	border: 3px solid #a7a7a7;
	}
/* ---------- CONTAINER ---------- */
#container { 
	margin: 0; 
	padding: 0;
	text-align: center;
	}
.dashline {
	/*border-bottom: 2px dashed #808000;*/
	height: 1px;
	width: 300px;
	margin: 10px 0 0 300px;
}
#invite {
	background-color: #f0f0f0;
	border: 5px solid #ff9900;
	width: 85%;
	padding: 10px 10px 0;
	margin: 0 auto;
	}
/*#invite a, #invite a:link, #invite a:visited {
	color: #800000;
	line-height: 18px;
	padding: 1px 2px;
	border: 1px dashed #ff9900;
	}
#invite a:focus, #invite a:hover,#invite  a:active {
	text-decoration: none;
	background-color: #ff9900;
	}*/
#invite span {
	font-size: 16px;
	}
.fleft {
	float: left;
	width: 45%;
	text-align: left;
	font-size: 11px;
	}
.fright {
	float: right;
	width: 45%;
	text-align: left;
	font-size: 11px;
	}
