html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	/*background: #e0e6f1;*/
	background-color: #202020;
	color: #b0bdcc;
	font-size: 12px;
	height: 100%;
}
#wrap {
	min-height: 100%; 
	margin: auto;
	/*position: relative;*/
}
* html #wrap { height: 100%; }

#header {
	margin: 0; 
	padding: 5px 5px 5px 0;
	/*height: 50px;*/
	/*background: url(../../images/layout2/bannerfadeblue3.gif) top left #ffffff;*/
	background: #3f3f3f;
	/*color: #7e7e7e;*/
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #b0bdcc;
	/*border-bottom: 1px solid #b0bdcc;*/
}
p { margin: 5px; padding: 0; }
a:link { text-decoration: underline; color: #7e7e7e; }
a:visited { text-decoration: underline; color: #7e7e7e; }
a:active { text-decoration: none; color: #7e7e7e; }
a:hover { text-decoration: underline; color: #7e7e7e; }
h1 {
	position: relative;
	line-height: 42px;
	margin: 0; 
	padding-left: 20px;
}

#google_main_top { margin: 0 auto; width: 960px; position: relative; text-align: center; padding: 0; }

#logo { margin: 0 auto; padding: 0; width: 960px; position: relative; top: -7px;}

#inner_wrap {
	position: relative;
	top: -7px;
	padding-top: 5px;
	/*padding-bottom: 0;*/
	/*margin: 4px 4px 0px 0px;*/
}
#inner_wrap:after {
	content: " ";
	display: block;
	clear: both;
}
#main {
	position: relative;
	text-align: left;
	/*margin-left: 180px;
	margin-right: 15px;*/
	/*min-height: 200px;*/
}
#content {
	font-size: 120%;
	text-align: left;
	width: 960px;
	margin: 0 auto;
	border: 3px solid #191919;
	padding: 10px 10px 10px 10px;

	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;

	/*background-color: #191919;*/
	background-color: #202020;
	/*background-color: #46392f;*/
}

hr#header_stripe {
	height: 12px;
	position: relative;
	top: -7px;
	background-color: #191919;
	border: none;
	color: #191919;
}

#thumbs { text-align: center; width: 955px; margin: 0 auto; position: relative; }
	#thumbs img { float: left; margin-right: 4px; }
	#thumbs:after { clear: left; }

.selected {
	background-color: #6694e3;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
	.selected a { color: #fff; }

#footer {
	color: #666;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	text-align: center;
}
#footer p {
	margin: 0;
	font-size: 1.5em;
	text-align: center;
}
#footer a { 
	color: #0066CC; 
	padding: 0px 4px;
}

#bar {
	margin 0;
	padding: 2px 0 2px 0;
	/*background-color: #eff4f9;*/
	background-color: #3f3f3f;
	/*border-bottom: 1px dotted #d7dee5;*/
	/*color: #5e6a72;*/ 
	color: #7e7e7e;
    font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
    font-size: 13px;
	min-width: 768px;
}
	#bar a, #bar a:link, #bar a:visited, #bar a:active { color: #7e7e7e; text-decoration: none; }
	#bar a:hover { text-decoration: underline; }

#bar-left { float: left; }
#bar-right { float: right; }

.bar-ul {
	list-style: none;
    margin: 0;
    padding: 3px;	
}

.bar-ul li {
	float: left;
	margin: 0;
	padding: 7px;
}

#bar-container {
	margin: 0;
	height: 33px;
}
