* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #522c1b;
	text-align: center;
	height: 100%;
}

#container {
	width: 870px;
	margin: 10px auto;
	color: #522c1b;
	background: #522c1b;
}

#wittyquip {
	font-family: Cambria, sans-serif;;
	font-size: 120%;
	color: #fff4be;
	position: absolute;
	z-index: 10;
	width: 100%;
	left: 0;
}

.navbar {
	background: #fff4be;
	width: 100px;
}

.navicon {
	border: 0;
}

#contentcell {
	width: 600px;
	padding: 20px 0 20px 0;
}

#frametop {
	position: absolute;
	margin-top: 60px;
	margin-left: -845px;
}

#frameleft {
	position: absolute;
	margin-top: 123px;
	margin-left: -845px;
}

#frameright {
	position: absolute;
	margin-top: 123px;
	margin-left: -14px;
}

#framebottom {
	position: absolute;
	margin-top: 704px;
	margin-left: -845px;
}

#leftnav {
	float: left;
	width: 140px;
	height: 550px;
	padding-top: 50px;
	padding-left: 10px;
	margin-left: 15px;
	margin-top: 65px;
	background: #fff4be;
}

#rightnav {
	float: left;
	width: 150px;
	height: 550px;
	margin-top: 55px;
	padding-top: 50px;
	background: #fff4be;
}

#contentwindow {
	float: left;
	height: 600px;
	width: 530px;
	margin-top: 63px;
	background: #c69c6d;
	overflow-y: auto;
}

#copyrightnotice {
	text-align: center;
	font-size: 75%;
	font-style: italic;
	margin-top: 700px;
	color: #c69c6d;
	font-family: Cambria, sans-serif;
	padding-bottom: 20px;
}

#contentbox {
	padding: 20px 10px 20px 10px;
}

#contentbox a {
	color: #fff4be;
}

#contentbox a:hover {
	color: #ffffff;	
}

#contentbox p {
	font-family: Cambria, sans-serif;
	text-align: justify;
	margin-top: 1em;
}

#contentbox h2 {
	width: 100%;
	font-weight: normal;
	border-bottom: 1px solid;
	color: #522c1b;
	text-align: left;
	font-family: Cambria, sans-serif;
	font-size: 125%;
	margin-top: 20px;
	margin-bottom: 0;
}

.newsdate {
	width: 100%;
	font-style: italic;
}

#echoaveimage {
	border: 0;
	margin-top: 20px;
}

#musiccaption {
	font-family: Cambria, sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin-top: 10px;
}

.portfoliothumb {
	border: 1px solid #522c1b;
	margin: 20px 8px 0 8px;
}

.storediv {
	background-image: url('/resources/images/storeshelves.png');
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 20px;
	padding-bottom: 40px;
}

.storethumb {
	border: 1px solid #522c1b;
	margin: 0px 8px 0px 8px;
}

.storelabel {
	position: relative;
	width: 500px;
	margin-bottom: -30px;
	padding-top: 10px;
	font-family: Cambria, sans-serif;
}

#viewcart {
	border: 0;
	margin-top: 20px;
}

#thankyougg {
	margin-right: 10px;
}

/********************************************
* 
* Begin styles for items in the popup windows 
*
*********************************************/

#popupcontent {
	width: 650px;
	height: 650px;
	margin: 25px auto;
}

#popuptop {
	height: 450px;
	background: #c69c6d;
	overflow-y: auto;
}

#popupbottom {
	height: 180px;
	background: #fff4be;
	overflow-y: auto;
	font-family: Cambria, sans-serif;
	color: #522c1b;
	padding-top: 20px;
}

#popupbottomtext {
	width: 300px;
	text-align: center;
	margin: 20px auto;
}

#storebottomtext {
	width: 600px;
	text-align: center;
	margin: 20px auto;
}

#storebottomtext h2 {
	font-size: 100%;
}

#storebottomtext p {
	margin-top: 10px;
}

#storeinfo {
	font-style: italic;
	font-size: 75%;
}

#storeprice {
	font-style: italic;
	font-size: 75%;
}

#newleft, #newright {
	margin-bottom: 5px;
}

#fancydivider {
	position: absolute;
	left: 100px;
	top: 440px;
	border: 0;
}

#popupbigimage {
	border: 1px solid #522c1b;
	margin-top: 25px;
	margin-bottom: 25px;
}

#popupframe {
	background: #c69c6d;
	font-family: Cambria, sans-serif;
	margin: 25px;
	padding: 10px 20px 20px 20px;
	height: 625px
}

#popupframe h2 {
	color: #522c1b;
	text-align: justify;
}

#popupframe p {
	color: #522c1b;
	margin-top: 10px;
	text-align: justify;
}

#popupframe h2 {
	width: 100%;
	font-weight: normal;
	border-bottom: 1px solid;
	color: #522c1b;
	text-align: left;
	font-family: Cambria, sans-serif;
	font-size: 125%;
	margin-top: 20px;
	margin-bottom: 0;
}

#popupframe a {
	color: #fff4be;
}

#popupframe a:hover {
	color: #ffffff;
}