@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Optima, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: right;
	border: 0px solid #666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container #mainabout #sideimg {
	height: 438px;
	width: 219px;
	float: left;
	margin-right: 20px;
}
#container #mainabout #wideimg {
	height: 372px;
	width: 760px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #mainblow #wideimg {
	height: 372px;
	width: 760px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #nav a {
	color: #999999;
	text-decoration: none;
	padding-left: 11px;
}
#container #nav2 a {
	color: #999999;
	text-decoration: none;
	padding-left: 3px;
}
#container #mainabout img {
	margin-right: 20px;
}
#header {
	height: 75px;
	background-color: #FFFFFF;
	width: 335px;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container #header img {
	margin: 0px;
	padding: 0px;
}
#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainabout {
	height: 441px;
	width: 758px;
	text-align: justify;
	border: 1px solid #000000;
	padding: 20px;
	float: left;
	line-height: 25px;
}
#mainblow {
	height: 441px;
	width: 758px;
	text-align: justify;
	border: 1px solid #000000;
	padding: 20px;
	float: left;
	line-height: 25px;
}
#mainfolio {
	height: 441px;
	width: 758px;
	text-align: justify;
	border: 1px solid #000000;
	padding: 20px;
	float: left;
	line-height: 25px;
}
#footer {
	padding: 0 5px;
	background-color: #FFFFFF;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 16px;
	color: #000000;
	text-align: right;
	clear: both;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
#container #nav {
	width: 400px;
	padding: 0;
	text-align: right;
	float: right;
	font-size: 16px;
}
#footer2 {
	padding: 0 5px;
	background-color: #FF6621;
}
#footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	color: #FFFFFF;
}
#container #quote p {
}
#container #nav #current {
	color: #000000;
}
#container #nav a:hover {
	color: #000000;
}
#container #nav2 #current {
	color: #000000;
}
#container #nav2 a:hover {
	color: #000000;
}
#container #quote {
	margin: 0 0 0 340px;
	padding: 55px 0 0 0;
}
#container #nav2 {
	width: 465px;
	float: right;
	margin-top: 34px;
}
#container #nav2 a {
	font-size: 11px;
}
#container #mainfolio #folionav {
	width: 242px;
	float: right;
}
.oneColFixCtrHdr #fans {
	height: 438px;
	width: 587px;
	float: right;
	background-color: #FFFFFF;
	background-image: url(images/24fans1.jpg);
}
#container #mainfolio #folionav a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container #mainfolio #folionav img {
	text-decoration: none;
}
#container #mainfolio #foliocontent {
	width: 496px;
	margin-top: 390px;
	margin-bottom: 20px;
}
#container #mainfolio #foliocontent2 {
	width: 494px;
	margin-top: 320px;
	margin-bottom: 20px;
}
#mainfolio .gallerylink {
	height: 440px;
	width: 760px;
	float: left;
}
