/* CSS Document */
/*html,body {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	min-width:1000px;
}*/

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-image:url(../images/gradient-bkg.jpg);
	background-position: left top;
	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;
}

a {
	text-decoration: none;
	color:#666666;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:940px;
	text-align:left;
	position:relative;
	top: 0px;
	left: 0px;
	padding: 15px 5px 5px 5px;
	margin:0px auto;
	background:#FFFFFF;
}

#sidebar1 {
	float:left;
	width:180px;
	margin-top:2px;
	margin-left:10px;
	display:inline;
}

#content {
	margin-left: 220px;
	text-align:left;
}
#innercontainer {
	width:100%;
	margin-right:-216px;
	float:left;	
	margin-top:5px;
	font-size:1.2em;
}

#innercontent {
	margin-right: 216px;
	padding: 0em 0px 0px 0px;
	margin-top: 0px;
}

#sidebar2 {
	float: right;
	width: 208px;
	margin-top:4px;
}

#footer {
	background:#EFEFEF;
	height:25px;
	font-size: 1em;
	margin-top:2em;
}

#footer a {
	text-decoration:none;
}