body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 30px 0px;
	
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
.scroll {
	
	scrollbar-highlight-color: #000000;
	scrollbar-track-color: #669AFF;
	scrollbar-shadow-color: #669AFF;
	scrollbar-3dlight-color: #FFCC00;
	scrollbar-arrow-color: #FFCC00;
	scrollbar-face-color: #333333;
	scrollbar-darkshadow-color: #FFCC00;
}
*/

table, td, div {
	font-size: 12px;	
} 

form {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0px auto;
	background: url(../images/wrapper_bg.gif) repeat-y;
	width: 966px;
}

#header {
	display: block;
	clear: both;
}

#header img {
	border-bottom: solid 10px black;
	margin: 0px;
}

#footer {
	display: block;
	background: black;
	color: white;
	clear: both;
	padding: 10px;
	text-align: center;
	width: 935px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:visited{
	color: #CCC;
	text-decoration: none;
}

/* left nav specific classes */


#left {
	float: left;
	width: 200px;
	padding-top: 10px;
	font-size: 12px;
	
}

#left dl {
	margin: 0px;
}

#left dt {
	background: black;
	padding: 2px 2px 2px 10px;
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
}

#left dd {
	margin: 0px;
	font-size: 11px;
	color:white;
}

#left dd ul {
	list-style: none;
	margin: 0px;
	padding: 0px 5px 0px 10px;
}

#left dd li {
	padding-bottom: 5px;
}

#left dd #posted {
	font-size: 10px;
	clear: both;
}

#left dd a {
	color: white;
	text-decoration: none;
}

#left dd a:hover {
	text-decoration: underline;
}

#left dd a:visited {
	color: white;
}

#xml_button {
	float:right;
	margin: 1px 1px 1px 1px;
}

/* right column specific classes */

#right {
	float: left;
	width: 180px;
}

#right #ad {
	margin: 10px;
}

#right dl dt .bfhead {
	background: black;
	padding: 2px 2px 3px 10px;
	color: white;
	font-weight: bold;
	margin-top: 10px;
	border-bottom: 3px #DA6905 solid;
}

#right .right_nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	background: white;
	border-width: 1px 1px 0px 1px;
	border-color: black;
	border-style: solid;
}

#right .right_nav dl,dd,li {
	margin: 0px;
	padding: 0px;
	
}

#right .right_nav li {
	border-bottom: solid 1px black;
}

#right .right_nav a {
	font-weight: bold;
	display: block;
	padding: 3px;
	color: #DA6905;
	text-decoration: none;
}

#right .right_nav a:hover {
	background: #DA6905;
	color: white;
}

#right .right_nav a.rss_title {
	background: black;
	color: white;
	font-weight: bold;
}

#right .right_nav a.rss_title:hover {
	background: black;
	color: white;
}

/* main body specific classes */

#center {
	float: left;
	width: 555px;
	padding: 10px;
	color: white;
}

#center h1,h2,h3,h4 {
	background: white;
	padding: 2px 2px 2px 5px;
	color: black;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	border: solid #D4C7A5 1px;
}

#center h1 a {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

#center h1 a:hover {
	text-decoration: none;
}

#center h1 a:visited {
	color: black;
}
/* For added Grouping in gallery.cfm line:48 */
/* #center someshit {
	color: black;
	background: #7DB789;
	font-weight: normal;
	border: solid 1px black;
}
*/
#center h2 {
	color: black;
	background: white;
	font-weight: normal;
	font-size:12px;
	clear: both;
	border: solid #D4C7A5 1px;
	
}

#center h2 #posted {
	font-size: 11px;
}

#center h2 a {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

#center h2 a:hover {
	text-decoration: none;
}

#center h2 a:visited {
	color: #333333;
}

#center h3 {
	color: black;
	background: white;
	font-weight: normal;
	border: solid 1px black;
	margin-bottom: 10px;
}

#center h3 a {
	color: black;
	text-decoration: none;
}

#center h3 a:hover {
	text-decoration: underline;
}

#center h3 a:visited {
	color: #666;
}

#center h4 {
	color: black;
	background: #CCC;
	font-weight: normal;
	border: 1px dashed black;
	margin-bottom: 10px;
	padding: 10px;
}
#center h4 a {
	color: black;
	text-decoration: underline;
}

#center h4 a:hover {
	text-decoration: none;
}

#center h4 a:visited {
	color: #333;
}

#center .comment_author {
	display: block; 
	background: white;
	font-size: 10px; 
	margin-top: 5px;
	padding: 2px;
}

#center p {
	margin: 0px 0px 5px 0px;
	line-height: 16px;
}


#center #artimg {
	float:right;
	margin-left: 5px;
	margin-bottom: 5px;
	clear:both;
	border: solid #D4C7A5 1px;
	text-align:center;
	display:block;
}
#center #artimg img {
	clear:both;
	display:block;
}

#center #artimg span {
	margin:3px;
	color:white;
	font-size:10px;
	clear:both;
	display:block;
	
}

#center p a {
	color: white;
	text-decoration: underline;
	
}
#center p a img{
	border: solid #D4C7A5 1px;
	
}
#center p a:hover {
	color: white;
	text-decoration: none;
}

#center #news ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}

#center #news ul li {
	padding: 0px 0px 5px 0px;
}

#center #news a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#center #news a:hover {
	text-decoration: none;
}

#center #news a:visited {
	color: #666;
}

#center #pix {
	width: 100%;
	padding-left: -10px;
	clear: both;
	display: block;
	
}

#center #pix #pix_box {
	float: left;
	padding-top: 1px;
	text-align: center;
	margin-right: 6px;
	margin-bottom: 5px;
	font-size: 10px;
	width: 177px;
}

#center #pix #pix_box a {
	border: solid 1px black;
	display: block;
	clear:both;
}

#center #pix #pix_box a:hover {
	border: solid 1px white;
}

#center #pix #pix_box a:visited {
	border: solid 1px #666;
}

/* scroll bar thing */

#center #pix_scroll {
	/* padding-left: -10px; */
	background: white;
	overflow: auto;
	height: 135px;
	margin-bottom: 10px;
	padding-top:3px;
	padding-left:3px;
}

#center #pix_scroll #pix_box {
	float: left;
	padding-top: 1px;
	text-align: center;
	margin-right: 6px;
	margin-bottom: 5px;
	font-size: 10px;
}

#center #pix_scroll #pix_box a {
	border: solid 1px black;
	display: block;
}

#center #pix_scroll #pix_box a:hover {
	border: solid 1px white;
}

#center #pix_scroll #pix_box a:visited {
	border: solid 1px #666;
}

#center #big_pic {
	text-align: center;
	margin-bottom: 10px;
}

#center #big_pic img{
	border: solid 1px black;
	clear: both;
	margin-bottom: 10px;
}