html, body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #000000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
a img {
	border: 0px;
}
a {
	color: #666666;
}
a:hover {
	text-decoration: none;
}
textarea {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
div.alert {
	padding: 6px;
	margin: 6px;
	border: 1px solid #999999;
}
div#banner {
	text-align: center;
}
div#container {
	width: 900px;
	margin: auto;
	position: relative;
}
div#memberoptions {
	position: absolute;
	right: 0px;
	font-size: 12px;
	text-align: right;
	top: -30px;
	color: #ffffff;
}
div#memberoptions a {
	color: #ffffff;
	text-decoration: none;
}
div#memberoptions a:hover {
	text-decoration: underline;
}
div#navigation {
	background: url(../images/nav.png) repeat-x #e7e7e7;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	width: 900px;
}
div#navigation div {
	font-size: 14px;
	padding: 10px;
	float: left;
}
div#navigation div.selected {
	background: #cccccc;
}
div#navigation div.selected a {
	color: #000000;
}
div#navigation a {
	text-decoration: none;
	color: #000000;
}
div#navigation a:hover {
	color: #999999;
}
div#content {
	background: #cccccc;
	margin-top: 2px;
	padding: 4px;
	text-align: left;
}
div#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
	color: #999999;
}
div#footer a {
	text-decoration: none;
	color: #999999;
}

/*************
	Columns - 3
*************/
div.col3 {
	width: 288px;
	margin: 4px;
	float: left;
}
div.colbox {
	background: #ffffff;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
}
div.colbox h4 {
	margin: 0px;
	padding: 4px;
	background: #333333;
	color: #ffffff;
	border-top-right-radius: .25em;
	border-top-left-radius: .25em;
	-webkit-border-top-right-radius: .25em;
	-webkit-border-top-left-radius: .25em;
	-moz-border-radius-topright: .25em;
	-moz-border-radius-topleft: .25em;
}
div.colbox div.boxpad {
	padding: 4px;
	font-size: 14px;
}

/*************
	Columns - 4
*************/
div.col4 {
	width: 217px;
	margin: 3px;
	float: left;
}

/*************
	Columns - 2
*************/
div.col2 {
	width: 436px;
	margin: 4px;
	float: left;
}

/*************
	Columns - 2 span 1 (ie. Newsletter page)
*************/
.col3span2 {
	width: 650px;
	float: left;
	margin: 4px;
}


/*************
	Pages
*************/

/* Show Comments */
div.comment {
	margin: 4px;
	padding: 4px;
	border: 1px solid #dddddd;
}
div.comment h4 {
	background: transparent;
	color: #999999;
	font-style: italic;
	padding: 1px;
}

/*************
	Photogalleries
*************/
/*#gallery table {
	width: 105px;
	height: 104px;
	float: left;
	text-align: center;
	background: #dddddd;
	position: relative;
	padding: 0px;
	margin: 2px;
}
#gallery table:hover {
	background: #cccccc;
}*/

#photolist table {
	width: 105px;
	height: 104px;
	float: left;
	text-align: center;
	background: #dddddd;
	position: relative;
	padding: 0px;
	margin: 2px;
}
#photolist table:hover {
	background: #cccccc;
}

/*************
	Music
*************/
#discography a {
	text-decoration: underline;
	cursor: pointer;
}
