body {
	background-color: #525252;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

head {
	background-color: #525252;
	color: #ffffff;
}

/* main box for top header */

#mainbox {
	padding: 1em;
	width: 90%;
	float: right;
	top: 1em;
}

/* contians the center box for the store pages */

#allitems {
	padding: 1em;
	width: 90%;
	float: right;
	top: 2em;
}

#allitems table {
	border-bottom: 1px solid red;
	margin: 10px 0px 0px 0px;
}

#maintop {
	width: 700px;
	position: absolute;
	top: 130px;
	left: 180px;
}

#top {
	width: 700px;
	position: absolute;
	top: 150px;
	left: 150px;
}

#topbar {
	background-color: #525252;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;

}

#header {
	width: 700px;
	left: 200px;
	margin: 1em;
	background-color: #525252;
	padding: 0px 0px 0px 150px;
}

/* holds and positions the date */

#dated {
	float: right;
	margin-right: 40px;
	width: 100px;
	padding-top:50px;
}

/* make the red line */

#spacer {
	width: 700px;
	height: 9px;
	background-color: red;
	margin-top: 5px;
}

/* positions the menu */

#menu {
	margin-top: 3px;
	width: 700px;
}

a {
	color: red;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
}

ul {
	color: white;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.7em;
}

/* Navigation holder */

#navigation	{
	position: fixed;
	left: 0;
	top: 140px;
	width: 150px;
	background-color: #525252;
	height: 100%;
	padding-left: 20px;

}

/* Makes a gray box down the left side */

#graybox	{
	position: absolute;
	left: 0;
	top: 140px;
	width: 150px;
	background-color: #525252;
	height: 12in;
	padding-left: 20px;
}

#msdsgroup a {
	text-decoration: none;
	color: white;
	font-family: Futura;
	font-size: 1em;
}

#navigation a {
	color: white;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.0em; 
}

#categories a {
	font-family: Futura;
	font-size: 1.5em;
	text-decoration: none;
	color: white;
}

#categories td {
	padding: 0px 40px 0px 0px;
}

#msdsgroup a:hover {
	color: red;
}

#navigation a:hover {
	color: red;
}

#categories a:hover {
	color: red;
}

/* Various center boxes */

#categories {
	position: relative;
	width: 80%;
	margin-left: 15px;
}

#msdsgroup {
	position: absolute;
	top: 121px;
	text-align: center;
	z-index: inherit;
	width: 720px;
	padding: 1px;
	left: 170px;
	height: 1048px;
}

#footer {
	z-index: inherit;
	float: none;
	position: absolute;
	text-align: center;
	width: 99%;
	clear: none;
	left: 150px;
	bottom: 1px;
}
#topbar #PPheader {
	text-align: center;
}
.Name {
	font-size: 36px;
	text-align: center;
	position: absolute;
	left: 312px;
	top: 38px;
}
#msdsgroup .Section1 .MsoNGreen a:hover{
	color: #390;
}

