/* --------------------------
Global whitespace reset
--------------------------*/
* {
	margin:0;
	padding:0;
}
/*----------------------------------
Cross Browser Standardization
----------------------------------*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }
li, dd, blockquote { margin-left: 40px; }
fieldset { padding:10px; }
option {min-width: 1.5em;}

/*----------------------------------
Common Use
----------------------------------*/
.divclear { font-size: 0; line-height: 0; height: 0; clear: both; }

/*----------------------------------
Site Structure
----------------------------------*/

html,body {
	height:100%;
}

html,body {
	margin:0;
	padding:0;
	height:100%;
}
div#bg {
	width:700px;
	margin-right: auto;
	margin-left: auto;
}

div#container {
	float: left;
	width: 700px;
}
div#wrapper {
	margin-top: 33px;
	float: left;
}
div#header {
	width: 498px;
	float: left;
	height: 152px;
}

div#nav {
	float: left;
	width: 490px;
	height: 28px;
 }
div#content {
	float: left;
	padding-bottom: 1em;
	width: 460px;
}
div#sidebar {
	float: right;
	padding-top: 8px;
	padding-right: 8px;
	width: 191px;
}
div#footer {
	float: left;
	width:698px;
}

