/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	font-size: 100.01%; /*fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	color: #666;
	background: #CCE6B3;
}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 722px;
	text-align: left;
	background-image: url(images/middle_bgpage.jpg);
	background-repeat: repeat-y;
	position: relative;
}

#topbackgrnd {
	width: 722px;
	height: 65px;
	background-image: url(images/top_bgpage.jpg);
	background-repeat: no-repeat;
}

#topbackgrnd h1 {
	font-family: Georgia, Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 135%;
	Color: #873D92;
	padding: 20px 0 0 20px;
	text-align: center;
}

#header {
	width: 722px;
	height: 170px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

body.help #header {
	width: 722px;
	height: 170px;
	background-image: url(images/header_help.jpg);
	background-repeat: no-repeat;
}

body.press #header {
	width: 722px;
	height: 170px;
	background-image: url(images/header_press.jpg);
	background-repeat: no-repeat;
}

body.auction #header {
	width: 722px;
	height: 170px;
	background-image: url(images/header_auction.jpg);
	background-repeat: no-repeat;
}

body.events #header {
	width: 722px;
	height: 170px;
	background-image: url(images/header_events.jpg);
	background-repeat: no-repeat;
}

body.about #header {
	width: 722px;
	height: 170px;
	background-image: url(images/header_about.jpg);
	background-repeat: no-repeat;
}


a:link {
	text-decoration: underline;
	color: #666;
}

a:visited, a:hover {
	color: #873D92;
	text-decoration: none;
}

a:active {
	color: #CCE6B3;
	text-decoration: none;
}


#container {
	width: 722px;
	background-image: url(images/middle_bgpage.jpg);
	background-repeat: repeat-y;
}

#presscontainer {
	width: 722px;
	background-image: url(images/middle_bgpage.jpg);
	background-repeat: repeat-y;
}

 #content {
	float: right;
	width: 475px;
	border-left: 1px dotted #666;
	padding:0 20px 0 5px;
} 

#sidebar{
	width: 215px;
	float: left;
}

#content h1,  #sidebar h1, #presscontainer h1{
	font-family: Georgia, Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
	Color: #873D92;
	padding: 0 0 0 20px;
}

#content h1.PressHead {
	margin: 5px;
	padding: 0 0 5px 5px;
	font-family: Georgia, Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
	Color: #873D92;
	background-color: #E7D7EF;
	border-bottom:1px solid  #873D92;
	display: block;
}
#content h2,  #sidebar h2, #presscontainer h2{
	font-family: Georgia, Arial, helvetica, sans-serif;
	font-size: 105%;
	font-weight: normal;
	Color: #873D92;
	padding: 7px 0 0 20px;
	text-align: left;
}

#content h2.press {
	font-weight: bold;
}

#content h3, #presscontainer h3 {
	font-family:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;
	margin:10px 0 0px 10px;
	color:#4A5254;
	margin-bottom: -10px;
	padding:0 0 0 0;
	font-size:105%;
}

#content .PressDate {
	font-family:  "Trebuchet MS", Georgia, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #997100;
	text-align: left;
	border-bottom: 1px dashed #997100;
}

#presscontainer h4{
	font-family:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;
	margin:0 auto;
	color:#997100;
	padding:7px 0 0 20px;
	font-size:100%;
}

#content h4 {
	font-family:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;
	background-color: #E7D7EF;
	color:#4A5254;
	font-size:105%;
	margin:10px 0 10px 0;
	padding:5px;
}

#sidebar h3{
	font-family:  "Trebuchet MS", Georgia, Arial, helvetica, sans-serif;
	font-size: 90%;
	Color:#997100;
	padding: 0 0 0 20px;
}


.date{
	font-family:  "Trebuchet MS", Georgia, Arial, helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	Color: #4A5254;
	padding: 0 0 0 8px;
	text-decoration: underline;
}

.eventQuote{
	font-family:  "Trebuchet MS", Georgia, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 105%;
	color: #997100;
}

#content p, #sidebar p, #presscontainer p {
	font-size: 0.9em;
	padding: 10px 20px 0 20px;
	line-height: 150%;
	text-align: left;
}

#sidebar p.sponsorlist, #content p.sponsorlist {
	font-size: 1.2em;
	color: #997100;
}


#sidebar p{
	padding-bottom: 10px;
}

#content li{
	font-size: 0.9em;
	padding: 5px 0 0 30px;
	list-style: disc inside;
}

#content p, #presscontainer p{
	margin-left: 5px;
}

#content .rule {
	border-top: 1px solid #E7D7EF;
	width: 80%;
	margin: 10px 20px;
}

.right {
	float:right;
}

.left {
	float: left;
}

#shading {
	background-image: url(images/middleshading.jpg);
	background-repeat: repeat-x;
}

.buttons {
	padding: 0 10px 20px 0;
	float: right;
}

.buttonsSidebar {
	float: right;
	display:inline;
}

#bottombackgrnd {
	clear: both;
	width: 722px;
	height: 30px;
	background-image: url(images/bottom_bgpage.jpg);
	background-repeat: no-repeat;
}

.paleviolet {
	background-color: #E7D7EF;
}

#galleryborder {
	padding: 7px;
	border: 1px solid #ddd;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 15px;
}

#footer {
	position: relative;
	margin: 20px 0 20px 0;
	width: 722px;
	background: #CCE6B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align: center;
}

#footer a:link {
	color: #873D92;
	text-decoration: underline;
}
#footer a:hover, #footer a:visited {
	color: #997100;
	text-decoration: none;
}

#footer a:active {
	color:#666;
	text-decoration: underline;
}

.imgindent {
	padding:20px 0 10px 10px;
}

.purple {
	color: #873D92;
}


.clearFloat {
	clear:both;
	height: 1px;
}


a.press:link {
	padding-left: 20px;
}

.companyName {
	font-style: italic;
	font-size: 0.8em;
}