* {margin:0;padding:0}
body {
	font-family: helvetica,arial,sans-serif;
	font-size: 9pt;
	background: url(graphics/bg.gif) top left repeat-x;
	color: #555;
}

/* Page Sections */
#pagecontainer {
	width: 480px;
	margin: 0 auto;
}
#main2 {
	background: url(graphics/main_top.gif) top left no-repeat;
}
#nav {
	text-align: center;
	padding-top: 15px;
}
#main {
	background: url(graphics/pc_repeat.gif) top left repeat-y;
}
#content{
	padding: 15px 25px 0 25px;
	line-height: 1.6em;
}
#header {
	height: 234px;
	background: url(graphics/header.jpg) top left no-repeat;
}
#footer {
	text-align: center;
	color: #999;
	padding-top: 20px;
	line-height: 1.6em;
}
#footer2 {
	height: 60px;
	background: url(graphics/footer.gif) top left no-repeat;
}

/* Headings */
#header h1, #header h2 {
	display: none;
}
#content h2 {
	font-size: 12pt;
	margin-bottom: 10px;
	color: #444;
}
#content h3 {
	font-size: 10pt;
}
#content h4 {
	font-size: 9pt;
}

/* Lists */
#nav ul {
	list-style: none;
}
#nav ul li {
	display: inline;
	margin: 0 10px;
}
#content ul {
	margin: 0 0 10px 30px;
}

/* Paragraphs */
#content p {
	padding-bottom: 10px;
}

/* Links */
#nav a {
	text-decoration: none;
	color: #0099ff;
}
#nav a#active {
	font-weight: bold;
	color: #444;
}
#nav a:hover {
	color: #999;
}
#content a {
	color: #0099ff;
}
#content a:hover {
	text-decoration: none;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #444;
	text-decoration: underline;
}

/* Blog Stuff */
div.blogpost {
	padding-bottom: 40px;
}
div.blogdate {
	font-size: 8pt;
	padding-bottom: 5px;
}
#content h2.blogsubject {
	margin: 0;
}

/* Misc */
div.sponsors {
	text-align: center;
}
div.sponsors img {
	border: 0;
	margin: 0 35px;
}
