/* CSS Document */

body { background-color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; }
h1 {
	color: #FF0000;
	font-size: medium; 
	text-align: center; }

#container {
	background-color: #8A8A8A;
	margin: auto;
	padding: 3px;
	width: 900px; }
	
#head {
	text-align: center;
	vertical-align: middle;
	width: 100%; }
	
#headnav {
	background-image: url(images/style/hnav.jpg);
	width: 100%; }
.hnav a {
	color: #FFFFFF;
	display: block;
	font-size: medium;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none; }
.hnav a:hover, .hsel a{
	background-image: url(images/style/hnavh.jpg);
	color: #333333;
	display: block;
	font-size: medium;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none; }
	
#content {
	background-image: url(images/style/cbody.jpg);
	float: left;
	min-height: 580px;
	padding: 10px;
	width: 700px; }
.ctitle {
	font-size: medium;
	font-weight: bold;
	color: #FF9900; 
	border-bottom: 1px solid; }
.section {
	font-size: large;
	font-weight: bold; }
.price {
	color: #0000FF;
	font-weight: bold; }
.warning {
	color: #FF0000;
	font-weight: bold;
	font-size: large; }
	
#menu {
	float: right;
	width: 180px; }
.mnav a, .mnav{
	background-image: url("images/style/mnav.jpg");
	color: #333333;
	display: block;
	text-decoration: none;
	font-size: medium; }
.mnav a:hover, .selectedm {
	background-image:   url("images/style/mnavh.jpg");
	font-size: medium; }
	
#foot {
	clear: both;
	color: #FFFFFF;
	font-size: x-small;
	text-align: center;
	width: 100%; }
