body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #666;
}

#wrapper {
width: 750px;
margin: 3px auto 3px auto;
text-align: center;
}

#header1 {
background-color: #000;
white-space: nowrap;
text-align: left;
}

#header2 {
background-color: #000;
white-space: nowrap;
}

#banner1 {
margin: 5px;
padding: 5px;
}

#main {
width: 748px;
background-color: #fff;
border-right: 1px solid #000;
border-left: 1px solid #000;
}

#maincopy {
padding: 10px;
}

#navbar a {
display: block;
padding: 2px 0px 2px 10px;
margin-left: 3px;
font-weight: bold;
}


#navbar a:link {
color: #333;
text-decoration: none;
background: #ccc url('/images/bullet.gif') no-repeat fixed left; 
}

#navbar a:visited {
color: #333;
text-decoration: none;
background: #ccc url('/images/bullet.gif') no-repeat fixed left; 
}

#navbar a:active {
color: #666;
text-decoration: underline;
background: #ccc url('/images/bullet2.gif') no-repeat fixed left; 
}

#navbar a:hover {
color: #666;
text-decoration: underline;
background: #ccc url('/images/bullet2.gif') no-repeat fixed left; 
}



#navbar .bar {
width: 100%;
height: 3px;
margin: 0px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background-color: #999; 
}


#footer {
width: 750px;
background-color: #000;
}

h1 {
font-size: 20px;
color: #666;
margin: 2px;
}

h2 {
font-size: 18px;
color: #600;
font-weight: normal;
}

h3 {
font-size: 16px;
color: #333;
}

h4 {
font-size: 14px;
color: #333;
}

h5 {
font-size: 12px;
color: #333;
}

h6 {
font-size: 10px;
color: #333;
}

.border-right {
border-right: 1px solid #000;
}

#banner {
margin: 2px auto 2px auto;
text-align: center;
}

a:link {
color: #333;
text-decoration: underline;
}

a:active {
color: #666;
text-decoration: none;
}

a:visited {
color: #666;
text-decoration: underline;
}

a:hover {
color: #666;
text-decoration: none;
}

#contact {
font-size: 10px;
}
.small-text {
	font-size: 11px;
}
.mainbold {
	font-weight: bold;
}
.mainitalic {
	font-style: italic;
}

.redbold {
font-size: 16px;
color: #600;
font-weight: bold;
}

