.left {float: left;}
.clr {clear: both;}

* { margin: 0; padding: 0; }

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial black;
	font-weight: bold;
	font-size: 14pt;
}

a:hover {
	color: yellow;
	background: black;
}

#main_container {
	margin: 0px auto;
	width: 773px;
	height: 754px;
	background: url("../images/main_bg.jpg") no-repeat;
}

/*#buttons, #top_section, #bottom_section, #contact_info, #colophon {
		background: blue;
		opacity: 0.5;
		filter: alpha(opacity = 50);
}

#content_area {
	background: green;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}*/

#content_area {
	width: 773px;
	height: 405px;
	padding-top: 185px;
	overflow: hidden;
}

#buttons {
	width: 173px;
	height: 45px;
	padding-left: 60px;
	margin-top: 320px;
}

#add_to_cart {
	height: 45px;
}
#view_cart {
	padding-top: 20px;
	height: 45px;
}

#product_info {
	margin-left: 50px;
	width: 468px;
	height: 390px;
}

#top_section {
	width: 468px;
	height: 341px;
	font-size: 14pt;
}

#top_section ul {
	margin-left: 20px;
}

#top_section li {
	padding-bottom: 3px;
}

#bottom_section {
	width: 468px;
	height: 49px;
	padding-left: 22px;
	padding-top: 15px;
	color: white;
}

#bottom_section a {
	color: white;
}

#bottom_section a:hover {
	color: yellow;
}

#footer {
	margin: 0px auto;
	padding-top: 21px;
	width: 734px;
	height: 115px;
}

#contact_info {
	width: 730px;
	height: 36px;
	border: 2px solid black;
	background: white;
	text-align: center;
	line-height: 36px;
}

#colophon {
	margin-top: 10px;
	width: 734px;
	height: 60px;
	text-align: center;
	font-weight: normal;
	font-size: 13pt;
}

#colophon a {
	color: black;
}

#colophon a:hover {
	color: yellow;
}

/*********************/

#more_info_container {
	width: 773px;
	margin: 0px auto;
}

#header {
	width: 773px;
	height: 178px;
	background: url("../images/more_info_header.png");
}

#more_info_content {
	width: 769px;
	border: 2px solid black;
	height: 300px;
}