@charset UTF-8;
/* CSS Document */


body, html {
background-color: #fcdb21;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

form {
margin: 0;
}

#maincontent {
margin-left: auto; margin-right: auto; width: 790px; 
border-left: 5px #f3ce00 solid;
border-right: 5px #f3ce00 solid;
border-bottom: 2px #f3ce00 solid;

background-color: #ffffff;
}

#innercontents {
padding: 10px;
}
#menubox {
float: right;
width: 465px;
margin-right: 10px;
}
#headerbox {
border-bottom: 9px #b69ece solid;
height: 88px;
}

h1 {
font-size: 18px;
margin-top: .3em;
color: #663399;
}

h2 {
font-size: 16px;
color: #663399;
}

h3 {
font-size: 14px;
}

.notop { margin-top: 0; }
.shorttop { margin-top: 5px; }

.nobottom { margin-bottom: 0; }

#menu {
    margin:0;
	margin-left: 0px;
	margin-top: 64px;
    padding:0;
    list-style:none;
}
ul {
margin-top: 0; 
margin-bottom: 0;
}
#menu li {
margin: 0px 1px;
font-size: .9em;

padding: 0px;
float: left;
background: url(/images/iatab_left.gif) no-repeat top left;
font-weight: bold;
line-height: 20px;
}
#menu li a {
text-decoration: none;
display: block;
padding:  6px 8px 5px 2px;
line-height: normal;
margin-left: 6px;
color: #eeeeee;
background: url(/images/iatab_right.gif) repeat-x right top;
}
#menu .active {
background: url(/images/tab_left.gif) no-repeat top left;
}
#menu .active a {
color: #000000;
background: url(/images/tab_right.gif) repeat-x right top;
}

.listingbox {
font-size: .9em; margin: 10px 30px; float: left;
}
.listingbox2 {
font-size: .9em; margin: 0px 20px 20px 0px; float: left;
}
.listingbox div,.listingbox2 div {
background: url(/images/listing_square.gif) top left no-repeat; padding: 3px;
}