* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #900;
	background-image: url(../images/bg_tile.gif);
}

a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img.imgLeft {
	float: left;
}
img.imgRight {
	float: right;
}

#layout {
	background: #fff;
	border: 1px solid #000;
	width: 750px;
}
#header {
	text-align: center;
	border: 1px solid #000;
}
#subheader {
	text-align: center;
	font-size: 12px;
}
#content {
	padding-bottom: 25px;
}
#cart {
	border: 2px solid #900;
	border-left: none;
	border-right: none;
	text-align: right;
	vertical-align: middle;
}
#cart a {
	font-weight: bold;
	font-size: 12px;
	color: #900;
	text-decoration: none;
}

#menu {
	display: block;
	border: 1px solid #900;
	border: 1px solid #306;
	border-left: none;
	border-right: none;
}
#menu a {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background: #900;
	color: #ECE036;
	display: block;
	text-decoration: none;
	border: 2px solid #ccc;
	border-color: #ccc #ccc #333 #333;
	width: 140px;
	padding:3px inherit 3px;
}
#menu a:hover {
	display: block;
	background: #ECE036;
	color: #900;
}
#bottomlinks, #footer {
	color: #555;
	border-top: 2px solid #900;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}
#bottomlinks a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
#bottomlinks a:hover {
	text-decoration: underline;
}
#designedby {
	text-align: center;
	font-size: 10px;
	color: #999;
}
#designedby a {
	color: #fc0;
	font-weight: bold;
}

h1 {
/*
	color: #900;
	border: 2px solid #000;
	background: #ECE036;
	text-align: center;
	font-style: italic;
	width: 80%;
	margin: 10px 10% 10px auto;
*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-image: url(../images/h1_bg.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 52px;
	text-align: center;
	margin: 10px 75px 10px auto;
}

h3 {
	color: #900;
	font-style: italic;
	margin: 0px 0px 0px 10px;
}

a img {
	margin: 5px;
	border: 3px double #900;
}

table.cellHL {
	border: 4px double #900;
	vertical-align: top;
}
p.fancy:first-letter {
	color: #900;
	font-size: x-large;
	font-weight: bold;
}
