/********************
Voici the Valley Cultureway print styles
http://www.voicithevalley.org

Version 9.22.2007

Created by: Steve L. Michaud, Freelance Web Designer
s_mich@hotmail.com
Contact author for written permission prior to use.
********************/

/********************
1.0 Basic Elements
********************/

body {
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
img {
	border: 0;
}
a:link, a:active, a:visited {
	color: #323c29;
}
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/********************
2.0 Branding Elements
********************/
	/****************
	2.1 Basic Branding Elements
	****************/
	
#branding-container {
	position: relative;
	height: 40px;
}

	/****************
	2.2 Logo Elements
	****************/
	
#branding-logo {
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
}
#branding-tagline {
	float: right;
	font-weight: bold;
	height: 40px;
}
#navcontainer {
	visibility: hidden;
	width: 0;
	height: 0;
}

/********************
2.0 Content Elements
********************/

	/****************
	2.1 Title Elements
	****************/
	
#title-home {
	position: relative;
	font-weight: bold;
	border-bottom: #323c29 solid 1px;
	padding-top: 30px;
}
#title-audio {
	position: relative;
	font-weight: bold;
	border-bottom: #323c29 solid 1px;
}
#title-creators {
	position: relative;
	font-weight: bold;
	border-bottom: #323c29 solid 1px;
}
#title-resources {
	position: relative;
	font-weight: bold;
	border-bottom: #323c29 solid 1px;
}
#title-order {
	position: relative;
	font-weight: bold;
	border-bottom: #323c29 solid 1px;
}
	
	/****************
	2.2 Main Content Elements
	****************/

.clearfix:after {
    content: "."; 
    clear: both; 
    visibility: hidden;
    display: block; 
    height: 0; 
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
#content-container {
	position: relative;
	min-height: 100px;
}
#content-area {
	float: left;
	width: 100%;
	padding: 10px;
}
#side-column {
	visibility: hidden;
	width: 0;
	height: 0;
}
table td {
	font-size: 12px;
	padding: 5px;
	vertical-align: top;
}
.header {
	background: #323c29;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
}
.row2 {
	background: #dde3d7;
}