﻿/* Original style by Joseph De Araujo - Thanks */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B2B2B;
}
h1{
	font-size: 17px;
	font-weight: bold;
	color: #FE6F0F;
}
h2{
    color:#000;
    font-weight:bold;
    font-size:15px;
}
a{
    color: #FE6F0F;
}
img{
    padding:20px 0 0 30px;
}
.box{
    margin:0 auto 0 auto;
    padding:17px 0 0 0;
    width:775px; 
    background:#fff url('images/topbg.gif') repeat-x top; 
}
.header{
    background:#fff url('images/topbg2.PNG') repeat-x;
    height:85px;
}
.menu{
    background:#fff url('images/navbg.gif') repeat-x;
    height:78px;
    padding:25px 0 0 5px;
    font-size:17px;
    color:#000;
}
.menu a{
    color:#000;
    margin:0 10px 0 10px;
}
.text{
    background:#cacaca url('images/midbg.gif') repeat-x;
    padding:0 20px 10px 20px;
    text-align:justify;
}   
.address{
    font-size:13px;
    font-weight:bold;
    position:relative;
    left:30px;
    top:75px;
} 
.part{
    width:500px;
    text-align:justify;
    font-size:13px;
    position:relative;
    left:230px;
    top:-125px;
}
.footer{
    background:#fff url('images/basebg.gif') repeat-x;
    height:81px;
    padding:10px 0 0 0;
    text-align:center;
}