body {
margin : 0;
padding : 0;
font : 90% "Trebuchet MS", verdana, arial, sans-serif;
background : #2e2e2e;
color : #333;
}

#container {
width : 920px;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 0px solid #000000;
background : #fff;
color : #333;
}
			/*MAIN CONTENT*/
#content {
border-left : 3px solid #e5e5e5;
border-right : 3px solid #e5e5e5;
background-color:#FFF;
width: 864px;
padding:15px 15px 15px 15px;
color : #333;
}

#content a:link, #content a:visited {
text-decoration : none;
color : #000000;
}
#content a:hover {
color : #00000;
}

			/*FOOTER*/
#footer {
height: 15px;
padding : 10px;
width:874px;
border-left:3px solid #e5e5e5;
border-right:3px solid #e5e5e5;
border-bottom:3px solid #e5e5e5;
margin :auto;
background-color:#fff;
font-size : 90%;
color : #333;
}

#footer a:link, #footer a:visited {
text-decoration : none;
color : #333;
}

#footer a:hover {
color : #333;
}
			/*TYPOGRAPHY*/
p {
line-height: 1.7em;
margin : 15px;
}

h1 {
	margin-top : 0px;
	padding : 0;
	margin-left: 10px;
	font-size : 140%;
	text-transform : uppercase;
	letter-spacing: 3px;
	color : #333;
}

h2 {
	margin-top : 0px;
	padding : 0;
	margin-left: 10px;
	font-size : 180%;
	text-transform : uppercase;
	letter-spacing: 3px;
	color : #333;
}
h3 {
	margin-top : 0px;
	padding : 0;
	margin-left: 10px;
	font-size : 95%;
	text-transform : uppercase;
	letter-spacing: 3px;
	color : #333;
}
			/*CLASSES*/
.img {
float : left;
padding : 10px;
border : none;
}
.img a {
border : none;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #666;
}

#flashWrapper
{
	width:900px;
	margin:auto;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:0px;
	background-color:#FFF;

}
#contentWrapper
{
	width:900px;
	margin:auto;
	margin-top:0px;
	background-color:#FFF;
}
