body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header {
	height: 33px;
	background-image: url("images/header.png");
	text-align: right;
}
#header h1 {
	display: none;
}
#nav {
	color: white;
	font-family: "Trebuchet MS", verdana;
	font-size: 10px;
	padding: 13px 18px 0 0;
	height: 10px;
}
a {
	color: #9cff00;
	text-decoration: none;
}
a:hover {
	color: #ffa200;
}
#content a {
	color: #1B86E1;
	text-decoration: none;
}
#content a:hover {
	color: #666;
}
#content {
	background: white url("images/content.png") repeat-y;
	padding: 4px 16px 4px 16px;
	font-family: "Trebuchet MS", verdana;
	font-size: 11px;
	overflow: hidden;
}
#footer {
	height: 35px;
	color: white;
	background: white url("images/footer.png") no-repeat;
	text-align: center;
	color: white;
	font-family: "Trebuchet MS", verdana;
	font-size: 10px;
	padding: 2px 0 0 0;
}
p {
	padding: 0px;
	margin: 0 0 8px 0;
}
h3 {
	font-family: "Trebuchet MS", arial;
	font-size: 14px;
	padding: 0px;
	margin: 4px 0 4px 0;
}
.quote {
	margin: 6px 40px 6px 40px;
	padding: 12px;
	background: #f0f0f0 url("images/quote.gif") no-repeat;
	font-family: consolas, "courier new", courier;
	font-size: 11px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
.quote .author {
	margin: 6px 0 0 10px;
	font-family: "Trebuchet MS", verdana;
	font-size: 11px;
	font-style: italic;
	color: #666;
}
.r {
	clear: both;
}
.r span {
	margin-top: 4px;
}
.r1 {
	display: block;
	float: left;
	width: 80px;
}
.r2 {
	display: block;
	float: left;
	width: 100px;
}
.r2 input {
	width: 100px;
	height: 16px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}
.r3 {
	float: left;
	display: block;
	width: 240px;
	padding-left: 8px;
}
#content .error {
	color: red;
	border: 1px solid red;
	background: white url("images/error.gif") no-repeat;
	padding: 4px 4px 4px 50px;
	min-height: 36px; // height: 46px; /* Browser hack so IE draws box at least a certain height */
}
#content .error a {
	color: red;
	text-decoration: underline;
}
#content .error a:hover {
	text-decoration: none;
}
#content .warn {
	color: black;
	border: 1px solid yellow;
	background: white url("images/warning.gif") no-repeat;
	padding: 4px 4px 4px 50px;
	min-height: 36px; // height: 46px; /* Browser hack so IE draws box at least a certain height */
}
#content .warn a {
	color: black;
	text-decoration: underline;
}
#content .warn a:hover {
	color: yellow;
	text-decoration: none;
}
#add_quote #quote {
	width: 400px;
	height: 200px;
	display: block;
}
#add_quote #usernames {
	width: 400px;
	height: 18px;
	display: block;
}
.online, .online span {
	color: red;
}
.online:hover, .online:hover span {
	color: orange;
}
.ad {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	width: 728px;
	overflow: hidden;
	margin: 8px 0 8px 0;
}
.digg {
	width: 52px; height: 85px;
	float: right;
}