@charset "utf-8";
/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }

h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/html.png);
	background-repeat: repeat-x;
	background-color: #F8DBEA;
}

#wrapper {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #FF66FF;
	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: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#menu {
	height: 35px;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#pageTitle {
	height: 14px;
}
#pageTitle h1 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 24px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#column1 {
	width: 395px;
	margin-right: 23px;
	margin-left: 24px;
	border: 1px solid #000000;
	float: left;
	margin-bottom: 14px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-color: #000000;
	padding-left: 5px;
	padding-top: 5px;
}
#column1 p {
	line-height: normal;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 3px;
}
#recordings {
}
#recordings li {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 4px;
	color: #FFFFFF;
}
#column1 h2 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	color: #FFFFFF;
}


#column1 strong {
	font-weight: bold;
}

.clearFloats {
	clear: both;
}

#column2 {
	width: 395px;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 14px;
	margin-left: 0px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}
.column2Bold {
	font-weight: bold;
}
#albumPhotos img {
	border: 1px solid #000000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#recordings2 li {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 5px;
	padding-top: 5px;
}

#footer {
}
#branding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin-right: 25px;
	margin-left: 25px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#branding a, a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}
#branding a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#branding  a:active {
	color: #FF0000;
	text-decoration: none;
	font-size: 10px;
}
#albumPhotos {
	color: #FFFFFF;
	background-color: #000000;
}

