* {

    margin:0;padding:0;
}

html {

    background-image:url(images/layout/pagebg.gif);
    background-repeat:repeat;
    height:100%;

}

h2 {

    font-size:18px;

}

h2 a{

    font-size:18px;
    text-decoration:none;
    color: #111111;


}

h3 {

    font-size:14px;


}

a:link {
	color: #401b0f;
}
a:visited {
	color: #401b0f;
}
a:hover {
	color: #401b0f;
}
a:active {
	color: #401b0f;
}

body  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    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: #111111;
}
.twoColFixRtHdr #container {
    width: 787px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background-image:url(images/layout/containerbg.gif);
    background-repeat:repeat;
    margin: 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. */
}
.twoColFixRtHdr #header {
    height:287px;
    background-image:url(images/layout/headerbg.gif);
    background-repeat:repeat-x;
    padding:0;margin-bottom:20px;    
}

.twoColFixRtHdr #header .logo{
    height:186px;
    background-image:url(images/layout/logobg.gif);
    background-repeat:no-repeat;
}

.twoColFixRtHdr #header .menu{
    height:37px;
}

.twoColFixRtHdr #header .menu img{
    border:0;

}

.twoColFixRtHdr #header .end{
    height:64px;
    background-image:url(images/layout/headerendbg.gif);
    background-repeat:no-repeat;
}

.twoColFixRtHdr #header .end img{
    border:0;

}

.twoColFixRtHdr #sidebar1 {
    float: right; /* since this element is floated, a width must be given */

    width: 187px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

    padding: 0 12px 0 0;  /*padding keeps the content of the div away from the edges */
}

.twoColFixRtHdr #sidebar1 .rightmenu{
    width:187px;
}

.twoColFixRtHdr #sidebar1 .rightmenu .rmheader{
    background-image:url(images/layout/sidebarheader.gif);
    background-repeat:no-repeat;

    height:6px;
}

.twoColFixRtHdr #sidebar1 .rightmenu .rmcontent{
    background-image:url(images/layout/sidebarbg.gif);
    min-height:210px;
}

.twoColFixRtHdr #sidebar1 .rightmenu .rmcontent ul{
    list-style-type:none;
    padding:0 20px 15px 20px;
	font-size:12px;


}

.twoColFixRtHdr #sidebar1 .rightmenu .rmcontent li{
    font-weight:bold;
    padding-top:15px;


}

.twoColFixRtHdr #sidebar1 .rightmenu .rmcontent ul li ul{

padding:0;

}

.twoColFixRtHdr #sidebar1 .rightmenu .rmcontent ul ul li{
    font-weight:normal;
    padding:0;


}

.twoColFixRtHdr #sidebar1 .rightmenu .rmcontent ul a{
    color:#FFF;
    text-decoration:none;


}

.twoColFixRtHdr #sidebar1 .rightmenu .rmfooter{
    background-image:url(images/layout/sidebarfooter.gif);
    background-repeat:no-repeat;
    height:8px;
}



.twoColFixRtHdr #sidebar1 .eventinfo{

}

.twoColFixRtHdr #sidebar1 .eventinfo .eicontent{
    background-image:url(images/layout/sidebar2bg.gif);

    font-size:10px;
    padding:30px 20px 15px 20px;
}

.twoColFixRtHdr #sidebar1 .eventinfo .eifooter{
    background-image:url(images/layout/sidebar2footer.gif);
    background-repeat:no-repeat;
    height:8px;
}
.twoColFixRtHdr #mainContent {
    margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #mainContent .post-25 h3{

    padding:15px 0 15px 0;

}

.twoColFixRtHdr #mainContent p{
    padding:3px 0 3px 0;
	line-height:15px;
	 
}

.twoColFixRtHdr #mainContent .post .entry{
    padding:10px 0 10px 0;
	
	 
}


.twoColFixRtHdr #mainContent h2{

    padding: 10px 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	 font-weight:normal;
	color:#240b03;
}

.twoColFixRtHdr #mainContent h2 a{

    font-weight:normal;
	color:#240b03;
	
}

.twoColFixRtHdr #mainContent .post h2{

    padding: 10px 0 2px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

.twoColFixRtHdr #mainContent .post h2 a{

    font-weight:normal;
	color:#240b03;
	
}



.twoColFixRtHdr #mainContent h4{

    padding:20px 0 10px 0;
}

.twoColFixRtHdr #mainContent img{
    border:0;
}

.twoColFixRtHdr #mainContent .img_border{
	border:1px solid #660000;
	padding:1px;
}


.twoColFixRtHdr #mainContent .alignleft{

    padding: 0 10px 10px 0;
    float:left;
}


.twoColFixRtHdr #mainContent .alignright{

    padding: 0 0 15px 0;
    float:right;
}

.twoColFixRtHdr #mainContent ul {
	padding:15px;
}

.twoColFixRtHdr #mainContent ol {
	padding:15px 20px 20px 20px;
}


.twoColFixRtHdr #footer {
    height:86px;
    padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background-image:url(images/layout/footerbg.gif);
    background-repeat:no-repeat;
	margin-top:60px;
}
.twoColFixRtHdr #footer p {
    padding-top:10px;
    font-size:8px;
    text-align:center;
    color:#edece7;
}

.twoColFixRtHdr #footer p a{
    color:#a89e6b;
	text-decoration:none;
}

.twoColFixRtHdr #footer .footermenu {
    padding-top:16px;
}

.twoColFixRtHdr #footer .footermenu img{
    border:0;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
         float: right;
         margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
          float: left;
          margin-right: 8px;
}
.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;
}

small {
	
	color:#660000;
	
}

.page small {

    display:none;
}

.category-sponsors small {
	display:none;
}

.category-auctions small {
	display:none;
}

input, textarea{
	background-image:url(images/content/formbg.png);
	background-repeat:repeat-x;
	color:#240b03;
	font-weight:bold;
	padding:0 4px 0 4px;
}

ul.sponsors_title {
	font-size:14px;
	color: #401b0f;
	padding:0;margin:0;
	
	list-style-type:none;
	
}

.sponsors_title a {
	text-decoration:none;
}

.sponsors_div {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #240b03;
	margin:20px 0 20px 0;
}

.reg {
	font-weight:bold;
}