body {
	padding: 0;
	margin: 0;
	font-family: verdana, arial, sans-serif;
	background-color: #EEEDE6;
	color: #756651;
	line-height: 18px;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 21px;
}
h1 {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
}

img {
	border: 0;
}

#header {
	background-image: url(../images/header_back.png);
	background-repeat: no-repeat;
	/*padding-top: 120px;*/
	padding-bottom: 20px;
	font-size: 0.85em;
}

#menu {
	float: left;
	width: 150px;
	background-image: url(../images/menu_back.png);
	background-repeat: no-repeat;
	padding-bottom: 400px;
	margin-left: 5px;
	padding-top: 1em;
	padding-right: 15px;
}

#menu_store {
	float: left;
	width: 150px;
	background-image: url(../images/menu_back_long.png);
	background-repeat: no-repeat;
	padding-bottom: 400px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 15px;
}

#main, #main_left {
	/* border: 2px solid #407087; */
	font-size: 12px;
	padding-left: 7px;
}

#main {
	margin-right: 25px;
	margin-left: 175px;
	background-image: url(../images/ail_background.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#main_left {
	margin-left: 15px;
	background-image: url(../images/ail_background.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 790px;
}

#main_left h2 {
	/* text-align: center; */
}
#main h2 {
	/* text-align: center; */
}
a.header_link {
	color: #074769;
	padding-left: 1em;
	padding-right: .8em;
}

a {
	text-decoration: none;
	color: #074769;
}

a.menu_item {
	font-size: .75em;
	display: block;
	margin-left: 1em;
	margin-top: .5em;
}

a.selected_menu_item {
	font-size: .75em;
	display: block;
	margin-left: 1em;
	margin-top: .5em;
	text-decoration: none;
	color: #074769;
	background-color: #b3bdc2;
	padding: 3px;
}

a:hover {
	color: #756651;
}

#search {
	 margin-left: 15px;
	 margin-top: 10px;
}
/* Store styles */
#nav {
	padding: 10px;
}
.store_item {
	border: 1px solid black;
	padding: 1em;
	padding-bottom: 3em;
	font-size: .75em;
}

.store_item .artist {
	float: right;
}

.store_item .title {
	font-weight: bold;
	padding-right: 15px;
}

.store_item .price {
	float: right;
	font-weight: bold;
	font-size: 12px;
}

.store_item img {
	
}