body, html {
	margin: 0;
	color: #000;
	font: 11px/1.2 Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: White;
}
#wrap {
	background: White;
	margin: 0 auto;
	width: 900px;
}
#header {
	background: White;
}
#nav {
	float: left;
	background: White url(assets/static/side-left.jpg) repeat-y left;
	width: 225px;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
#nav ul{
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px 0 30px 36px;
	margin: 0;
	width: 100%;
	background-color: transparent;
	text-align: left;
}
#nav li{
	list-style: none;
	display: list-item;
	padding: 0 0 5px 5px;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: black;
	padding-right:0px;
}
#nav li a:hover {
	text-decoration: none;
	color: #904800;
	padding-right:0px;
}
#nav img.pic {
	padding-left:40px;
	text-align: left;
}
.here {
	text-decoration: none;
	color: #904800;
}
.bone {
	text-align:left;
}
h1 {
	color: #5ccccc;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	color: #5ccccc;
	font-size:13px;
	font-weight:bold;
}
li {
	list-style: outside url(assets/static/sqsm.jpg);
}
a:link {
	text-decoration: underline;
	color: #904800;
}
a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #FF7400;
}
.two-fifty {
	float: right;
	width: 250px;
	padding: 10px 3px 10px 5px;
	text-align: left;
	border: thin solid Red;
}
#footer {
	clear: both;
	background: White;
	color: #000;
	text-align: center;
	background-image: url(assets/static/foot-bk.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footer p {
	margin:0;
	padding: 5px 15px;
	font-size:10px;
}
#footer a {
	font-size:10px;
	color: Black;
	text-decoration:none;
}