/* ————————————————————————————— DIVS ————————————————————————————— */

#admin_left {
	float: left; 
	width: 300px;
}

#admin_right {
	max-width: 350px;
	width: auto;
	_width: 392px; 
	float: left; 
	margin-left: 20px;
}

#banner {
	height: auto;
	width: 100%;
	background-image: url(/images/header-bg.gif);
	background-position: 900px top;
	background-repeat: repeat-x;
}

#container {

}

#copy {
	clear: both;
	width: 540px;
	margin-left: 20px;
}

#divider {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	background-image: url(/images/divider-grey.gif);
	background-repeat: repeat-x;	
}

#footer {
	clear: both;
	padding-top: 8px;
	text-align: center;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #999999;
}

#logo {
	position: absolute;
	left: 625px;
	top: 415px;
}

#nav {
	height: 239px;
	left: 615px;
	position: absolute;
	top: 121px;
	width: 200px;
}

#nav #pages {
	position: absolute;
	bottom: 1px;
	left: 8px;
}

#nav #pages ul {
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav #pages ul li a {
	color: #96BF70;
	font-weight: normal;
	text-decoration: none;
}

#nav #pages ul li a:hover {
	color: #96BF70;
	font-weight: normal;
	text-decoration: underline;
}

#products {
	margin: 40px 0 0 20px;
	width: 545px;
}

#products #display {
	border: 1px solid #96BF70;
	float: right;
	width: auto;
	height: auto;
	margin: 5px 0 10px 0;
	padding: 2px;
	position: relative;
}

#products #display img {
	border: 1px solid #FFBF70;
}

#products #thumbs, #admin_left #thumbs {
	height: auto;
	width: 180px;
	float: left;
}

#products #thumbs .img, #admin_left #thumbs .img {
	background-position: center;
	border: 1px solid #96BF70;
	float: left;
	height: 40px;
	margin: 4px;
	width: 45px;
}

#products #thumbs .img a, 
#products #thumbs .img a:hover, 
#admin_left #thumbs .img a,
#admin_left #thumbs .img a:hover {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

/* ————————————————————————————— TAGS ————————————————————————————— */

a {
	color: #FFBF70;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFBF70;
	font-weight: bold;
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
	background-image: url(/images/divider-orange.gif);
	background-repeat: repeat-y;
	background-position: 601px;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

h1 {
	color: #96BF70;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	color: #96BF70;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

img.bio {
	width: 130px;
	height: 130px;
	margin: 4px 5px 0 0;
	float: left;
}

form {
	margin: 40px 20px 20px 20px;
}