body {
	font-family: Georgia, Times, serif;
	font-size: 8pt;
	color: rgb(110,111,114);
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#bodyBlock {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 1000px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	text-align: left;
	background-color: #f3f2f3;
	background-repeat: repeat;
}
	
	div#bodyBlock div#topborder {
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		width: 1000px;
		min-height: 700px;
		height: auto !important;
		height: 700px;
		padding: 0;
		margin: 0;
		background-position: top;
		background-repeat: no-repeat;
		background-color: transparent;
	}
	
	div#bodyBlock div#rightborder {
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		width: 1000px;
		min-height: 700px;
		height: auto !important;
		height: 700px;
		padding: 0;
		margin: 0;
		background-position: top right;
		background-repeat: no-repeat;
		background-color: transparent;
	}
	
	div#bodyBlock div#bottomborder {
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		width: 1000px;
		min-height: 700px;
		height: auto !important;
		height: 700px;
		padding: 0;
		margin: 0;
		background-position: bottom;
		background-repeat: no-repeat;
		background-color: transparent;
	}
	
	div#bodyBlock div#leftborder {
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		width: 1000px;
		min-height: 700px;
		height: auto !important;
		height: 700px;
		padding: 0;
		margin: 0;
		background-position: top left;
		background-repeat: no-repeat;
		background-color: transparent;
	}

#vccLogo {
	position: absolute;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 241px;
	height: 237px;
	z-index: 1;
}

ul#navbar {
	position: absolute;
	top: 385px;
	left: 95px;
	margin: 0;
	padding: 0;
	width: 110px;
	z-index: 2;
	list-style-type: none;
}
	
	ul#navbar li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

a#viewCartButton {
	position: absolute;
	color: rgb(110,111,114);
	font-size: 11pt;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-style: italic;
	text-decoration: none;
	top: 660px;
	left: 95px;
	width: 100px;
	text-align: right;
	z-index: 3;
	display: block;
}
	
	a#viewCartButton:hover {
		color: #e20000;
	}

div#footer {
	position: relative;
	float: right;
	right: 10px;
	bottom: 2px;
	z-index: 10;
}

	div#footer p {
		font-family: Georgia, Times New Roman, Times, Serif;
		font-size: 8pt;
		font-style: italic;
		color: rgb(160,161,164);
		margin: 0;
		padding: 0;
	}
	
	div#footer p a {
		color: rgb(110,111,114);
		text-decoration: none;
	}
	
		div#footer p a:hover {
			color: #e20000;
		}

div.clearBlock {
	display: none;
		}
/*li#archive {
	display: none;
		}
*/
