/* CSS Document */

body  {
	font:13px Arial, Helvetica, sans-serif; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	color:#3D3C2C; 
	font-weight:normal;
	background-color:#FCFAE6;
	background-image: url(../images/main-bg.gif);
	background-position: top left;
	background-repeat:repeat-x;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img{
	border:none;
}

div, p, h1, h2, h3, ul, img
{padding:0px; margin:0px;}

ul{list-style-type:none;}

a:visited {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:778px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background:#FCFAE6;
	position:relative;
	top:0px;
	left:0px;
}

#header {
	background-color:#FCFAE6;
	background-image: url(../images/main-bg.gif);
	background-position: top left;
	background-repeat:repeat-x;
	width:100%;	
	margin-bottom:24px;
	padding-bottom:5px;
	overflow:hidden;
}

#header:after, #headerpan:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#sidebar {
	float:left;
	width:237px;
	margin:0px 0px 0px 12px;
	display: inline;
}

#home #innercontent {
	min-height:990px;
}

#content {
	margin-left: 265px;
	text-align:left;
}

