body {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	background: url(http://www.oneeyeddog.com/v8/images/mainBG.gif) repeat-x 100% 0;
	color: #7f7d7d;
}

h1 {
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif; /*"Garamond Premr Pro", Garamond, "Garamond Premr Pro Smbd";*/
	color: #575446;
	letter-spacing: 0.5px;
}

h2 {
	font-size: 115%;
	font-weight: bold;
	font-family: "verdana, tahoma, san-serif";
	
}

h3 {
	font-size: 85%;
	font-weight: bold;
	font-family: "verdana, tahoma, san-serif";
}

h4 {
	font-size: 60%;
	font-family: "verdana, tahoma, san-serif";
	color: #bbb;
	letter-spacing: 1px;
}

#smallPrint {
	font-size: 60%;
	font-family: "verdana, tahoma, san-serif";
	color: #bbb;
	letter-spacing: 1px;
}

#footer {
	font-size: 60%;
	font-family: Arial, Helvetica, sans-serif;
	color: #bbb;
	letter-spacing: 1px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

/*page layout*/

#mainBody {
	width: 750px;
	left: 100%;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	position: relative;
	top: -3px;
	left: -3px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: ffffff;
}

#header {
	width: 750px;
	left: 100%;
	/*background: cccccc;*/
	margin: 45px 0px 0px 0px;	
	padding: 0px;

}

#dropShadow {
	width: 790px;
	left: 100%;
	background: url(http://www.oneeyeddog.com/v8/images/dropShadowBG.png) no-repeat 100% 0;
	margin: 0px 0px 0px 0px;	
	padding: 0px;

}

#nav {
	width: 746px;
	height: 35px;
	/*float: right;*/
	left: 95%;
	background: url(http://www.oneeyeddog.com/images/navBG.png) repeat-x 100% 0;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
		
}

#mainBody dl {
	width: 350px;
	
	/*margin: 45px 0px 0px 0px;*/	
	padding: 3px;
	border-bottom: 1px solid #e4e4e4;

}

#mainBody dt {
	font-weight: bold;
	color: #646565;
}

#mainBody dd {
	margin: 0;
	padding: 0;
	padding: 5px;
	font-size: 75%;
}

#content {
	width: 495px;
	height: 100%;
	/*background: f85f5f;*/
	float: left;
	text-align: left;
	padding: 3px;
	border-right: 1px dotted #9fa19f;
	font-family: Arial, Helvetica, sans-serif;

}

#portfolio {
	width: 245px;	
	/*background: 5ff8ef;*/
	float: right;
	
	padding: 0px;
}

#portfolio1 {
	width: 360px;	
	/*background: 5ff8ef;*/
	float: left;
	text-align: left;	
	padding: 5px;
	border-right: 1px dotted #9fa19f;
	height: 100%;
	
}

#portfolio2 {
	width: 365px;	
	/*background: 5ff8ef;*/
	text-align: left;
	float: right;
	padding: 5px;
	
}

#social {
	width: 740px;	
	/*background: f85fd9;*/
	border-top: 1px solid #9fa19f;
	clear: both;

}

#footer {
	width: 750px;	
	/*background: 6ef85f;*/
	clear: both;
	font-size: 75%;	
	font-family: "verdana, tahoma, san-serif";
	color: #a69d79;

}

/* FLOATER */
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 286px;
	height: 1px;
	z-index: 1000;
}

a:link, a:visited {
	color: #353535;
	font-weight: bold;
	text-decoration: none;
	/*border-bottom: 1px dotted #353535;*/
}


a:hover {
	color: #8d5600;
	/*border-bottom: 1px solid #8d5600;*/
}

/*this gets rid of the d0tted line on linked banners, but allows them to remain on text links.. */

A.banners:link {
	border: none;	
	text-decoration:none;
}
