body {
	margin					: 0;
	padding					: 0;
	background-color		: inherit;
	color					: rgb(64,64,64);
	font					: 11px verdana, helvetica, arial, sans-serif;
	line-height				: .8em;
}

h1, h2, h3, h4 {
	font-size				: 11px;
}

td {
	vertical-align			: top;
}


a {
	text-decoration			: none;
}
a:link {
	color					: rgb(0,0,127);
	background-color		: inherit;
	text-decoration			: none;
}
a:visited {
	color					: rgb(0,0,127);
	background-color		: inherit;
	text-decoration			: none;
}
a:hover {
	color					: black;
	background-color		: rgb(220,220,220);
	text-decoration			: none;
}
a:active {
	color					: black;
	background-color		: white;
	text-decoration			: none;
}



#head {
	text-align				: right;
	margin					: .2em .2em 0 .2em;
}

.unimportant {
	background-color		: inherit;
	color					: rgb(150,150,150);
}

img {
	border					: 0;
}

img#siteid {
	float					: left;
}

.box {
	background-image		: url("/shop/border_box.gif");
	background-repeat		: repeat-y;
	background-color		: rgb(255,255,153);
	width					: 150px;
	border-bottom-style		: solid;
	border-bottom-width		: 1px;
	border-bottom-color		: rgb(255,204,0);
}

div#global-navigation {
	background-image		: url("/shop/border.gif");
	background-repeat		: repeat-y;
	background-position		: bottom;
	background-color		: rgb(255,255,228);
	padding					: .3em 0 0 0;
	width					: 150px;
	height					: 250px;
}

#global-navigation h2 {
	margin					: 1em 1em 1em .5em;
	background-color		: inherit;
	color					: rgb(51,51,51);
}

#global-navigation ul {
	margin					: 4em 0 4em 0;
	list-style-type			: none;
	padding					: 0;
}
#global-navigation li {
	margin					: 1em 0 1em 0;
}

#global-navigation a {
	display					: block;
	padding		: 2px 10px 2px 10px;
}

#global-navigation a:link {
	color					: rgb(61,61,61);
	background-color		: inherit;
	text-decoration			: none;
}
#global-navigation a:visited {
	color					: rgb(61,61,61);
	background-color		: inherit;
	text-decoration			: none;
}
#global-navigation a:hover {
	color					: rgb(61,61,61);
	background-color		: rgb(255,204,0);
	text-decoration			: none;
}
#global-navigation a:active {
	color					: rgb(61,61,61);
	background-color		: rgb(255,255,153);
	text-decoration			: none;
}

