body {
	color: #4c4c4c;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #787878;
}

h1 {
	margin-left: 0px;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-top: 0px;
	text-shadow: 0px 0px 2px #bfbfbf;
	font-size: 24px;
	padding: 0px;
	color: #bf0000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
}

#container {
	width: 650px;
	text-align: left;
}

#logo {
	margin-left: 30px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 64px;
	width: 261px;
}

#paper_top {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 648px;
	background-repeat: no-repeat;
	background-image: url(images/paper_top.png);
}

#paper_middle {
	margin: 0px;
	padding: 0px;
	width: 648px;
	background-repeat: repeat-y;
	background-image: url(images/paper_middle.png);
}

#paper_bottom {
	margin: 0px;
	padding: 0px;
	height: 88px;
	width: 648px;
	background-repeat: no-repeat;
	background-image: url(images/paper_bottom.png);
}

#content {
	margin-right: 20px;
	margin-left: 20px;
}

#top {
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	height: 80px;
}

#left {
	float: left;
	width: 290px;
}

#right {
	width: 290px;
	float: right;
}

#create {
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(images/button3.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 260px;
}


#create:hover {
	background-image: url(images/button3_hover.png);
}

#stats {
	margin-top: 15px;
	text-align: center;
	border-color: #d8d8d8;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
}

.justified {
	text-align: justify;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 5px;
}

.counter {
	font-size: 28px;
}

.counter_number {
	font-size: 36px;
	color: #bf0000;
	text-shadow: 0px 0px 2px #bfbfbf;
}

