@charset "UTF-8";
/* Style Sheet for Scott Fieldings Web Site - July 2007 */

body {
	font-family:Optima, "Optima ExtraBlack", Tahoma, Verdana, "Trebuchet MS";
	font-size:18px;
	color:#eeeeee;
	background-color:#000000;
}

p.quote {
	font-family:Papyrus, Tahoma, Verdana, "Trebuchet MS";
	font-style:italic;
}


.mainText
{
	color: #eeeeee;
	border-left-style:solid;
	padding-left:30px; 
	padding-right:20px;
}

img.main 
{
	float:right;
	border:1px solid #CCCCCC;
	margin-left:15px;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:35px;
}

img.right
{
	float:right;
	border:1px solid #CCCCCC;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:5px;
}

img.rightAdjust
{
	float:right;
	border:1px solid #CCCCCC;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:10px;
	margin-right:5px;
}

img.left
{
	float:left;
	border:1px solid #CCCCCC;
	margin-left:5px;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:20px;
}

img.rightembed
{
	float:right;
	border:1px solid #CCCCCC;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:5px;
}

img.leftembed
{
	float:left;
	border:1px solid #CCCCCC;
	margin-left:5px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
}

#navImage {
	position: fixed;
	border-style:solid;
	border-color:#66ff00;
	border-width:1px;
	left: 15px;
	top: 290px;
}

#banner {
	position:fixed;
	padding: 0;
	right: 15;
	top: 0;
	}

#youarehere
{
	font-family:"Copperplate Gothic Light", "Copperplate Gothic Bold", Copperplate, Capitals, "Century Gothic", sans-serif;
	color:#00FF33;
	font-size:14px;
	padding-left:10px;
}

a:link
{
	font-style: italic;
	font-weight: bold;
	color: #66ff00;
	text-decoration: none;
}
a:hover
{
	font-style: italic;
	font-weight: bold;
	color: #66ffff;
	text-decoration: none;
}
a:visited
{
	font-style: italic;
	font-weight: bold;
	color: #66ff00;
	text-decoration: none;
}