body {
	background-color: #FFFFFF;
}

#homepageBackground {
	position: absolute;
	visibility: show;
	z-index: 0;
	top: 0px;
	left: 0px;
}

#sidebar {
	position: absolute;
	visibility: show;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 165px;;
	height: 150%;
	background-color: #FF0000;
}

#partners {
	position: absolute;
	visibility: show;
	z-index: 2;
	top: 440px;
	left: 15px;
}

#topbar {
	position: absolute;
	visibility: show;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background-color: #000000;
}

#image {
	position: absolute;
	visibility: show;
	z-index: 4;
	top: 50px;
	left: 33px;
}

#body {
	position: absolute;
	visibility: show;
	z-index: 5;
	top: 175px;
	left: 200px;
	width: 450px;
}

#logo {
	position: absolute;
	visibility: show;
	z-index: 6;
	top: 45px;
	left: 615px;
}

#nav {
	position: absolute;
	visibility: show;
	z-index: 7;
	top: 200px;
	left: 30px;
}

#categories {
	position: absolute;
	visibility: show;
	display: block;
	z-index: 8;
	top: 420px;
	left: 15px;
	width: 134px;
	background-color: #FFFFFF;
}

#cart {
	position: absolute;
	visibility: show;
	z-index: 9;
	top: 175px;
	left: 625px;
}

.bodyContent {
	display: block;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.categories {
	display: block;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding-left: 45px;
	padding-bottom: 0px;
}

a:link, a:active, a:visited {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.formLabel {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align: left;
	width: 400px;
	margin-bottom: 0px;
}

.formInput {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align: left;
	width: 400px;
	margin-bottom: 5px;
}

.textInput {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
	width: 300px;
	margin-bottom: 0px;
}

.textAreaInput {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
	width: 300px;
	height: 150px;
	margin-bottom: 0px;
}