@charset "utf-8";
#container {
	background-color: #e4ecec;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 800px;
	float: left;
}
#content {
	background-image: url(images/slice_repeat_panel.jpg);
	padding-right: 30px;
	padding-left: 30px;
	width: 740px;
	background-color: #E4ECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
}
#content p {
	text-align: justify;
}

#container a {
	color: #5B6784;
}
#container a:hover {
	color: #708098;
	text-decoration: underline;
}
#btm_grfk a {
	text-decoration: none;
	color: #FFFFFF;
}
#btm_grfk a:hover {
	text-decoration: underline;
}



#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fd8100;
}
#solutions {
	float: left;
}
#btm_grfk {
	width: 800px;
	height: 46px;
	background-image: url(images/btm_white_panel.jpg);
	background-repeat: no-repeat;
	margin-left: -30px;
	color: #FFFFFF;
	font-size: .8em;
}

body {
	background-color: #e4ecec;
}
.content_box {
	width: 400px;
	height: 400px;
	background-color: #FFFFFF;

}

