@charset "UTF-8";
body {
	background-color: #333333;
}
#mainContainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 600px;
	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	top: 80px;
	position: relative;
	background-image: url(images/paperbkgd.jpg);
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #66CCFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #990000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	letter-spacing: .3em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	letter-spacing: .2em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 0.4em;
	color: #000000;
	letter-spacing: .1em;
	text-align: center;
}
#banner {
	height: 60px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#name {
	height: 60px;
	width: 240px;
	position: absolute;
	float: left;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	width: 540px;
	position: relative;
	height: 45px;
	padding-top: 18px;
	letter-spacing: 4px;
	float: right;
	color: #000000;
}
#body {
	height: 540px;
	width: 800px;
}
#categories {
	float: left;
	width: 157px;
	height: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 2em;
	position: relative;
	left: 0px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 20px;
	overflow: hidden;
	color: #990000;
}
#images {
	float: right;
	width: 642px;
	height: 484px;
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}
#buttons {
	width: 640px;
	position: relative;
	float: right;
	height: 32px;
	text-align: center;
	list-style-type: none;
	margin-top: 13px;
}
#blog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
