/* ---------------- CSS RESET ---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin-left: 0px;
}
body {
	line-height: 1;
}


/*--------------- GENERIC SITE WIDE RULES ----------------*/

body {
	color: #000000;
	font-family: Arial, Sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	clear: none;
}

h1 {color:#bf1f4b;
font-size:18px;
float:left;

}







#Wrapper {
	background-color: #333333;
	font-size: 1em;

	margin:0 auto;
	width:799px;
}

/* ----------------- HEADER AREA -------------*/

#Header {
	background-color: #592236;
	
	margin: 0px 0px 0 0;
	float:left
}

#heading {
	float:left;
	width:579px;
	padding: 20px 0px 10px 20px;
	height:20px;
	border-bottom-color: #bf1f4b;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	margin-bottom: 20px;
}

#strip {
	background-color: #592236;
	height: 53px;
	margin: 0px 0px 0 0;
	float:left;
}

#maintext {
	float:left;
	width:598px
}


#maintext p {
	font-size:12px;
	margin:0px 20px 25px 20px;
	line-height: 16px;
}

#maintext span {
color:#BF1F4B
}

#sidebar {
	float:right;
	background-color:#e6e2d6;
	margin: 30px 0 0 0;
	width:200px;
	text-align:center;
}
#maincontent {
	width:799px;
	float: left;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

#maincontent h3 {
	color:#bf1f4b;
	font-size:12px;
	font-weight:bold;
	margin-left:20px;
	line-height: 16px;
}

#introtext {
	width:599px;
	float:left;
	background-color:#595959;
}

#introtext p{
	margin:20px 20px 20px 28px;
	font-size:14px;
	line-height: 24px;
	color:#FFFFFF
}

#register {
	float:left;
	margin:20px 20px 0px 20px;
	padding-bottom: 20px;
}
a:link {
	color: #BF1F4B;
}
