#main {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	}

#content {
	background-color: #ffffcc;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	margin-top:15px;
	clear:both;
}

#footer {
	clear:both;
}

div.product {
	background-color: #ffffdf;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	border:1px solid #C1C4FE;
}

div.product img {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #000000;
}

div.clearer {clear: left; line-height: 0; height: 0;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top:0px;
	padding-bottom:5px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: bold;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	font-size: 16px;
	font-style: bold;
	font-weight: bold;
	color: #cc0000;
	padding-bottom:3px;
}



h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

a:link, a:visited {
	color : #cc0000;
}

 a:hover, a:active {
	color : #990000;
}

li, ul, ol {
	list-style-type : square;
	list-style-position: inside;
}

hr {	
	color : #999999;
	height : 1px;
	margin : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
	}
	
/* Nav */

#nav {
	padding-bottom:5px;
	color:#000000;
	background-color: #cccccc;
	height:14px;
	}

.menuitems {
font-size:14px;
list-style-type:none;
margin:1px;
padding:0px;
}

.menuitems a {
color:#000000;
padding-left:5px;
padding-right:10px;
padding-bottom:2px;
text-decoration:none;
}

.menuitems a:hover {
color:#ffffff;
background-color: #cc0000;
text-decoration:none;
}

.menuitems li {
background-color:#cccccc;
display:inline;
float:left;
}