body {
	background:#D6E0E8;
	background-image:url(images/back_slice.jpg);
	background-repeat:repeat-x;
	/*color: #0157CA;*/
	font-family: georgia, "times new roman", times, serif;
	padding: 0;
	margin:0;
	font-size:76%;
}
* html .container {

	margin-left: -700px;
	position: relative;
}
/*\*/
* html .container, * html .content {
	height: 1px;
}
/**/
.content {
	background-image: url(images/container_back.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding: 5px;
}
.width {
	width: /*80%*/850px;
	min-width: 700px;
	margin:0 auto;
	height:100%;
	border:1px solid #000;
}
* html .minwidth {
	padding-left: 700px;
}
/*\*/
* html .minwidth, * html .layout {
	height: 1px;
}
/**/
p {padding:1.5em; margin:0;}
.content h2 {font-size:1.4em; text-align:center; font-weight:normal;}

#header {height:100px; background:#f0f0f0; text-align:center;}
#header img {margin:12px auto;}
#footer {height:50px; background:#74B4DE; text-align:right;}
