@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

body {
	background-color: #9d7657;
}

h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img { border: none; } 

#wrap {
width: 750px;
margin: 0 auto;
border: 0px;
}


#head {
	width: 750px;
	height: 476px;
	background:url(images/head.gif);
	border: 0px;
}



#content {
	width: 679px;
	height: 478px;
	background-image:url(images/content.gif);
	border: 0px;
	float: left;
	overflow: scroll;
	overflow-x:hidden; 
	overflow-y:auto;
}


#left {
	width: 28px;
	height: 478px;
	background-image:url(images/left.gif);
	border: 0px;
	float: left;

}


#right {
	width: 43px;
	height: 478px;
	background-image:url(images/right.gif);
	border: 0px;
	float: left;

}

#footer {
	width: 750px;
	height: 68px;
	border: 0;
}

#foot {
	width: 750px;
	height: 28px;
	background-image:url(images/bottom.gif);
	border: 0px;
	float: left;
}

.news{width:103px;height:59px;float:left;}
.news a{display:block;width:103px;height:59px;background:url(images/news.gif) no-repeat top left;}
.news a:hover{background-position:bottom left;}

.shows{width:97px;height:59px;float:left;}
.shows a{display:block;width:97px;height:59px;background:url(images/shows.gif) no-repeat top left;}
.shows a:hover{background-position:bottom left;}

.media{width:87px;height:59px;float:left;}
.media a{display:block;width:87px;height:59px;background:url(images/media.gif) no-repeat top left;}
.media a:hover{background-position:bottom left;}

.merch{width:94px;height:59px;float:left;}
.merch a{display:block;width:94px;height:59px;background:url(images/merch.gif) no-repeat top left;}
.merch a:hover{background-position:bottom left;}

.releases{width:127px;height:59px;float:left;}
.releases a{display:block;width:127px;height:59px;background:url(images/releases.gif) no-repeat top left;}
.releases a:hover{background-position:bottom left;}

.contacts{width:135px;height:59px;float:left;}
.contacts a{display:block;width:135px;height:59px;background:url(images/contacts.gif) no-repeat top left;}
.contacts a:hover{background-position:bottom left;}

.links{width:107px;height:59px;float:left;}
.links a{display:block;width:107px;height:59px;background:url(images/links.gif) no-repeat top left;}
.links a:hover{background-position:bottom left;}

a:link {
	color: #C00;
	text-decoration: none;
}
a {
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


p {
padding: 0 0 1em;
}

.msg_list {
	margin: 0px;
	padding: 0px;
	width: 675px;
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-variant:small-caps;
}
.msg_body {
	padding: 5px 10px 15px;
}