@charset "UTF-8";
body {
	font: 16px "Times New Roman", Times, serif;
	background:#BFB6A7;
	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;
}
.oneColFixCtr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	min-height:680px;
}
.oneColFixCtr #container #flash {
	background-color: #FFF;
	height: 190px;
	width: 955px;
	top:114px;
}
.oneColFixCtr #container #header {
	height: 114px;
	width: 955px;
}
.oneColFixCtr #container #logo {
	height: 114px;
	width: 737px;
	text-align:right;
	float:left;
}
.oneColFixCtr #container #givesmart {
	height: 97px;
	width: 149px;
	text-align:middle;
	padding:17px 0px 0px 69px;
	float:right;
}

.oneColFixCtr #container #navigation {
	height: 35px;
	width: 955px;
}
.oneColFixCtr #container #leftwrapper #documents {
	max-width: 175px;
	margin:20px 0px 0px 18px;
	background:#C2CAF2;
}
.oneColFixCtr #container #leftwrapper {
	width:200px;
	float:left;

}
.oneColFixCtr #container #leftwrapper #auctioncatalog {
	max-width: 175px;
	margin:20px 0px 0px 18px;
}

.oneColFixCtr #container #text {
	max-width: 730px;
	min-width: 730px;
	padding: 20px 15px 0px 10px;
	/*margin-right:10px;*/
	float:right;
}

.oneColFixCtr #container #textRaffle {
	max-width: 730px;
	min-width: 730px;
	padding: 20px 15px 0px 10px;
	/*margin-right:10px;*/
	float:right;
	text-align:center;
}
.oneColFixCtr #container #textRaffle img {
	padding-right:15px;
}
.oneColFixCtr #container #text a {
	color:#000000;
}
.oneColFixCtr #container #text a:visited {
	color:#000000;
}

.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;
}

.oneColFixCtr #container #logo img {
	padding-top: 33px;
}

.oneColFixCtr #footer {
	width: 955px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 12px;
}

.oneColFixCtr #footer a {
	color:#000000;
	text-decoration:none;
}

.oneColFixCtr #footer a:visited {
	color:#000000;
}

.bold {
	font-weight: bold;
}

.floatleft {
	float:left;
}
.oneColFixCtr #container #documents p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtr #container #documents a {
	color:#000000;
}

.paddingleft {
	padding-left: 21px;
}
