/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	padding: 0px;
}
#wrapper2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	height: 1200px;
}
body {
	background-image: url(styles.css);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000;
	text-align: left;
	padding: 5px;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding: 10px;
	color: #FFF;
	font-weight: 200;
	margin: 0px;
	letter-spacing: .1px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #333;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	vertical-align: middle;
	font-weight: lighter;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: lighter;
	padding-left: 25px;
	color: #FFF;
	padding-right: 25px;
}
h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: none;
}
.left {
	text-align: left;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: lighter;
	text-transform: none;
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	text-transform: uppercase;
	padding-left: 20px;
	left: 20px;
	width: 200px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.bold {
	font-weight: bold;
}
.yello {
	color: #FF6;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
.FL {
	color: #F00;
	text-align: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.blue {
	color: #3CF;
}
.caps {
	text-transform: uppercase;
}
.container {
	padding: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.download {
	font-size: 12px;
	line-height: 18px;
	background: #FF9;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.number {
	font-size: 120%;
	font-weight: normal;
}
.white {
	color: #FFF;
	background-color: #000;
	font-size: 14px;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}

