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

html,body{ height:100%; background-color:#F1E7A9; }
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #161616;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg-1.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

div.wrapper{
	width:955px;
	margin:0 auto;
	height:100%;
	background-color:#F9F9F9;
}

div.header{
	height:188px;
}

div.main-content{
	min-height:560px;
	background-color:#F9F9F9;
	padding-top:1em;
	padding-left:1.5em;
	padding-right:1.5em;
	padding-bottom:0px;
	margin-bottom:0px;
}

div.main-content img { border:2px double #000; margin-left:5px; margin-right:5px;}

div.centerindent_mini {
	width:250px;
	text-align:left;
	margin-left:50px;
}

div.footer{
	height:75px;
	background-color:#f9f9f9;
	text-align:center;
	line-height:75px;
	font-weight:bold;
	font-size:12px;
	margin:0 auto;
	width:955px;
	padding-top:75px;	
}
