* { margin: 0px; padding: 0px; border: none; }
/*
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
*/

a:link { color: #666666;	text-decoration: underline; } 
a:visited { color: #666666; text-decoration: underline; } 
a:active { color: #666666; text-decoration: underline; } 
a:hover { color: #6699CC; text-decoration: underline; }

/* General Styles
=================================*/

body {
	background:url(../images/bg.gif) repeat;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	min-width: 700px;
	}

.clear {
	clear:both;
	}


/* Layout
=================================*/
.wrapper{
	margin: 20px auto 0px auto;
	width: 664px;
	text-align: left;
	}

	
.top{
	height: 5px;
	background: #FFFFFF url(../images/shadow_top.gif) repeat-y right;
	}

.bg{
	padding: 10px 19px 15px 15px;
	background: #FFFFFF url(../images/shadow_side.gif) repeat-y right;
	}

/* Masthead
=================================*/
.masthead {
	position: relative;
	background-image: url(../images/masthead.gif);
	width: 630px;
	height: 189px;
	}

.masthead p.title {
	font-size: 28px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-transform: uppercase;
	color: #aaaaaa;
	font-weight: bold;
	background-color: #ffffff;
	padding: 0px 8px 2px 0px;
	margin: -5px 0px 0px 0px;
	-moz-border-radius-bottomright: 50px;
	}

.masthead p.artist {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #ffffff;
	padding: 0px 5px 2px 0px;
	font-size: 11px;
	}

.masthead p.artist a {
	color: #ffffff;
	text-decoration: underline;
	}

/*=================================*/

.nav{
	background: #ECECEC;
	height: 19px;
	padding: 1px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
	font-size: 9px;
	text-transform: uppercase;
	}

.container {
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	line-height: 1.6em;
	}

.content {
	float: left;
	margin: 0px -7px 0px -7px;
	padding: 0px 0px 0px 0px;
	line-height: 1.6em;
	}


.bottom{
	background: url(../images/shadow_bottom.gif) no-repeat;
	height: 4px;
	}

.footer, .footer a {
	height: 10px;
	margin: 0px 4px 10px 0px;
	color: #999999;
	text-align: right;
	border: none;
	}


/* Main Content Styling
=================================*/

.about-name {
	color: #666666;
	padding: 0px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	}

.about-title {
	color: #6699CC;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dotted #6699CC;
	width: 305px;
	}

.blogbody, .blogbody2 {
	padding: 0px 8px 20px 8px;
	}

.blogbody img {
	float: left;
	padding: 3px 10px 0px 0px;
	}

.blogbody2 img {
	float: right;
	padding: 3px 0px 0px 10px;
	}

p.header {
	color: #68828b;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dotted #68828b;
	}
	
p.header2 {
	color: #68828b;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dotted #68828b;
	}
	
div.cart {
	position: relative;
	left: 457px;
	margin: 0px 0px 10px 0px;
	}
	
/* *********************************************************************** */
/* GLOBAL TAG DEFINITIONS                                                  */
/* *********************************************************************** */

img {
	border-style: none;
	}

div.clear {
	position: relative;
	overflow: hidden;
	clear: both;
	height: 1px;
	}

/* PRODUCT CATALOG                                                         */
/* *********************************************************************** */
.product {
	position: relative;
	left: 0px;
	float: left;
	margin: 5px 7px 12px 7px;
	padding: 0px 0x 0px 0px;
	width: 145px;
	}

.product a {
	display: block;
	text-decoration: none;
	text-align: center;
	border: none;
	}

.product a img {
	display: block;
	text-align: center;
	}

.product a .name {
	display: block;
	text-decoration: underline;
	padding: 4px 0px 3px 0px;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
	}
	
.product .price {
	display: block;
	text-align: center;
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	}

.product .price a:hover {
	text-decoration: underline;
	color: #336699;
	}
