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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #ebebeb;
}

#container {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto;
	border: none;
	height: 780px;
}

#header {
	width: auto;
	height:210px;
	padding-left: 50px;

	}

#mainContent {
	background: #FFFFFF;
	height: 500px;
	padding-top: 50px;
}

#left_block {
	width: auto;
	text-align:left;
	float: left;
	padding-left: 20px;
}



#ctr_block {
	width: auto;
	float: left;
	padding-left: 25px;
}

#right_block {
	width: auto;
	float: left;
	padding-left: 30px;
}

#links {
	text-align: left;
	height: 240px;
	float: left;
	width: 770px;
	padding-left: 50px;
	background-image: url(images/lines.jpg);
	margin-top: 30px;

}

#input_text {
	float: left;
	width: 190px;
	height: 220px;
	text-align: center;
}

#process_text {
	float: left;
	width: 250px;
	height: 220px;
	margin-left: 42px;
	text-align: center;
}

#output_text {
	float: left;
	width: 250px;
	height: 220px;
	margin-left: 32px;
	text-align: center;
}



#left_bg {
	float: left;
	width: 14px;
	height: 780px;
	background-image: url(images/bg_rpt.jpg);
}

#right_bg {
	float: right;
	width: 14px;
	height: 780px;
	background-image: url(images/bg_rpt_r.jpg);}
	
.bodycopy {
	font:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333;
}

a:link {text-decoration:none;color: #666;}
a:active {text-decoration:none; color: #F00;}
a:visited {text-decoration:none;color: #666;}
a:hover {text-decoration:none;color: #09F;}


img
{  border-style: none;
}
