body{
	width: 100%;
	background-color: #c7c7c7;
	background-image: url('../img/grad.png');
	background-repeat: repeat-x;
	font-family: calibri, verdana, helvetica;
	margin-left: 0px;
} 


#mainContainer {
	margin-top: 200px;
	width: 100%;
}

#content {
	width: 592px;
	margin:auto;
}
#content .left {
	width: 256px;
	float:left; 
}
#content .right {
	width: 17px;
	float: right;
}
#content .middle {
	padding-top: 12px;
	text-align: left;
	
	width: 312px;
	height: 200px;
	background-image: url('../img/main_box.png');
	background-repeat: no-repeat;
	margin-left: 260px;
	margin-right: 20px;
	
	font-size: 10pt;
}

#content .col_left {
	font-size: 9pt;
	display: block;
	width: 80px;
	margin-left: 5px;
	/*text-align: right;*/
}

#content .col_right {
	display: block;
	margin-left: 70px;
	margin-bottom: 4px;
}

#content .middle hr {
	width: 90%;
	height: 2px;
	border: 0px;
	
	background-color: #880909;
}

#content .left-left {
	padding-top: 8px;
	text-align: center;
	margin-top: 2px;
	width: 256px;
	height: 101px;
	font-size: 10pt;
	line-height: 14pt;
	background-image: url('../img/box_left.png');
	background-repeat: no-repeat;
}

#content .left-bottom {
	text-align: center;
	margin-top: 2px;
	padding-top: 5px;
	width: 255px;
	height: 38px;
	background-image: url('../img/bottom_left.png');
	background-repeat: no-repeat;
}

#content a {
	text-decoration: none;
	color: #616161;
}
#content a:visited {
	text-decoration: none;
	color: #616161;
}
#content a:hover {
	text-decoration: underline;
	color: #880909;
}


.inp {
	border: 1px solid #d0d0d0;
	width: 150px;
	height: 18px;
	font-size: 9pt;
	padding: 2px;
	color: #7c7c7c;
}