/* CSS Document */




body {
	width: 100%;
	height: 100%;
	padding: 0px;
	background: url(/images/03original.gif);
	color: #000000;
	text-align: center;
	
}


/* -- Forms & Inputs -- */


.textarea {
	border: 0px ;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
}

.med_text {
	border: 0px ;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
}

.headline{
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:400;

}


.links{
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0099FF;
	font-weight:300;
	text-decoration:none;
}



/* -- Framework -- */

#frame_container {
	margin: 0;
	padding: 0;
	width:1000px;
	margin: 0 auto;
	height: 600px;
	text-align: center;
	background: url(/images/background2.png) no-repeat;
}



/*---this is the top portion of the page---*/

#left {
	margin:0;
	padding:0;
	float: left;
	width: 260px;
	height: 600px;
	text-align:center;	
}

#left_top {
	margin:0;
	padding:0;
	width: 260px;
	height: 130px;
	text-align:center;	
}

#left_center {
	margin:0;
	padding:0;
	
	width: 260px;
	height: 470px;
	text-align:center;	
}

/*---this is the middle portion of the page---*/

#right {
	margin: 0;
	padding: 0;
	width: 738px;
	height: 600px;
	text-align: center;	
	float:right;
}


#right_top {
	margin:0;
	padding:0;
	width:738px;
	height:130px;
	text-align:left;
	float: right;
	
}

#right_text {
	margin:0;
	padding:0;
	width:738px;
	height:470px;
	float:left;
	text-align:left;
	
}

#right_text_contact {
	margin:0;
	padding:0;
	width:738px;
	height:470px;
	float:left;

}


#footer {
	margin:0;
	padding:0;
	width:1000px;
	height:25px;
	text-align:justify;
}