/* CSS Document */

/* Body */

body {
	margin: 23px;
	background-color: #fefefe;
	background-image: url(dark_fiber_i/FiberBG.png);
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #e5e6e2;
}

/* Link Styles */

a, a.visited {
	color: #01fff6;
	text-decoration: underline;
}
a:hover, a.visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Headings */
h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-size: 14px;
	color: #FFFFFF;
}

/* Wrapper */
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 796px;
	height: 972px;
	background-image: url(dark_fiber_i/SiteBG.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-left: 6px;
	}
	
/* Player */
#player {
	background-image: url(dark_fiber_i/PlayerBG.gif);
	background-repeat: repeat-x;
	width: 780px;
	height: 22px;
	text-align: center;
	vertical-align: top;
	font-size: 0px;
}

/* Content Area */
#container {
	padding: 8px 0px 0px 15px;
	text-align: left;
}

#rightside {
	padding: 0px 0px 0px 15px;
	text-align: left;
	font-size: 0px;
}

#iframe {
	background-image: url(dark_fiber_i/ContentBG.jpg);
}

#email {
	background-image:url(dark_fiber_i/buttons/EmailList.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 74px;
	text-align: center;
	padding-top: 40px;
	margin: 0px;
}

/* Forms */
input, select, textarea {
	background-color: #000000;
	border: 1px solid #e5e6e2;
	color: #e5e6e2;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 10px;
}

.noborder {
	border: none;
}

.quote {
	margin: 0px 10px 0px 10px;
}