body {
	background-color: #333;
}
.signature p {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
	letter-spacing: 5px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
}
.signature a {
	color: #FFFFFF;
}
.header {
	border: 1px solid #CCCCCC;
}
.main {
	background-color: #000000;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.footer {
	background-color: #000000;
	border: 1px solid #CCCCCC;
}
.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.nav {
	padding: 20px;
}
.nav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav a {
	color: #FFCC00;
}
.content {
	padding: 20px;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC00;
}
.content a {
	color: #FFCC00;
}
.main .content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	line-height: 16px;
	list-style-type: square;
}
