/* BODY INFO*/



body {	

	font-family: Arial;	

	font-size: 11px;	

	color: #111111;	

	margin-left: 0px;	

	margin-top: 0px;	

	margin-right: 0px;	

	margin-bottom: 0px;

	background-color:#000;

	background-image: url(../images/background.jpg);

}



a {	

	font-size: 11px;	

	color: #d13584;

	font-weight:bold;

}



a:link {	

	text-decoration: none;

}

	

a:visited {	

	text-decoration: none;	

	color: #d13584;

}



a:hover {	

	text-decoration: underline;	

	color:#111;

}



a:active {	

	text-decoration: none;	

	color: #d13584;

}





.heading1 {

	font-size:14px;

	font-weight:bold;

	color: #d13584;

}



.heading2 {

	font-size:12px;

	font-weight:bold;

	color: #d13584;

}



/* BODY INFO*/





/*DIVS*/





#boxspacer1 {

	width: 974px;

	height:21px;

	background-color:transparent;

	}

#outterbox {

	width: 974px;

	height: 885px;

	overflow: hidden;

	background-image: url(../images/outterbox_bg.jpg);

	border: 0px solid #444;

}



#logo {

	width: 253px;

	height: 124px;

	position:relative;

	top: 0px;

	left: 0px;

}



#contentheader {

	width: auto;

	height: 214px;

	position:relative;

	top:-56px;

	background-image:;

}



#navbg {

	width: 653px;

	height: 70px;

	background-image:url(../images/nav_bg.gif);

	overflow:hidden;

	}



#contentbox {

	width:667px;

	height:500px;

	position:relative;

	top:-2px;

	left:0px;

	overflow-x:hidden;

	overflow-y:auto;

	border: 0px solid red;

	background-image:url(../images/content_contentbg.jpg);

	background-position: top left;

	background-repeat: no-repeat;

}



#content_head {

	position:relative;

	top:0px;

	left:0px;

	width:667px;

	height:29px;

	background-image:url(../images/content_head.jpg);

	border:0px solid red;

	color:#fff;

	font-size:16px;

	font-weight:bold;

}



#test_heading {

	position:relative;

	top:0px;

	left:0px;

	width:253px;

	height:29px;

	background-image:url(../images/test_head.jpg);

	border:0px solid red;

	color:#fff;

	font-size:16px;

	font-weight:bold;

}



#testcontent {

	position:relative;

	top:-2px;

	left:0px;

	width:253px;

	height:300px;

	overflow: hidden;

	background-image:url(../images/test_contentbg.jpg);

}

#contactcontent {

	position:relative;

	top:-2px;

	left:0px;

	width:253px;

	height:400px;

	overflow: hidden;

	background-image:url(../images/test_contentbg.jpg);

}




.formtbox {

	border:1px solid #111;

	color: #d13584;

}



.formlabel {

	font-size:14px;

	font-weight:bold;

	color:#d13584;

}



.formbuttons {

	background-color: #fff;

	border:1px solid #111;

	color: #d13584;

	font-size:12px;

}



.formbuttons:hover {

	background-color: #d13584;

	border:1px solid #111;

	color: #fff;

	font-size:12px;

}