body
{
	margin: 0;
	background: #1c0e0a url('pic/layout/bg.gif') repeat-x top left;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}
form
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0px solid;
}
/*----------- SITE BODY -----------*/
#header
{
	width: 766px;
	height: 230px;
	background: transparent url('pic/layout/header.jpg') no-repeat top left;
	margin: 0 auto;
	position: relative;
}
#main
{
	width: 743px;
	background: transparent url('pic/layout/main_bg.gif') repeat-y top left;
	margin: 0 auto;
	padding-left: 23px;
	text-align: left;
	position: relative;
}
#footer
{
	width: 740px;
	height: 53px;
	background: transparent url('pic/layout/footer.jpg') no-repeat top left;
	margin: 0 auto;
	text-align: right;
	padding-top: 25px;
	padding-right: 26px;
	position: relative;
}
/*----------- LINKS -----------*/
a, a:link, a:visited
{
	color: #aa7777;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{
	color: #cc8888;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}
/*----------- SITE MENU -----------*/
#menu
{
	width: 170px;
	background: transparent url('pic/layout/menu.jpg') no-repeat top left;
	position: relative;
}
#menu a, #menu a:link, #menu a:visited
{
	width: 170px;
	height: 31px;
	display: block;
	background-color: transparent;
}
#menu a.about:hover { background: transparent url('pic/layout/menu.jpg') no-repeat -170px 0px; }
#menu a.news:hover { background: transparent url('pic/layout/menu.jpg') no-repeat -170px -31px; }
#menu a.gallery:hover { background: transparent url('pic/layout/menu.jpg') no-repeat -170px -62px; }
#menu a.contact:hover { background: transparent url('pic/layout/menu.jpg') no-repeat -170px -93px; }
#menu a.store:hover { background: transparent url('pic/layout/menu.jpg') no-repeat -170px -124px; }
#menu a.artists:hover { background: transparent url('pic/layout/menu.jpg') no-repeat -170px -155px; }
#menu_footer
{
	width: 170px;
	height: 35px;
	background: transparent url('pic/layout/menu.jpg') bottom left;
	position: relative;
}
#menu_artists
{
	width: 160px;
	background: transparent url('pic/layout/rollout_bg.gif') top left;
	color: #ccaaaa;
	padding: 5px;
	display: none;
	position: relative;
}
#menu_artists a, #menu_artists a:link, #menu_artists a:visited
{
	display: inline;
	color: #aa7777;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#menu_artists a:hover
{
	color: #bb8888;
}
/*----------- SITE CONTENT -----------*/
#content
{
	padding-left: 5px;
	position: relative;
}
#section
{
	width: 530px;
	height: 34px;
	background: transparent url('pic/layout/section_bg.gif') no-repeat top left;
	padding-left: 15px;
	padding-top: 5px;
	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
	position: relative;
}
#middle
{
	width: 515px;
	background: transparent url('pic/layout/content_bg.gif') repeat-y top left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
#content_footer
{
	width: 545px;
	height: 13px;
	background: transparent url('pic/layout/content_footer.gif') no-repeat top left;
	position: relative;
}
/*----------- BOXES -----------*/
div.box
{
	width: 515px;
	background: transparent url('pic/layout/box_bg.gif') repeat-y top left;
	position: relative;
}
div.box_top
{
	width: 495px;
	min-height: 50px;
	_height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	background: transparent url('pic/layout/box_top.gif') no-repeat top left;
	position: relative;
}
div.box_top span.header
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}
div.box_top span.subheader
{
	font-family: Arial;
	font-size: 10px;
	color: #ffff00;
	font-weight: bold;
}
div.box_footer
{
	width: 515px;
	height: 20px;
	background: transparent url('pic/layout/box_footer.gif') no-repeat top left;
	position: relative;
}
/*----------- BUTTONS -----------*/
span.btn
{
	height: 16px;
	background: url('pic/layout/btn_r.gif') top right no-repeat;
	float: left;
	position: relative;
	margin-right: 4px;
}
span.btn a, span.btn a:visited, span.btn a:link
{
	display: block;
	height: 15px;
	padding: 1px 5px 0px 6px;
	margin-right: 1px;
	background: url('pic/layout/btn_l.gif') top left no-repeat;
	line-height: 12px;
	color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	*display: inline-block;
}
span.btn a:hover
{
	font-family: Arial;
	background-position: 0 -16px;
	position: relative;
	color: #ffffff;
	cursor: pointer;
}
/*----------- FLOAT DIVS -----------*/
div.float_l
{
	float: left;
}
div.float_r
{
	float: right;
}
div.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}
/*----------- SPANS -----------*/
span.storeproduct
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #dd5555;
}
span.news_header
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffff77;
}
span.news_subheader
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #ff7777;
}
span.red
{
	color: #aa5555;
}
span.error
{
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #aa5555;
}
/*----------- IMAGES -----------*/
img.gallerythumb
{
	border: #664444 1px solid;
}
img.gallerypic
{
	border: #664444 2px solid;
}
img.userpic
{
	border: #aa6666 1px solid;
}
img.storethumb
{
	border: #775555 2px solid;
}
img.storepic
{
	border: #775555 1px solid;
}
/*----------- INPUTS/TEXTAREAS -----------*/
textarea
{
	width: 485px;
	height: 200px;
	background-color: #bbaaaa;
	border: #778888 1px solid;
	font-family: Verdana;
	font-size: 10px;
}
select
{
	background-color: #bbaaaa;
	border: #778888 1px solid;
	font-family: Verdana;
	font-size: 10px;
}
input
{
	width: 485px;
	background-color: #bbaaaa;
	border: #778888 1px solid;
	font-family: Verdana;
	font-size: 10px;
}
input.checkbox
{
	width: 15px;
	height: 15px;
}
input.login
{
	width: 160px;
	background-color: #bbaaaa;
	border: #778888 1px solid;
	font-family: Verdana;
	font-size: 10px;
}
input.orderinput
{
	width: 230px;
	background-color: #bbaaaa;
	border: #778888 1px solid;
	font-family: Verdana;
	font-size: 10px;
}
/*----------- TABLES -----------*/
td.news_header
{
	padding-top: 5px;
}
td.news_content
{
	border-bottom: #aaaa00 1px solid;
}
td.links
{
	width: 235px;
	padding: 2px;
	vertical-align: top;
}
td.linksrow
{
	font-size: 0px;
	height: 2px;
	border-bottom: #664444 1px solid;
}
td.gallery
{
	padding: 5px;
	width: 150px;
	text-align: center;
}