* {
	margin: 0;
	padding: 0;
}

html {
	width: 100.3%;
}

body {
	width: 900px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	line-height: 2.5em;
	font-family: "Gill Sans";
	font-size: 80%;
	color: #666666;
}

h1 {
	font-weight: normal;
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
}

#wrapper {
	width: 900px;
	height: 35em;
	float: right;
	margin: 0px;
	padding: 0px;
}

.header {
	height: 32em;
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3em;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	margin-bottom: 0em;
}

.content {
	width: 250px;
	height: auto;
	align: center;
	font-size: 1em;
	margin-left: 19px;
	margin-right: 19px;
	padding: 5px;
	float: left;
	white-space: normal;
	overflow: hidden;
	line-height: 1.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	text-align: center;
	margin-top: 0px;
}

#stylesBox {
	margin-left: auto;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 5px;
	width: 900px;
	margin-right: auto;
	float: left;
}
		
#stylesBox ul {
	list-style-type: none;
}
		
#stylesBox li {
}
		
#stylesBox a {
	text-transform: uppercase;
	text-decoration: none;
}
		
#stylesBox a:hover {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

a:active {
	text-decoration: none;
	color: #666666;
}

