body {
	background-image: url(img/backgrad.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#wrap {
	background: #fff;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
	left: 50%;
	margin-left: -460px;
	position: absolute;
	width: 900px;
	top: 0;
}
#header {
	background-color: #c97328;
	float: left;
	height: 221px;
	width: 900px;
}
#header img {
	float: left;
	margin: 25px 0 0 25px;
}
#header p {
	color: #fff;
	font-size: 16pt;
	font-weight: lighter;
	margin: 140px 40px 20px 0;
	text-align: right;
}
#nav {
	background-color: #4d4c4c;
	float: left;
	height: 50px;
	width: 900px;
}
#nav ul {
	list-style: none;
}
#nav li {
	display: inline;
	margin-left: 33px;
}
#nav a {
	background-image: url(img/navgray.gif);
	background-repeat: no-repeat;
	color: #c97328;
	font-size: 16pt;
	font-weight: lighter;
	padding-left: 30px;
	text-decoration: none;
}
#nav a:hover {
	background-image: url(img/navwhite.gif);
	background-repeat: no-repeat;
	color: #fff;
}
#content-home {
	background-image: url(img/homeback.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	float: left;
	width: 900px;
}
#right {
	float: right;
	margin: 30px 30px 30px 0;
	width: 390px;
}
#footer {
	clear: both;
	width: 900px;
}
#footer p {
	margin: 10px 30px 10px 75px;
}
.myBox
{
    background: #fff;
	margin: 40px 0 25px 40px;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 350px;
    padding: 20px;
    text-align: left;
	border-bottom: 5px solid #999;
	border-right: 5px solid #999;
    border: 2px solid #ccc;
}
.myBox a {
	color: #666;
}
.myBox h2 {
	text-align: center;
}
.myBox a:hover {
	color: #c97328;
	text-decoration: none;
}
h1 {
	color: #333;
	font-size: 18pt;
	font-weight: lighter;
	line-height: 1.30em;
	text-align: right;
	
}
h2 {
	color: #666;
	font-size: 14pt;
	font-weight: lighter;
	line-height: 1.25em;
}
p {
	color: #666;
	font-size: 11pt;
}
ul {
	color: #666;
	font-size: 12pt;
	list-style-image: url(img/star.gif);
}
li {
	margin-bottom: 20px;
}