html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url(assets/images/bg_image.png);
	color: #333333;
}
h1 {
	font-size: 18px;
}
#pageContent {
	min-width: 950px;
	min-height: 570px;
	width: 100%;
	height: 100%;
	/* IE6 width  */
	width: expression(Math.max((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) - 0, 950)+'px');
	height: expression(Math.max((document.documentElement ? document.documentElement.clientHeight : document.body.clientHeight) - 0, 570)+'px');
}
#container {
	width: 690px;
	margin:0 auto;
}
#main {
	width: 400px;
	float:left;
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
}
#rightNav {
	width: 190px;
	float:right;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F2FBFF;
}
