html {
	background-color: #fff;
	text-align: center;	 	
}

body {
	padding: 30px 0;
	color: #444;
	line-height: 1.7em;
	letter-spacing: -0.02em;		
}

h1 {
	font-size: 36px;
}

h2.splashy {
	font-size: 25px;
	font-weight: bold;
	margin-top: 50px;	
}

h4.sploshy {
	margin-top: 10px;
	letter-spacing: 0.15em;
	color: #ccc;
	text-align: center;
}

a {
	color: #b21212;
}

a:active {
	color: #fff;
}

p {
	margin-bottom: 15px;
}

#page-wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

#page-header {
	text-align: left;
	height: 100px;	
}

#page-footer {
	float: right;
	font-size: 16px;
}

#twitter-wrapper {
	height: 140px;
	width: 440px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(../images/cbrace-bottom.gif) no-repeat top center;
	padding: 60px 25px 0 25px;
}

#twitter-tweet {
	float: right;
	width: 367px;
	text-align: justify;
}

#twitter-pic {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 25px;
}

.TwitterFollow {
	text-align: right;
}

.TwitterFollow a {
	color: #1485cc;	
}

.TwitterFollow a:hover {
	text-decoration: underline;
}

/**
 * Front page aspects
 */
#nav-wrapper {
	margin-top: 75px;
	text-align: center;
}

#top-item, #bottom-item {
	display: block;
	margin: 0 auto;
}

#top-item {	
	width: 77px;	
	margin-bottom: 12px;
}

#bottom-item {
	width: 61px;
	margin-top: 10px;
}

#mid-wrapper {
	overflow: hidden;
}

#left-item, #right-item {
	position: absolute;
	margin-top: 150px;
}

#left-item {
	margin-left: -60px;
}

#right-item {
	margin-left: 18px;
}

/**
 * Generic helper styles 
 */
.RightAligned {
	text-align: right;
}

.NoFloat {
	float: none;
}

.BoldQuestion {
	font-size: 16px;
	font-weight: bold;
	color: #c0a93b;
}