@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	background-color: #CCC;
	color:#333;
	margin: 0 auto;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
a:link {
	color: #e3001b;
	text-decoration: none;
	display: inline;
}
a:visited {
	text-decoration: none;
	color: #e3001b;
	display: inline;
}
a:hover {
	text-decoration: none;
	color: #999999;
	display: inline;
}
a:active {
	text-decoration: none;
	color: #999999;
	display: inline;
}
.container {
	background-color:#FFF;
	width:600px;
	float:none;
	text-align:center;
	margin: 0 auto;
	background-image: url(images/typeography.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.valign {
	vertical-align:middle;
	text-align:center;
	height:100%;
	width:100%;
	margin: 0 auto;
}
.header {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position:20px 10px;
	height: 120px;
	width: 100%;
	float:left;
	clear:none;
	text-align: left;
}
.nav {
	height: 20px;
	padding-left:20px;
	width: 100%;
	float:left;
	clear:none;
	text-align:left;
}
.typography {
	background-color:#FFF;
	width: 331px;
	height: 425px;
	background-image:url(images/typeography.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
.left {
	padding:20px;
	padding-right:0px;
	padding-top:5px;
	float:left;
	text-align:left;
	width: 560px;
}
.clearall {
	clear: both;
	width: 100%;
}
.pagebody {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -2px;
	line-height: 23px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
	background-color: #000000;
	width: 180px;
	padding-left: 5px;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}
hr {
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}
.floatright {
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.blackbg {
	background-color: #000000;
}
.event {
	background-color: #FFFFFF;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
