body 
	{
	background: #FFF;
	color: #000;
	font: normal 72.5% "Lucida Sans Unicode",sans-serif;
	font-family: Verdana, Tahoma, Helvetica, Arial; 
	}

.container
	{
	width: 100%;
	}
.header
	{
	width: 100%;
	height: 110px;
	background-color: #927555;
	background-image: url(../images/logo.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	}
.links 
	{
	height: 24px;
	background-color: #927555;
	background-image: url(../images/sec_header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: #FFF;
	width: 100%;
	font-size: x-small;
	font-weight: bold;
	padding-top: 2px;
	}
.links a
	{
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	}
.content
	{
	width: 100%;
	min-height: 410px;
	background-color: #FFF;
	background-image: url(../images/page_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	padding: 20px;
	color: #004184;
	}
.content h1
	{
	color: #927555;
	font-size: x-large;
	font-weight: normal;
	}
.content p
	{
	width: 50%;
	}
.content li
	{
	list-style-image: url(../images/dot.jpg);
	}
.footer
	{
	display: block;
	background: #004184;
	color: #FFF;
	font-size: 12px;
	padding: 4px;
	}
