#wrapper {	
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 770px;
	background: url('/img/main/bg_wrapper.gif') repeat-y;
	background-color:black;
}
a:link,
a:visited { color: #f67c05; }

a:active,
a:hover { color: #ffc923; }

#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 770px;
	//background: url("/img/main/bg_wrapper.gif") repeat-y;
}
#gal {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 770px;
	background: url("/img/main/bg_wrapper.gif") repeat-y;
}
#header {
	width: 770px;
	height: 469px;
	margin: 0;
	//background: url("/img/main/header.gif") no-repeat;
}

#sidebar {
	float: left;
	width: 180px;
}

#content {
	margin: 0;
	float: left;
	width: 590px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	height: 30px;
	font-size: 83%;
	color: #616161;
	background: url("/img/main/bg_wrapper.gif") repeat-y;
}

#footer div.ads {
	float: left;
	width: 190px;
}

#footer div.copyright {
	float: left;
	width: 555px;
	border-top: 1px solid #212121;
	padding: 7px 0 0 15px;
}


#footer div.design a:link,
#footer div.design a:visited,
#footer div.design a:active,
#footer div.design a:hover {
	color: #616161;
	text-decoration: none;
}


/* text */
h1 {
	font-size: 135%;
	font-weight: normal;
	color: #f4a308;
	border-bottom: 1px solid #212121;
	margin: 15px 8px 15px 8px;
	padding: 0 10px 7px 10px;
}

p {
	line-height: 1.5;
	color: #aeaeae;
	margin: 0 21px 21px 21px;
}

/* navigation */
#navcontainer {margin-top: 17px;}

#container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */

	}

#container ul li {
	font-size: 100%;
	position: relative;
	}

#container li ul {
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#container ul li a:link,
#container ul li a:visited,
#container ul li a:active {
	display: block;
	text-decoration: none;
	background: url(/img/main/bg_nav.gif) no-repeat 18px 50% #3e3e3e; /* IE6 Bug */
	color: #bebebe;
	padding: 5px 0 5px 30px;
	border-bottom: 1px solid #434343;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#container ul li a:hover {color: #fff;	background: url(/img/main/bg_nav.gif) no-repeat 18px 50% #262626;} /* Hover Styles */

#container li ul li a {padding: 2px 5px;} /* Sub Menu Styles */

#container li:hover ul, li.over ul { display: block; } /* The magic */