/*CSS for adjustHeight()*/
@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
}

#body {
	position: relative;
	/*width: 800px;*/
	margin: 0 auto;
	text-align: left;
	min-height: 300px;
	background-color: #FFFFFF;
	background-image: url(../../images/gradientBody.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#navSeparator {
	position: relative;
	width: 1px;
	margin: 0 auto;
	/*min-height: 150px;*/
	background-color: #CCCCCC;
	background-position: bottom;
}