body {
	font: normal 11px/16px Verdana, sans-serif;
	color: #ccc; 
	background: #d6c9a3;
	text-align: center;
}

div#layout {
	width: 660px;
	height: 600px ;
	margin: 15px auto;
	text-align: left;
}

div#head { 
	background-color: #222222;
	width: 560px;
	height: 110px;
	padding: 25px 40px 0 0;
	float: right;
	border-top: 2px solid #3e3e3e;
}

div#main {
	width: 660px;
	height: 395px;
	background: #3e3e3e;
	float: left;
	border-bottom: 1px solid #2e2e2e;
}

div#content {
	position: relative;
	width: 540px;
	height: 300px;
	top: 64px;
	left: 60px;
}

* html div#content { 
	position: relative;
	top: 64px;
	left: 40px;
	margin: 0 50px 0 0px;
}

div#foot{
	background: #222222;
	width: 560px;
	height: 50px;
	padding: 10px 50px 0 0;
	float: right;
	text-align: right;
	border-bottom: 2px solid #3e3e3e;
}

div#subhead { 
	padding: 0 40px 0 0;
	float: right;
}

div#nav {
	width: 60px;
	padding: 63px 0 60px 0;
	position: relative;
	float: left;
}

p {
	margin: 10px 0;
	padding: 0;
}

p.leader {
	margin: 20px 0 0 0;
	padding: 0;
}

h1 {
	color: #e0bc6c;
	margin: 0;
	padding: 0;
	font: normal 11px/16px Verdana, sans-serif;
	width: 540px;
}

h1 span {
	position: absolute;
	top: 0px;
	right: 0px;
}

ul.box {
	margin: 20px 0 0 60px;
}
ul.box li{
	list-style-type: none;
	display: inline;
	padding: 0;
}
p.pop {
	font-family: verdana, sans-serif; 
	font-size: 11px;
	color: #e0bc6c; 
	line-height: 16px;
	margin-top: 15px;
}
p.pop.b0 {
	margin-left: 0px;
}
p.pop.b1 {
	margin-left: 155px;
}
p.pop.b2 {
	margin-left: 305px;
}

img { border: none; }
img.left { float: left; margin: 0 20px 10px 10px;}
img.right { float: right; margin: 0 0 0 20px;}
img.rightover { float: right; margin: 0 -100px 0 20px;}
img.leftover { float: left; margin: 0 20px 10px -15px;}

a { font-family: verdana, sans-serif; font-size: 11px; color: #ebad35; text-decoration: none; } 
a:link { color: #ebad35; text-decoration: none; } 
a:visited { color: #ebad35; text-decoration: none; } 
a:active { color: #822519; } 
a:hover	{ color: #822519; } 
a.divFocus { border: 1px solid #3E3E3E; }

/* ie6 fixes */

