@charset "utf-8";
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	margin: 0px;
	padding: 5px;
}
body {
	background-color: #400040;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #90F;
	text-decoration: underline;
}
a:active {
	color: #90F;
}


.page {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bgnd.png);
}
.page .container{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/leftmnubgd.png);
}
.page .container .header{

}
.page .container .header .navbar  {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/navbar.gif);
}

.page .container .header #img{
	height: auto;
	width: 960px;
}

.page .container .LeftCol {
	float: left;
	width: 200px;
	text-align: center;
	font-size: 9px;
}
.page    .container .LeftCol .menuL {
	text-decoration: none;
	text-align: center;
	padding-right: 10px;
}

.page .container .LeftCol .menuL ul {
	list-style-type: none;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.page .container .LeftCol .menuL ul a:link {
	list-style-type: none;
	text-align: left;
}
.page .container .LeftCol p {
	font-size: 9px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.page .container .LeftCol #CartInfo {
	text-align: center;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.page .container .LeftCol #Checkout {
	background-color: #000;
	text-align: center;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page .container .LeftCol #stuff {
	background-color: #000;
	text-align: center;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}






.page .container .MainBody {
	margin-left: 200px;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 12px;
	padding: 0px;
	background-image: url(../images/bodygrnd.png);
}
.page .container .MainBody #Info {
	text-align: center;
	padding: 5px;
}
.page .container .MainBody h1 {
	color: #CCC;
	font-size: 18pt;
	text-align: center;
	margin-top: 0px;
	padding: 5px;
	margin-bottom: 0px;
}
.page .container .MainBody p {
	padding: 5px;
	color: #CCC;
}






.page .container .footer {
	color: #CCC;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 0px;
	background-image: url(../images/navbar.gif);
}
h2 {
	padding: 5px;
	font-size: 14px;
}

