@CHARSET "ISO-8859-1";
body{ 
	text-align:center;
}
html {
	height:100%;
	margin-bottom:1px;
}
* {
	padding:0px;
	margin:0px auto;
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
	text-align: left;
	color: #666666;
}
/************************************
* boxes
************************************/

.all{
	width:980px;
	border:1px solid #aaaaaa;
	margin:auto;
}
A {
	border:0px;
	text-decoration: none;
}
img{
	border:0;
}
A:hover {
	border:0px;
	text-decoration: none;
}
.header {
	height:70px;
	background-image: url(../images/html/logo.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.header-text {
	font-size: 12px;
	padding-top:26px;
	padding-left:40px;
}

.info {
	height:100px;
	background:#f0f0f0;
	background-image: url(../images/html/line1img2.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
TD.info-text {
	font-size: 11px;
	line-height: 1.8;
	padding-top:10px;
	line-height: 1.6;
	text-align: left;
}
.content {
	height:400px;
	padding:5px;
	clear:both;
}
.cboxp{
	float:left;
	width:400px;
	height:400px;
	padding-left:20px;
	padding-top:20px;
	margin-left:30px;

}
.cboxt{
	float:right;
	width:400px;
	height:400px;
	padding-left:20px;
	padding-top:20px;
	margin-right:30px;
}
.listing{
	padding-left:15px;
	padding-top:5px;
	font-size: 12px;
	font-weight:normal;
}