html, body {
	height: 100%;
	}

body {
	background-color: #000;
	min-width: 1024px;
	width: 100%;
	font-family: "Times New Roman";
	color: #F90;
	font-size: 16px;
	line-height: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	}

a:link {
	text-decoration: none;
	color: #0AF;
	}

a:hover {
	text-decoration: none;
	color: #F00;
	}

a:visited {
	text-decoration: none;
	color: #0AF;
	}

a:hover {
	text-decoration: none;
	color: #F00;
	}

h1, h2, h3 {
	font-weight: bold;
	text-align: center;
	}

#top_of_page {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	height: 160px;
	/* border: #00FF00 1px solid; */
	}

#navbar_left {
	float: left;
	width: 100%;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	/* border: #0033FF 1px solid; */
	}

#content_window {
	margin-top: 60px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	/* border: #FF0033 3px solid; */
	}

#gallery_wrapper {
  	width: 920px;
	margin-left: 10%;
	/* border: #FF0 1px solid; */
	}

.prod_image_large {
  	width: 401px;
	height: 400px;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	/* border: #0F6 1px solid; */
	}

.prod_small {
  	width: 401px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	/* border: #0F6 1px solid; */
	}

.prod_detail_large {
	float:right;
	width: 500px;
	height: 400px;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	/* border: #0F6 1px solid; */
	}

.prod_detail_small {
	float:right;
	width: 500px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	/* border: #0F6 1px solid; */
	}

#bottom_of_page {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	/* border: #FFCC00 1px solid; */
	}

.img_space {
	margin: 0px;
	padding: 0px;
	/* border: #FFF 1px solid; */
	}

.list {
	text-align: center;
	}

.lnk img {
	border: none;
	}

.lnk2 {
	border: none;
	margin-right: 20px;
	}

