a {
	text-decoration: none;
}

#header {
	border-bottom:1px solid #D7D7D7;
	margin-top: 5px;
}

#header h1 a {
	font-family: 'andale mono','lucida console',monospace;
	color: #3D5A96;
}

#header h1 {
	float: right;
	margin-top: 32px;
}

#content-text {
	padding-top: 3em;
}

#content-text h2 {
	color: #3D5A96;
	font-weight: bold;
	text-transform: uppercase;
}

#link-box {
	background-color: #E4EAF7;
	color:  #565656;
	line-height: 18px;
	margin-bottom: 2em;
	margin-top: 2em;
	min-height: 200px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#link-box a {
	color: #666666;
	font-weight: bold;
	margin: 12px 0 0;
	padding: 6px 0 0 17px;
}

#sponsor {
	background: #E4EAF7;
	color: #666666;
	margin-top:15px;
	padding: 24px 12px 1px;
}

#sponsor ul {
	list-style-type: none;
	padding-left: 1.2em;
}

#sponsor img {
	background-color:#FFFFF8;
}

#footer {
	border-top: 1px solid #D7D7D7;
	color: #999999;
	float: left;
	font-family: "Consolas","Monaco","Courier New","Courier",monospace;
	font-size: 0.9em;
	line-height: 2em;
	margin-top: 10px;
	text-align: left;
}

#footer a {
	color: #999999;
	font-weight: bold;
}

#footer a:hover {
	color: #91DC47;
}

#footer-content {
	margin-top: 10px;
}

.right {
	text-align: right;
}
