body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 101%;
	color: #333333;
	margin: 0 0 30px 0;
	padding: 0;
	min-width: 980px;
}

#masthead {
	margin-left: 6px;
}

#cartbox{
	float:right;
	padding:0px 0px 15px 15px;
}

h1 {
	font-size: .75em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 24px 0;
	padding: 6px 0 6px 30px;
}

#wrapper #maincontent #borderpic {
	/*border: double #8a0000;
	padding: 5px;*/
	background: #ffffff;
	margin: 10px;
}
#masthead a, #masthead a:visited, #skipnav a, #skipnav a:visited {
	color: #E2DFCD;
	text-decoration: none;
}
#masthead a:hover, #masthead a:active, #masthead a:focus,
#skipnav a:hover, #skipnav a:active, #skipnav a:focus {
	color: #FFFFFF;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background-image: url(../images/maincontent_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#topBar {
	width: 980px;
	height: 100px;
	background-image: url(../images/topbar_bg.jpg);
	background-repeat: no-repeat;
	background-color: #656565;
	text-align: right;
}
#maincontent {
	float: left;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: justify;
	width: 565px; /*565+25+25=615*/
	padding: 16px 25px 0 25px;
}

a:link, a:visited {color: #8a0000; text-decoration:none;}
a:hover, a:active, a:focus {color: #ff0000; text-decoration:underline;}

#sidebar {
	width: 175px; /*175+5+5=185 rendered*/
	float: left;
	padding: 5px 0px 0px 5px;
	font-size: .7em;
}
#newsbar {
	width: 175px; /*175+5+5=185 rendered*/
	float: left;
	padding: 5px 0px 0px 5px;
	font-size: .7em;
}
#maincontent p, #sidebar p {
	margin: 0 0 16px 0;
}
#bottomBevel {
	width: 980px;
	height: 50px;
	clear: both;
	text-align: right;
	background-image: url(../images/bot_bg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
}
#bottomBevel a {color: #333333;}
h2#nav, h2#first {margin: 0 0 8px 0;}
h2, h3 {
	margin: 10px 0 5px 0;
	font-size: 1.4em;
	text-transform: capitalize;
}
h3 {
	font-size: 1.2em;
	color: #8a0000;
}

#navlist {
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
}
#navlist li {
	list-style-type: none;
	margin: 0;
}
#navlist a:link, #navlist a:visited {
	text-decoration: none;
	background-color: #8A0000;
	color: #ffffff;
	display: block;
	padding: 2px 5px;
	border: 1px solid #FFFFFF;
	border-top: 0;
}
#navlist a:hover, #navlist a:active, #navlist a:focus {
	background-color: #000000;
	color: #FFFFFF;
}
#footer {
	width: 980px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #A5A396;
	padding: 6px 0 0 0;
}
#footer p {margin: 0 0 8px 0;}
#footer a:link {color: #D3C7AD;}
#footer a:visited {color: #CABB9B;}
#footer a:hover, a:active, a:focus {color: #A0A6B8;}
#wrapper #newsbar p{
	font-size: 80%;
	text-align: center;
}
#wrapper #newsbar img {
	background-color: #FFFFFF;
	width: 90px;
	/*border: double;
	border-color: #8a0000;*/
	padding: 5px;
}
#wrapper #newsbar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #maincontent #borderpic {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.display_proper{
	text-transform:capitalize;
}
