body {
	background-color:#333;
	text-align:center;
	margin:auto;
	color:#ccc;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
h4 {
	color:#CC0000;
	margin:0;
	text-decoration:underline;
	font-size:smaller;
}
input, textarea {
	background-color:#333;
	color:#fff;
	border:0;
	margin:2px;
	font-size:smaller;
	font-family:Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li {
	background-image: url(/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:10px;
	margin-left: 1em;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#main p, ul {
	font-size:smaller;
}
#header {	
	text-align:center;
	letter-spacing:1em;
	margin:75px 0 25px 0;
	font-size:small;
}
#top-border {
	height:14px;
	background: #999 url(../img/top-border.gif) repeat-x;
}
#main {
	background-color:#999;
	float:left;
	width:100%;
	padding-top:15px;
}
#nav ul {
	margin:1em 0 5px 0;
	padding:0;
}
#nav ul li {
	display:inline;
}
#nav ul li a, #nav ul li a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding: 0.2em 1em;	
}
#nav ul li a:hover {
	background-color:#ccc;
	color:#333;	
}
#wrapper {
	text-align:center;
	margin:0 auto;
	width:780px;
	margin-bottom:1em;
}
#content {
	background-color:#ccc;
	color:#333;
	float:left;
	width:780px;
	margin-bottom:1em;
}
#content #center-column {
	border-left:thin dotted #999;
	border-right:thin dotted #999;
}
#bottom-border {
	clear:both;
	height:14px;
	background: #333 url(../img/bottom-border.gif) repeat-x;
}
.one-third {
	width:31%;
	float:left;
	text-align:left;
	padding:1%;
}
.footer {
	clear:both;
	font-size:x-small;
	padding:5px;
}