﻿body{
	margin: 20px;
	background: #E7E1DC;
}
#shell{
	width: 80%;
	min-width: 770px;
	margin: auto;
	background: #F8F3ED url('images/shellBack.gif') repeat-y top left;
}
#top
{
	background: #763C3B url('images/topRight.jpg') no-repeat top right;
	height: 95px;
}
#nav{
	background: #763C3B url('images/navStretch.gif') repeat-x top center;
	height: 55px;
}
#side{
	width: 214px;
	background: #E5E2BC;
	font-size: 0.8em;
	float: left;
	font-family: Verdana, Arial;
	color: #763C3B;
}
#side UL LI{
	list-style: disc url('images/bullet.gif');
	margin-bottom: 3px;
}
#side UL LI A{
	margin-bottom: 3px;
	color: #763C3B;
	text-decoration: none;
}
#side UL LI A:hover{
	text-decoration: underline;
}
#login{
	background: #FFFFFF;
	width: 170px;
	height: 80px;
	margin: auto;
	padding: 8px;
	color: #666666;
}
#login A{
	font-size: 0.8em;
	color: #666666;
}
#content{
	margin-left: 214px;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	color: #404240;
	padding: 8px;
	vertical-align: top;
}
#content ul li{
	line-height: 120%;
}
#content a{
	color:#763C3B
}
#right{
	float: right;
	width: 150px;
	padding: 10px;
}
#footer{
	height: 40px;
	border-top: 14px #6C3F3A solid;
	text-align: right;
	background: #94918A url('images/legal_bugs_new.gif') no-repeat left bottom;
	position: relative;
	clear: both;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #763C3B;
	border-bottom: 1px solid #E5E2BC;
}
h2 {
	font-size: 14px;
	color: #763C3B;
	background: #E5E2BC;
	padding: 2px 0;
}
#iefix{
	_margin-top: -300px;
}