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

body
{
	background-color: #E1E6FA;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}	

#wrapper
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.nav
{
	background-color: #FFFB90;
	color: #F23535;
	text-align: left;
	padding-right: 5px;
}

.body
{
	width: 450px;
	padding: 5px;
	float:left;
}

.header
{
	background-color: #F2CB05;
	color: #271D1B;
	font-weight: bolder;
	text-align: left;
	height: 100px;
	font-size: 2em;
	padding: 5px;
}

#footer
{
	background-color: #C4D7ED;
	color: #271D1B;
	font-weight: bolder;
	text-align: left;
	padding: 5px;
	clear: both;
	bottom: 0px;
}

.subHeader
{
	font-size: 18px;
}

a
{
	color: #271D1B;
	font-size: 1.25em;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #375D81;
	text-decoration: none;
	font-weight: bold;
}

h3
{
	color: #375D81;
}

h2
{
	color: #183152;
}

#images
{
	width: 450px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#sidebar
{
	width: 200px;
	border: 2px solid black;
	background-color: #f9f9f9;
	float: right;
	position: relative;
	text-align: right;
}

#tweet
{
	margin-top: 50px;
}

#spacer
{
	margin-top: 50px;
}

div#menu {
	width: 200px;
	height: 30px;
	overflow: hidden;
	border: 2px solid black;
	background-color: #C4D7ED;
	position: absolute;
	margin-left: -2px;
	float: left;
}

div#menu span, div#menu a {
	display: block;
	padding: 0 3px;
}

div#menu a:hover {
	background: #ABC8E2;
}

blockquote
{
	text-align: justify;
}

input
{
	background-color: #C4D7ED;
}

textarea
{
	background-color: #C4D7ED;
}


.contact
{
	color: #271D1B;
	font-weight: bold;
}
