body
{
    background-image: url('images/bg_side.gif');
    background-repeat: repeat-x;
    background-color: #b9b9b9;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#main_div
{
    width: 928px;
    height: auto;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    left: 48px;
    width: 928px;
    height: 127px;
    background-image: url('images/header.gif');
}

#navigation
{
    left: 48px;
    width: 928px;
    height: 39px;
    background-image: url('images/navigation.gif');
    text-align: left;
}

#navi-shade
{
    left: 48px;
    width: 928px;
    height: 11px;
    background-image: url('images/navi_shade.gif');
}

#content
{
    width: 928px;
    height: auto;
    min-height: 740px;
    background-image: url('images/content.gif');
    background-repeat: no-repeat;
    padding: 1px 0px 1px 0px;
    text-align: left;
}

#left_col
{
    float: left;
    width: 280px;
    margin: 10px 0 0 0px;
    left: 0px;
    padding-left: 0px;
    border-style: solid;
    border-color: #dbe2eb;
	border-width: 0 1px 0 0;	
	min-height: 600px;  
}

#content_wrapper
{
    width: 870px;
    margin-left: 30px;
}
#content_wrapper3col
{
    float: left;
    width: 550px;
    margin-left: 30px;
    height: 100%;
}

#right_col
{
    width: 10px;
    margin-right: 10px;
    height: auto;
    clear: both;
}

#content-expand
{
    left: 48px;
    width: 928px;
    background-image: url('images/content_expand.gif');
    background-repeat: repeat-y;
    clear: both;
}

#footer
{
    left: 48px;
    width: 928px;
    height: 70px;
    background-image: url('images/footer.gif');
    clear: both;
}

#footer_wrapper
{
	padding: 2px 20px 0px 20px;
	font-size: 11px;
	color: #4f4f4f;
	text-align: center;
	clear: both;	
}

#copyright
{
	padding: 2px 20px 2px 20px;
	font-size: 10px;
	color: #4f4f4f;
	text-align: center
}

#nav_menu
{
    padding-left: 14px;
    padding-top: 0px;
    margin: 0px;
    list-style: none;
}

#nav_menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav_menu a
{
    float: left;
    margin: 0px 0px 0px 0px;
}

#nav_menu a
{
    font-size: 18px;
    font-weight: bold;
    background-image: none;
    height: 39px;
    line-height: 39px;
    float: left;
    width: 150px;
    display: block;
    color: #6f6f6f;
    text-decoration: none;
    text-align: center;
}

#nav_menu a:hover
{
    color: white;
    background-image: url('images/button.gif');
}

input.btn {
  color:#ffffff;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#267daa;
  border: 1px solid;
  border-color: #696 #363 #363 #696;
  margin: 5px 5px 5px 5px;
}

input.btnhov {   
  background-color: #8ebd00 ; 
}   


button.btn {
  color:#ffffff;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#267daa;
  border: 1px solid;
  border-color: #696 #363 #363 #696;
  margin: 5px 5px 5px 5px;  
}

button.btnhov {      
   background-color: #8ebd00 ;
}   


blockquote {
	margin: 15px 0px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #66A342;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}


input.buynow:hover {
background: url('images/buy_btn11.png');
}