@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.twoColFixLtHdr #container {
	width: 788px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 140px;
} 
.twoColFixLtHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #555555;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #555555;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 233px;
}
.twoColFixLtHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 22px;
	background-color: #000000;
	padding-left: 0px;
	margin-left: 234px;
} 
.twoColFixLtHdr #footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #555555;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 334px;
} 
.dots {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	padding-left: 99px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #777777;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	letter-spacing: 0.3mm;
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.marquebox {
	float: left;
	padding-top: 13px;
}
.photobiscuits {
	padding-left: 40px;
}
.selfpublishing:link {
	font-size: 13px;
	color: #CACE56;
}
.selfpublishing:hover {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CACE56;
}
.infodesign {
	color: #CACE56;
}
.infodesign:hover {
	font-weight: bold;
}
.titlesbox {
	float: right;
	width: 224px;
}
.ediinfo:link {
	color: #FFFFFF;
}
.monica:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.monica:hover {
	color: #CACE56;
	font-weight: bold;
}
.ediinfo:hover {
	color: #CACE56;
}
