html {height:100%;}
body { color: #666; font: 10px/14px Verdana,Tahoma,Arial,Helvetica,sans-serif;height:100%; /*letter-spacing: 0.2px*/}
a img {border:0px;}
body,  h1, h2, h3, input, textarea, fieldset, select {margin: 0; padding: 0; border: 0;}
ul {list-style: none;}
a {text-decoration: none; outline: none;}

/* { padding: 0; margin: 0; }*/

body,html {
	margin:0 ;
	padding:0;
	/*width: 990px;*/
	background: #484848;
}

#site {
	margin: 0px auto;
	border:0;
	width: 990px;
	padding:0px 0px 0px 0px;
}

#page {
	margin:0 ;
	padding:0;
	width: 990px;
	background: #f3f3f3 url('../img/siteBG.gif') repeat-y;
}


#header {
	width: 970px;
	padding: 0px 5px;
	height:100%;
	/*background:#fff url('../img/headBG.png') repeat-x bottom;*/
	background:#6a6f90;
}


#rightWrap {
	float: right;
	width: 300px;
	padding:10px 5px 10px 0;
}

#mainWrap { 
	float: left;
	padding:10px 10px 10px 5px;
	width: 660px;
}

#fullWrap {
	margin: 0px 5px;
	border:0;
	width: 980px;
	padding:0px;
}

#footer {
	clear: both;
	width: 970px;
	margin: 0px 5px;
	padding:0px 5px 5px 5px;
	background:#1b1b1b;
	/*position:absolute;
	bottom:0;*/
	
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


