/* CSS Document */
html {
	background:#CCCC99;
}
body { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	margin:0; padding:0;
	text-align:center; /* for older browsers to center the site*/
	background:url(images/brown_rep.gif) center repeat-y;
}
img {
	border:0;
}
a {
	font-weight:bold;
	color:#cccc99;
}
a:hover, #content a:hover {
	color:#003333;
}
#content a {
	color:#660000;
}
p {
	height:1%;
}
h1 {
	font-size:125%;
	height:1%;
}
#container {
	width:796px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/top_curved.gif) no-repeat;
}
h1#logo {
	margin:0; padding:20px 0;
	color:#FFF;
	background:url(images/lions.gif) 50px 15px no-repeat;
}
h1#page_header {
	margin:0; padding:0;
	color:#003333;
}
#left_stuff h1 {
	font-size:85%;
	margin:0; padding:0;
}
ul#nav {
	text-decoration:none;
	list-style-type:none;	
	margin:0; padding:0;
	font-style:italic;
	height:28px;	
	border-bottom:1px solid #003333;
}
#nav li {
	display:inline;
	color:#CCCC99;
}
#nav li a {
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	padding:.4em 10px .4em 20px;
}
#nav li a:hover, #nav li.on a { 
	background:url(images/brown_swirl.gif) 2px no-repeat;
	color:#FFFFCC;
}
ul#footer {
	padding:0; margin:0;
	height:46px;
	background:url(images/footer_curve.gif) left no-repeat;
}
ul#footer, ul#footer a {
	text-decoration:none; 
	font-weight:bold;
	color:#CCCC99;
	list-style-type:none;
}
ul#footer li { float:left; margin:1em 0 0 10px; }
ul#footer li#since { float:right; margin-right:15px; }
#content {
	background:url(images/content_repeater.gif) repeat-y;	
	border-bottom:1px solid #003333;
	text-align:left;
	color:#CCCC99;
	padding:20px;
}
#content img.shadow { 	border-left:1px solid #663333; 	border-right:1px solid #333333; 	border-bottom:1px solid #333333;	} /* give img shadow */
#content ul {  }
#content ul li {	margin:.5em 25px 0 0; }
img.right{
	float:right;
	margin:2px 15px 2px 15px;
	border-right:0;
	clear:right;
}
p.right {
	color:#330000;
	margin:18px 15px 15px 5px;
	float:left;
}
div.rightthing {
	width:350px;
	float:right;
	margin:0;
}
div.clear {
	clear:both;
	height:1%;
}
div#left_stuff {
	width:130px;
	text-align:center;
	float:left;
	margin-right:20px;
}
#left_stuff img {
	margin:10px 3px 0;
}
div.move_left {
	margin-left:80px;
}
#left_stuff.home {
	width:110px;
}
#content.products p, ul {
	margin-left:40px;
}
li#tag {
	display:block;
	padding-top:4px;
}
p.tiny {
	font-size:80%;
}
#left_stuff.home img {
	padding:4px;
}
#left_stuff.home a:hover img {
	background:none;
}
#left_stuff img {
	padding:4px;
}
#left_stuff a:hover img {
	background:#663300;
}
a.cl {
	background:#CCCC99;
	display:block;
	color:#663300;
	font-size:80%;
	padding:.5em;
}
div.lightbox {
	padding-top:10px;
	padding-left:10px;
}
div.lightbox img {
    padding:4px;
	margin:3px;
	border:1px solid #666633;
}