body {
	background-color: #323232;
	color: #ffffff;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_border {
	border-color: #5E5556;
	border-style: solid;
	border-width: 0px 1px;
	width: 822px;
}
/* LINKS: All Content Note: Font weight refers to bold */

a:link, a:visited {
	color:#ffffff;
	font-weight:none;
	text-decoration:none;
}
a:active {
	color:#ffffff;
	font-weight:none;
	text-decoration:none;
}
a:hover {
	color:#007cff;
	font-weight:none;
	text-decoration:none;
}

.menu_spacer {
	padding-right: 5px;
}

/* Check Overflow Commands - Content Must Not be Wider than 822px or the layout will become distorted */
.content_box1 {
	background-color: #000000;
	border-color: #5E5556;
	border-style: solid;
	border-width: 0px 1px;
	padding: 5px 8px;
	width: 822px;
	max-width: 822px;
	overflow: scroll;
}
.footer_inner1 {
	border-color: #5E5556;
	border-style: solid;
	border-width: 0px 1px;
}
.footer_inner2 {
	padding: 1px 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url('images/footerp2bg.jpg');
	background-repeat: repeat-x;
}

/* Floating Box: Content floats to side designated + text/other content wrap around it. Use margin to indicate spacing desired */
/* Content lines up horizontally [top edge floats from the line the content is in the html] */
.content_float_right {
	float:right;
	margin: 5px 0px 5px 5px;
}

.content_float_right2 {
	float:right;
}

.info_box {
	background-color: #000000;
	border-color: #5E5556;
	border-style: solid;
	border-width: 1px 1px;
	padding: 2px 2px 2px 2px;
	font:Arial, Helvetica, sans-serif;
}

.shop_inner1 {
	padding: 2px 2px;
}


