/* CSS Document */

h1{
	color:#5BB187;/*variable*/
}

h2{
	color:#5BB187;/*variable*/
}

h3{
	color:#000;/*variable*/
}

#Wrapper {
	width:760px;
}


/* HEADER
----------------------------------------------------------------*/
#Header {
}


/* CONTENT
----------------------------------------------------------------*/
#Content{
    margin-left:180px;
	display:block;
	top:150px;
	padding:30px 10px 30px 10px;
		min-height:400px;
	_height:400px;
}	


/* SIDEBAR
----------------------------------------------------------------*/
#Sidebar {
	position:absolute;
	width:150px;
	height:290px;
	top:175px;
	left:5px;
    background:url(../images/catalog-bg.jpg) repeat-y;
}

#Paw{
    position:absolute;
	top:110px;
	left:5px;
}


/* NAV
----------------------------------------------------------------*/
#Nav{
	width:760px;
	padding:2px 0;
}

#Nav ol{
	margin:0 10px;
}

#Nav a, #Nav a:link, #Nav a:visited, #Nav a:active { 
	text-decoration:none;
	color:#663300;/*variable*/
	padding:2px 10px;
	text-transform:uppercase;
}

#Nav a:hover{
	color:#E2C470;/*variable*/
	background:#FFF;
	padding:0 10px;
}

/* NAV
----------------------------------------------------------------*/
#Footer a:hover {
    color:#E2C470;
}	