.text1{
	font-family: Arial,Helvetica;
	font-size: 11px;
	padding: 5px 5px 5px 10px;
}

.text2 a:hover{
	text-decoration: underline;
}

.text2{
	font-family: Arial,Helvetica;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 0px 10px;
}

.text3 a, a:link{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.padding1{
	padding-right: 10px;	
}


/* return to beggars rollover */

#header_link{
	padding-top: 10px;

	width: 410px;
	float: right;
}
#header_link a{
	display:block;
	background:url(../images/return_to_beggars.png) no-repeat;
	
}

#header_link a:hover{
	background:url(../images/return_to_beggars_ro.png) no-repeat;

}

#beggars_home{
	
	height:25px;
	width:200px;
	
	
}

/* online licensing rollover */

.online_license_link{
	float: left;
	width: 105px;
	text-align: left;
}

.online_license_link a{
	display:block;
	background:url(../images/online_license_button_ro.gif) no-repeat;
	
}

.online_license_link a:hover{
	background:url(../images/online_license_button.gif) no-repeat;

}

#online_license_button{
	
	height:25px;
	width:105px;
	
	
}



body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#main_box{
	
	width: 100%;
	
	
}
	
#header_wrapper{
	width: 100%;
	height:190px;
	background-image: url(../images/repeater.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#header_center{
	width: 900px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	
}

#header_logo{
	background-image: url(../images/header_left.jpg);
	float:left;
	width: 350px;
	height: 180px;
}



#content_wrapper{
	width:700px;
	margin-left: auto;
	margin-right: auto
		
}

#page_title{
	float: left;
	width: 100%;
	background: white;

		
}

#intro_box{
	width: 100%;
	float: left;
	background: white;
}

#intro_text{
	float: left;
}



.blue_box {
	background: #00aef7;
	float: left;
	width: 100%;
	color: white;	
}

.blue_box_text{
	float: left;
	width: 75%;
}
	
	
.blue_box_link{
	width: 15%;
	float: right;
	text-align: center;

		
	
	}
	
.blue_box_spacer{
	float: left;
	width: 100%;
	height: 20px;
}


#footer{
	float: left;
	background: black;
	color: white;
	width: 100%;
	height: 30px;
	font-family: Arial,Helvetica;
	font-size: 10px;

	}
	
#footer_text{
	float: left;
	background: black;
	color: white;
	

	font-family: Arial,Helvetica;
	font-size: 10px;
	padding: 5px 0px 5px 10px;
		
}