/*
orange:			#F6931E
red:			#EB1C24
pink:			#E00E7B
purple:			#B9216E
*/

html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body 
{
	margin: 0px;
	padding: 0px;
	background: white;
	height: 100%;
	font: 10px Verdana;
	color: #B9216E;
	text-align: left;
	line-height: 15px;
}

div 
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
	margin: 0px;
}

a			
{
	text-decoration: none;
	font-weight: bold;
}

a:link  	
{
	color: #EB1C24;
}

a:visited	
{
	color: #B9216E;
}

a:active
{
	color: #E00E7B;
}

a:hover		
{
	color: #F6931E; 
}

h1, h2, h3 
{
	margin: 14px 0px;
	color: #B9216E;
}

h1 
{
	margin-top: 0px; 
	font-size: 12px;
}

h2 
{
	margin-top: 2px; 
	margin-bottom: 0px; 
	font-size: 11px;
}

h3 
{
	font-size: 15px;
}

p
{
	margin: 3px 0px;
	margin-bottom: 14px;
}

td 
{
	vertical-align: top;
}

input, select, textarea 
{
	background: #fff;
	border: 1px solid #F6931E;
	font: 10px Verdana;
	color: #B9216E;
	width: 400px;
}

input, textarea
{
	padding: 1px 1px 1px 3px;
	margin: 0px;
}

textarea
{
	width: 400px;
	margin-left: 58px;
}

input.btn 
{
	width: 100px;
	margin-left: 58px;
	background: #B9216E;
	color: #fff;
	border: none;
}	

/*
# # # general page layout # # #
*/
#site 
{
	width: 970px;
	height: 100%;
	min-height: 590px;
	margin: 0px auto 0px auto;
	border: 0px;
	background: url("images/background-top.gif") top center no-repeat;
}

#header
{
	float: left;
	width: 970px;
	height: 150px;
	margin: 0px;
	padding: 0px;
}

#spacer
{
	float: left;
	width: 970px;
	height: 15px;
}

#title
{
	float: left;
	width: 815px;
	height: 135px;
}

#title h1
{
	margin: 120px 0px 0px 32px;
	padding: 0px;
	border: 0px;
}

#navheader
{
	position: relative;
	float: left;
	width: 154px;
	height: 135px;
}

#navheader img
{
	position: absolute;
	bottom: 1px;
	left: 8px;
}

#nav
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 154px;
	height: 141px;
}

#navmargin 
{
	padding-top: 11px;
	background: url("/images/background-left.jpg") repeat-Y;
}

#nav img
{
	margin-bottom: 5px;
}

#navfooter
{
	float: left;
	position: absolute;
	bottom: -150px;
	left: 0px;
	width: 154px;
	height: 300px;
	background: url("/images/background-navfooter.gif") bottom left no-repeat;
}

#navfooter img
{
	margin-top: 5px;
	margin-left: 8px;
}

#contentcontainer
{
	position: relative;
	float: right;
	width: 970px;
	height: auto;
	background: url("/images/background-content.jpg") repeat-Y;
}

#content
{
	margin-left: 154px;
	margin-top: -144px;
	padding: 0px 32px 30px 32px;
	background: url("/images/background-right.jpg") bottom right repeat-Y;
}

#footer
{
	position: relative;
	float: left;
	width: 970px;
	height: 150px;
	background: url("/images/background-bottom.gif") bottom right no-repeat;
}

#footercontainer
{
	position: absolute;
	bottom: 8px;
	right: 17px;
}