/* http://www.themaninblue.com/writing/perspective/2005/08/29/ */
body{
/*	background-image:url('/images/page_bg.jpg');*/
	background-repeat:repeat-y;
	background-color:#151a1d;
	height: 100%;
}
#horizontally_centered{
width:705px;
margin:0 auto;
/*background-image:url('/images/page_bg.jpg');*/
background-image:url('/images/new_header2.jpg');
background-repeat:no-repeat;
background-color:#1e2628;
}
#nonFooter
{
min-height: 100%;
position: relative;
}

* html #nonFooter
{
height: 100%;
}

#footer{
	/* width:693px;*/
	width:634px;
margin-left:35px;
	border-top:1px solid #384042;
	position:relative;
margin-top: -50px;
height:50px;
overflow:hidden;
}
#footer p{
	text-align:center;
	margin-top:10px;
}

/**/



#header{
	/*background-image:url('/images/header_bg.jpg');*/
	background-repeat:no-repeat;
	width:669px;
	height:105px;
	position:relative;
}

#header #logo{
	display:block;
	position:absolute;
	width:120px;
	height:65px;
	overflow:hidden;
	text-indent:-1000px;
	left:28px;
	top:36px;
}
#header #nav{
	list-style:none;
	position:absolute;
	bottom:0px;
	left:200px;
	width:300px;
}
#header #nav li{
	float:left;
	display:block;
}
#header #nav li a{
	display:block;
	margin:0px;
}
#header #nav li a.ancestor_of_current_page{
	background-color:#fff;
}
#header #rss{
	display:block;
	padding-left:20px;
	height:20px;
	position:absolute;
	background-image:url('/images/feed.png');
	background-repeat:no-repeat;
	bottom:0px;
	right:30px;
	text-indent:-1000px;
	overflow:hidden;
	margin-bottom:11px;
}

#colWrapper{
	width:634px;
	margin-left:35px;
	padding-bottom:100px;
	/*background:red;*/
}

#cartRow{
	float:left;
	width:634px;
	height:45px;
	padding-top:10px;
	clear:right;
	/*	background:blue;*/
}

#leftCol{
	float:left;
	clear:left;
	width:190px;
	margin-right:30px;
	margin-top:20px;
	/*background:orange;*/
}

#rightCol{
	float:right;
	float:left;
	clear:right;
	width:410px;
	overflow:hidden;
	margin-top:20px;
	/*	background:green;*/
}