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

body, h1, h2, h3, h4, p, ul, li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}
body a {
	color: #336699;
	text-decoration: underline;
}
body a:hover {
	color: #336699;
	text-decoration: none;
}
#main_wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: left;
}
#main_wrapper h2 {
	font-size: 12px;
	text-align: left;
	margin-bottom: 2px;
}
#main_wrapper h3 {
	font-size: 10px;
	text-align: left;
	margin-bottom: 1px;
	margin-top: 5px;
	font-style: italic;
}
#main_wrapper p {
	font-size: 10px;
	text-align: left;
	margin-bottom: 1px;
}
#banner {
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#banner h1 {
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
}
#banner p {
	font-size: 11px;
	text-align: left;
	margin-bottom: 1px;
}
#left_column {
	padding-top: 10px;
	padding-left: 5px;
	width: 295px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-bottom: 10px;
	text-align: left;
	overflow: hidden;
}
#right_column {
	width: 295px;
	padding-top: 10px;
	padding-left: 5px;
	float: right;
	overflow: hidden;
}
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#photos {
	padding-top: 10px;
}
#pdf {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#cd_cover {
	width: 125px;
	float: right;
	text-align: left;
}
#promo {
	width: 155px;
	text-align: left;
}
#mp3 {
	clear: both;
}
