@charset "utf-8";
/* CSS Document */

BODY {
text-align:center;
/*background-color:#2662AB; */
background-color:#DDDDDD;
background-image:url(bg.jpg);
background-repeat:repeat-x;
background-position:top;
margin:0 auto;
font-family:"Century Gothic";
color:#40220A;

}

.wrapper {
position:relative;
width:1000px;
margin:0 auto;
/*border:solid 0px #ffffff;*/
background-repeat:repeat-y;
font-size:14px;
background-color:#D4E4F3;
text-align:left;
}

.butnav {
position:absolute;
left:320px;
bottom:3px;
width:600px;
height:34px;
line-height:34px;
font-size:12px;
color:#FFFFFF;
text-align:center;


}
.butnav a{
font-size:12px;
color:#FFFFFF;
text-align:center;
}
.butnav a hover{
font-size:12px;
color:#FFFFFF;
text-align:center;
}
.menu {
position:absolute;
left:0px;
top:160px;
width:1000px;
height:34px;
line-height:34px;
font-size:14px;
color:#FFFFFF;
text-align:center;

}
.menu a {
color:#FFFFFF;
}

.maintable {
background-color:#D4E4F3;
font-family:"Century Gothic";
font-size:12px;
}
.logo {
position:absolute;
left:15px;
top:4px;
width:387px;
font-size:35px;
color:#FFFFFF;
}
.tagline {
position:absolute;
left:10px;
top:65px;
width:600px;
font-size:30px;
color:#FFFFFF;
font-weight:bold;
text-align:left;

}
.address {
position:absolute;
left:40px;
top:75px;
width:470px;
font-size:14px;
color:#FFFFFF; 
text-align:center;
}
.phone {
position:absolute;
left:600px;
top:0px;
width:400px;
font-size:16px;
color:#FFFFFF;
text-align:center;
}
table {
margin:0;
border:0px;
}
img {
border:none;
margin:0px;
}
td {
margin:0;
}
table tr td {padding:0; margin:0; font:Verdana, Arial;}
 td img {display:inline-block;}
a {
text-decoration:none;
color:#4481C2;
}