* {
    padding: 0;
    margin: 0;
}

body {
background: #fff url(images/bg.jpg) center top repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
color: #333333;
}

img { border: none; }
a { color: #CC6600; text-decoration: underline;}
a:hover { text-decoration: none; color : #CC9933; }

#wrap {
margin: 0px auto 0 auto;
width: 940px;
}

#navi {
background: url(images/navi.gif);
border: 0px solid #ddd;
text-align: center;
font-size: 13px;
height: 31px;
padding:  2px 0px 0px 00px;
}

#navi  a {
color: #e4c74d;
text-decoration: underline;
padding: 100px 0px 0px 20px;
font-size: 13px;
}


#navi  a:hover {
color: #CC6600;
text-decoration: none;
}




#header {
background: url(images/header1.gif);
border: 0px solid #ddd;
height: 190px;
padding:  0px 0px 0px 00px;

}




.left {
background: #fff;
margin-top: 0px;
width: 739px;
float: left;
font-size: 12px;
text-align: justify;
border-right: 0px solid #ddd;
padding: 10px;
}
.left h2 {
padding : 10px 0 10px 0;
font-size: 14px;
color: #333;
}

.left h3 {
padding : 10px 0 10px 0;
font-size: 14px;
color: #c526ca;
}

.right {
height: 2070px;

text-align: justify;
background: #fff;
margin-top: 0px;
width: 160px;
float: right;
border-left: 1px solid #ddd;
font-size: 12px;
padding: 10px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
padding : 10px 0 10px 0;
font-size: 14px;
color: #333;

}
.right a { text-decoration: none }

#footer {
background: #dddddd;
margin-top: 10px;
margin-bottom: 30px;
text-align: center;
color: #444;
font-size: 11px;
padding: 10px;
}
