@charset "utf-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color:#da1914;
	}
p {
	font-size:17px;
	margin:0;
	padding:0;
	color:#fff;
	}
p a {
	color:#fff;
	text-decoration: underline;
	}
p a:hover{
	color:#da1914;;}

h1{
	color:#fff;
	font-size:20px;
	color:#B3C61F
	padding:5px;
	margin:0;
	}
h2{
	color:#fff;
	font-size:14px;
	padding:5px;
	margin:0;
	}

ul {
	margin: 0;
	padding: 0;
	}	
li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	}	


#pagewrap {
	position: relative;
	margin: 0 auto;
	width: 945px;
	background-image:url(../images/pagewrap-bg.png);
	background-repeat:repeat-y;
	height:100%;
	}
#pagewrap-inner{
	background-color:#000000;
	margin:0 5px;
	margin-top:2px;
	width:933px;
	height:100%;
	}
#top-border{
	background-image: url(../images/border-top.png);
	background-repeat:repeat-x;
	width:943px;
	height:6px;
	}
#header{
	width:920px;
	height:124px;
	margin-left:8px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	display:block;
	}
#content-container{
	margin-top:30px;
	}
#content-left {
	float: left;
	background-image:url(../images/left-bg.png);
	background-repeat:no-repeat;
	background-position:top;
	width:437px;
	height:434px;
	display:block;
	padding:199px 30px 40px 69px;
	}	
#content-right {
	float: right;
	width:350px;
	}		
#shop{
	background-image:url(../images/kitty.png);
	background-repeat:no-repeat;
	background-position:left;
	width:350px;
	height:200px;
}
.clear {
	clear: both;
	width: 100%;
	display: block;
	}	
#content-footer{
	width:905px;
	padding-left:30px;
	height:36px;
	color:#84b413;
	font-size:18px;
	}
#content-footer a {
	color:#2b98ad;
	text-decoration:none;}
#content-footer a:hover{
	color:#CC6600;}

a#shopnow {
	background-image: url(../images/etsy.png);	
	width:156px;
	height:115px;
	display:block;
	cursor:pointer;
	font-size:24px;
	text-decoration:none;
	color:#2C98AD;
	margin:25px 25px 0 85px;
	float:right;
	}
a:hover#shopnow{
	color:#fff;}
#bottom-border{
	background-image:url(../images/border-top.png);
	background-repeat:repeat-x;
	width:943px;
	height:6px;
	padding-bottom:30px;
	margin:0 auto;
	}
#upcoming-shows{
	color:#fff;
	font-size:20px;
	padding-left:10px;
	margin-top:45px;}

