#Container {
	margin: auto;
	width: 900px;
	border: 1px outset #003366;
	position: relative;
	height: auto;
	z-index: 0;
	background-color: #FFFFFF;
	overflow: auto;
}
#header {
	position: relative;
	height: auto;
	width: 100%;
	z-index: 1;
	background-color: #FFFFFF;
	float: left;
}
#navbar {
	position: relative;
	height: 47px;
	width: 890px;
	padding: 5px;
	z-index: 0;
	float: left;
	background-image: url(images/background_nav.jpg);
	background-repeat: repeat-x;
}
#Main {
	position: relative;
	width: 79%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
#logo {
	position: absolute;
	height: 100px;
	width: 350px;
	left: 10px;
	top: 10px;
	z-index: 1;
}
#bluebar {
	background-color: #003366;
	position: relative;
	height: 15px;
	width: 100%;
	z-index: 0;
	float: left;
}
#footer {
	background-color: #CCCCCC;
	position: relative;
	width: 100%;
	background-image: url(icons/greygradient.jpg);
	background-position: center;
	float: left;
}
#IndexLogin {
	float: left;
	width: 225px;
	position: relative;
	left: 140px;
	background-image: url(icons/greygradient.jpg);
	z-index: 2;
	border: 2px solid #F71F20;
	background-position: bottom;
	top: 50px;
}
#IndexIntro {
	position: relative;
	width: 515px;
	z-index: 2;
	margin: auto;
	float: left;
	padding: 5px;
}

#IndexNews {
	float: right;
	width: 160px;
	position: relative;
	border: 1px solid #CCCCCC;
	padding: 5px;
	z-index: 2;
	background-color: #EEEEEE;
	right: 5px;
}
#IndexPics {
	float: right;
	width: 100px;
	position: relative;
	top: 30px;
	z-index: 1;
	right: 0px;
}
#leftnav {
	float: left;
	width: 19%;
	position: relative;
	padding: 5px;
}
#leftnavCatBox {
	background-color: #FFE6E7;
	float: left;
	width: 160px;
	padding-left: 5px;
	border: 1px solid #EF1C25;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#leftnavBrandBox {
	background-color: #D5FFD5;
	float: left;
	width: 160px;
	padding-left: 5px;
	border: 1px solid #006600;
	position: relative;
	padding-bottom: 5px;
}

