body {
	background: #111111 url('img/body.jpg');
	height: 100%;
	width: ;
	padding-top: ;
	padding-bottom: ;
}
/* Main Layout */
#empty_layout {
	background: ;
	font: ;
	color: ;
	height: ;
	width: ;
}
#top_layout {
	background: ;
	margin: 0px auto;
	font: ;
	color: ;
	height: 24px;
	width: 498px;
}
#paper_left {
	background: url('img/paper_left.gif') no-repeat left top;
	margin: 0px auto;
	height: ;
	width: 540px;
}
#paper_right {
	background: url('img/paper_right.gif') no-repeat right bottom;
}
#layout_1 {
	background: #444444 url('img/grain_dark.gif');
	margin: 0px auto;
	height: ;
	width: 498px;
}
#layout_2 {
	background: ;
	margin: ;
	height: ;
	width: ;
	padding: 8px;
}
#layout_3 {
	background: ;
	margin: ;
	height: ;
	width: ;
	border: 1px solid #333333;
}
#main_image {
	background: ;
	border-top: 0px solid #333333;
	border-bottom: 0px solid #333333;
}
/* Site Title */
#site_title {
	background: ;
	font: ;
	color: ;
	height: ;
	width: ;
}
#site_title h1 {
	font: bold 48px Monotype Corsiva;
	color: #FFFFFF;
}
#site_title h2 {
	font: 12px Verdana;
	color: #555555;
}
/* Site Center */
.center {
	background: #000000;
	border-top: 0px solid #333333;
	border-bottom: 0px solid #333333;
	padding: 5px;
}
.center a {
	background: ;
	font: bold 36px Mistral;
	color: #777777;
	text-decoration: none;
}
.center a:hover {
	background: ;
	font: ;
	color: #FFFFFF;
	text-decoration: none;
}
/* Bottom */
#bottom {
	background: #222222;
	font: bold 10px Verdana;
	color: #777777;
}
#bottom a {
	color: #777777;
}
#bottom a:hover {
	color: #FFFFFF;
}
/* Floats */
.left {
	float: left;
}
.right {
	float: right;
}