body
{
	text-align: center;
	background: #FDEEF4;
	color: #444;
	font: georgia; 	
}

#container
{
	text-align: left;
	margin: 0 auto;
	width: 800px;
	background: #FFF;
}

.box { 
  background: #FFFFFF; 
}
.boxtop { 
  background: url(/images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(/images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(/images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(/images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}


h1
{
	background: #fff;
	color: #7F462C;
	padding: 20px;
	margin: 0;
	border-bottom: 5px solid #387A9B;
}

#nav
{
	float: left;
	width: 150px;
	display: inline;
	margin-left: 20px;
	padding: 15px 0;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#nav li
{
	background: #fff;
	padding: 0 10px 5px 0;
}

#content
{
	float: left;
	width: 475px;
	margin-left: 45px;
	padding: 15px 0;
}

#content ul
{
	margin-left: 40px;
	padding: 0;
	list-style-type: none;
	text-align: let;
}

#content li
{
	padding: 0 10px 5px 0;
}

#footer
{
	clear: both;
	background: #fff;
	color: #387A9B;
	padding: 5px 10px;
	text-align: right;
	font-size: 80%;
}

h2
{
	margin-top: 0;
	color: #7F462C;
	font-weight: normal;
}

a: link
{
	color: #387A9B;
}

a: visited
{
	color: #600;
}

a: hover; a: active
{
	
	color: #fff;
	background: #175B7D;
}