@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
}

.mainText { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.mainText a { color: #000000; text-decoration: underline; }
.mainText a:hover { color: #000000; text-decoration: none; }
.mainText a:fade { color: #000000; text-decoration: none; }

TD.footer { padding-top: 16px; padding-bottom: 14px; }
TD.footer2 { padding-bottom: 10px; }

#mainContent { padding-left: 25px; padding-right: 25px; padding-top: 15px; }
#headers { font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #669999; padding-bottom: 18px; }
#scrollingText { overflow: auto; height: 320px; padding-right: 20px; }
#trailer { padding-left: 526px; padding-top: 78px; }

#pixGallery {
	/* background-color: #fff; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 500px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#pixGallery #pixWrapper {
	background-repeat: repeat-y;
	overflow: hidden;
}
#pixGallery #pixWrapper #pixColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 161px;
}
#pixGallery #pixWrapper #pixColumn3 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 161px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#pixGallery #pixWrapper #pixColumn2 {
	margin-top: 0;
	margin-right: 168px;
	margin-bottom: 0;
	margin-left: 169px;
}

img.picRight { margin-left: 10px; margin-bottom: 6px; margin-top: 6px; }
