@charset "UTF-8";
/* CSS Document */


/* main content box colors and borders */

#container1 {
	background: url("../images/bg-1.gif") top left repeat-x;
	border: solid #CCCCCC 1px;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 983px;
}

#container2 {
	background: url("../images/bg-3.gif") top left repeat-x;
	border: solid #CCCCCC 1px;
	margin: 10px 0 0 3px;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 983px;
}

#col1 {
	padding: 0px 10px 10px 10px;
	float: left;
	text-align: justify;
}

#col2 {
	float: left;
	width: 300px;
}



.box1 {

	
	margin: 10px 5px 0 0;
	padding: 10px 0 0 0;
	width:  430px;
	float: left;
	text-align: justify;
}

.box2 {
	
	border-left: dotted #CCC 1px;
	margin: 10px 0 0 5px;
	padding: 10px 0 0 10px;
	float: left;
	width: 430px;
	text-align: justify;
}



.hdiv1 {
	height: 1px;
	border-top: dotted #CCC 1px;

}


.title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #666666;
	/*border-bottom: dotted #CCCCCC 1px;*/
	margin-bottom: 10px;
}


.aboutimg {

float: right;
margin-left: 20px;
border: solid #333333 1px;

}