@charset "UTF-8";
/* CSS Document */

<style type="text/css">
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-color: #0f0f0f;
	image-align: center;
	text-align: center;	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*background-image:url();
	background-repeat: repeat-x;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.oneColFixCtr {
	background-color: #0f0f0f;
	color: #757575;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #a6a6a6;
	
}

.oneColFixCtr #mainContent {
	width: 780px; height: 200px;	
	margin: 0 auto;
	/*background-image:url();
	background-repeat:no-repeat;*/
	overflow:visible;
	padding-top:50px;	
}

.oneColFixCtr #imgContent {
	width: 700px; height: 100px;	
	margin: 0 auto;
	/*background-image:url(file:///MacPro/Users/sharibaker/Documents/floe_ftpWEB/htdocs/images/typolust.png);
	background-repeat:no-repeat;*/
	overflow:visible;
	padding-top:50px;
}	

.oneColFixCtr #textContainer {
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:405px;
	margin: auto;
	clear: both;
	float: none;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #757575;
	text-shadow: 1px 2px 3px black
	
}
	
	 h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #757575;
	text-shadow: 1px 2px 3px black
	
}
	
	 h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #757575;
	text-decoration: none;

}
h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 8px;
	color: #3b3b3b;
	text-shadow: 1px 1px 1px black;
	text-decoration: none;
}

h6 a:link {
	color: #3b3b3b;
	text-shadow: 1px 1px 1px black;
	text-decoration: none;
}

h6 a:visited {
	color: #3b3b3b;
	text-shadow: 1px 1px 1px black;
	text-decoration: none;
}

h6 a:hover {
	color: #a6a6a6;
	text-shadow: 1px 1px 1px black;
	text-shadow: none
}

.defaultText {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 15.5px;
	color: #757575;
	text-shadow: 1px 2px 2px black
}

.defaultText a:link {
	text-decoration: none;
}

.defaultText a:visited {
	text-decoration: none;
}
.defaultText a:hover {
	text-decoration: underline;
	text-shadow: none
}

.sddLink {
	color: #ec008c;
	text-shadow: 1px 1px 1px black;
}

.flickrLink {
	color: #00aeef;
	text-shadow: 1px 1px 1px black;
}

.floeLink {
	color: #ff9400;
	text-shadow: 1px 1px 1px black;
}

.twitterLink {
	color: #00ff00;
	text-shadow: 1px 1px 1px black;
}

.vimLink {
	color: #fff200;
	text-shadow: 1px 1px 1px black;
}

.rssLink {
	color: #757575;
	text-shadow: 1px 1px 1px black;
}

.blogLink {
	color: #fff266;
	text-shadow: 1px 1px 1px black;
}

.altLink {
	color: #ff9466;
	text-shadow: 1px 1px 1px black;
}

.ccLink {
	color: #757575;
	text-shadow: 1px 1px 1px black;
	font-weight:bold
	text-decoration: none;
}

.extraStyle {
	color: #757575; 
	font-size: 6px;
	text-shadow: 1px 1px 1px black; 
}
	
.Style1 {
	color: #757575; 
	font-size: 22px;
	
}

<link rel="alternate" type="application/rss+xml" title="RSS" href="file:///MacPro/Users/sharibaker/Documents/floemedia/floe_ftpWEB/htdocs/rss.xml" />
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<!--

-->
</style>