/* CSS Document */

body{
	background: #29282c;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #838383;
	text-align: left;
}

.clear{
	clear: both;
}

#projectflash {
	width: 925px;
	height: 640px;

}

#projectflash p {
	margin: 150px 100px 0px 0px;
}

#top {
	height: 12px;
	/* top margin of page */

}

#textflash {
	width: 925px;
	height: 200px;
}

#topimage {
	width: 260px;
}

#textcontent {
	width: 665px;
	padding: 85px 0 0 0;
}

#textcontent p {
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 125px;
	margin-bottom: 12px;
	margin-left: 60px;
}

#textcontent h1 {
	color: #b42d33;
	font-size: 20px;
	margin-top: 20px;
	margin-right: 125px;
	margin-bottom: 3px;
	margin-left: 60px;
	font-weight: normal;
}

#footer {
	width: 800px;
	padding: 6px 0 0 0;
}

#logo {
	width: 800px;
}

a:link { color: #fff; text-decoration: none;   }
a:visited { color: #fff; text-decoration: none;     }
a:hover { color: #ffe744; text-decoration: underline;     }
a:visited:hover { color: #ffe744; text-decoration: underline;     }

.text { font-size: 11px; line-height: 16px; margin-top: 0; margin-right: 100px; margin-bottom: 12px; }
.caption {
	color: #838383;
	font-size: 11px;
	margin: 9px 125px 8px 0px;
	text-align: right;
}
.homecaption {
	color: #838383;
	font-size: 11px;
	margin: 9px 125px 8px 0px;
	text-align: right;
}
.footer { color: #5f5f5f; font-size: 10px; text-align: right; 	margin: 14px 125px 8px 0px; }
.footer a:link { color: #5f5f5f; font-weight: normal ; text-decoration: none; }
.footer a:visited { color: #5f5f5f; font-weight: normal ; text-decoration: none; }
.footer a:hover { color: #fff; font-weight: normal ; text-decoration: underline; }
.footer a:visited:hover { color: #fff; font-weight: normal ; text-decoration: underline; }
