html {
	min-width: 800px;
}

#topbar
{
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
}
#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#copynotice
{
	margin: 10px;
	clear: both;
	text-align: center;

}

body {
	background: #525252 url("/images/bgcolor.gif") fixed repeat-x top left;
	color: #fff;
	margin:0;
	padding:0;
	font:x-small/1.5em Georgia,Serif;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:small;
} html>body {font-size:small;}

a { color: #eee; }
a:hover { color: #eee; }
a:active { color: #fff; }

p { line-height: 140%; }

#contents {
	margin-top: 100px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #eee;
	padding: 1.5em;
	background: #333;
	border: 1px solid #525252;
}

#adminmenu ul, #adminmenu li{
	list-style:none;
	float: left;
}
#adminmenu a{
	text-decoration: none;
}


/******************************
*	Menu
*******************************/
#header {
	position: absolute;
	top: 50px;
	left: 0px;
	float:left;
	width:100%;
	background:#DAE0D2 url("/images/bg5.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
}
#header ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#header li {
	display: inline;
	margin: 0;
	padding: 0;
}
#header a {
	float:left;
	background:url("/images/left_both.gif") no-repeat left top;
	margin: 0 5px 0 0;
	padding: 0 0 0 9px;
	border-bottom:1px solid #525252;
	text-decoration: none;
}
#header a span {
	float: left;
	display:block;
	background:url("/images/right_both.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	font-weight:bold;
	color:#aaa;
	white-space:nowrap;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */

/* #header > ul a {width:auto;} */

#header a:hover span{
	color:#eee;
}
#header #current a {
	background-position:0 -150px;
	border-width:0;
}
#header #current a span{
	background-position:100% -150px;
	padding-bottom:5px;
	color:#eee;
}
#header a:hover {
	background-position:0% -300px;
	color:#fff;
}
#header a:hover span{
	background-position:100% -300px;
}






/******************************
*	Lists
*******************************/
#categories, #photos {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #eee;
}
#categories li, #photos li {
	list-style-type: none;
	float: left;
	padding: 8px;
	width: 216px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
}
#categories li a img, #categories li a:visited img, #photos li a img, #photos li a:visited img {
	display: block;
	padding: 3px;
	height: 125px;
	width: 125px;
	border: 1px solid #999999;
}
#categories li a:hover img, #photos li a:hover img {
	background-color: black;
	border: 1px solid white;
}
#categories li small, #photos li small {
	display: block;
}

#photo{
	text-align: center;
}



/***********
*	Shopping cart
************/

.cartitem{
	clear: both;
	padding: 5px;
}
.cartleft{
	float: left;
	padding: 5px;
}
.cartright{
	float: left;
	padding: 5px;
}
.cartremove{
	clear:both;
	padding: 5px;
}
#carttotal, #cartmenu{
	border: 1px solid #888888;
	background-color: #525252;
	padding: 5px;
	float: left;
}
#aboutmepic {
	float: right;
	border: 0;
	margin: 5px;
	padding: 0px;
}
