﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: url('../images/background.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	border-style: solid;
	border-width: 3px;
	border-color: #C04C5B #F2D6DC #F2D6DC #C04C5B;
	margin: 5px auto 5px auto;
	background-color: #FFFFFF;
	width: 950px;
	clip: rect(0px, auto, auto, auto);
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #FF3424;
}
a:visited {
	color: #FF3424;
}
a:hover {
	color: #990000;
}
a:active {
	color: #000000;
}
#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 100px;
	float: left;
}
#right_col {
	width: 420px;
	float: right;
	height: 500px;
	margin-right: 20px;
}
#page_content {
	margin-left: 100px;
	margin-right: 470px;
	height: 520px;
}

#footer {
	clear: both;
}
.center {
	text-align: center;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #000000;
}
li {
	margin-bottom: 7px;
}




.volume {
	color: #000000;
	text-align: left;
	font-weight: bold;
	padding-left: 25px;
}





