* {
    padding: 0;
    margin: 0;
} 

body {
background: #88B4F5;
font-family: helvetica, Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #4E4436;
line-height: 25px;
}

img { border: none; }
a { color: #336699; }
a:hover { text-decoration: none; color : #999; }
h3 { border-bottom: 1px dotted #aaa; color: #336699; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: bold; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #999; }
h4 { color:#000000; font-size:13px; margin-top:10px;}

#wrap {
width: 800px;
margin: 20px auto;
}

#header {
background: #FFFFFF url(images/header.jpg) no-repeat;
height: 200px;
}
#header h1 {
font-size: 30px;
font-weight: bold;
padding: 40px 0 0 30px;
text-align: center;
}
#header h1 a {
text-decoration: none;
color: #0010E2;
}
#header h1 a:hover {
color: #0010E2;
text-decoration: none;
}
#header h2 {
font-size: 23px;
color: #212121;
padding: 25px 10px 10px 30px;
text-align: center;
font-weight: 600;
line-height:25px;
}

#menu {
background: #FFFFFF url(images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 40px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
display:block;
padding:0 10px;
text-decoration:none;
color: #fff;
}
#menu li a:hover {
color:#fff;
text-decoration:none;
background: #aaa url(images/menuover.jpg) repeat-x;
}

#content { 
padding-left: 30px;
padding-right:20px;
background: #FFFFFF url(images/content.jpg) repeat-y;
line-height:17px;
}

#left {
padding: 10px 0;
width: 540px;
float: left;
font-size: 13px;
text-align: justify;
}
#left h3 { border-bottom: 1px dotted #336699; }

#right{
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
width: 170px;
float: right;
background-color:#C6DEFF;
}
#right h3 { height: 30px; line-height: 30px; font-size: 16px; border: none; padding: 0 0 0 10px; margin: 0; color: #336699; }
#right ul { list-style-type: none; padding: 10px 0 20px 20px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { color: #336699; font-weight: 100; display: block; text-decoration: none; font-size: 12px;  }
#right ul li a:hover { color : #999; }

#bottom { background: #342825 url(images/bottom.jpg) no-repeat; padding: 15px 0; }

#footer {
color: #000000;
font-size: 11px; 
text-align: center;
}
#footer a { 
color: #000000;
text-decoration: none;
}
#footer a:hover {
color: #000000; 
text-decoration: underline; 
}
#footer2 {
background: #FFFFFF url(images/footer2.jpg) no-repeat;
height: 35px;
font-size:12px;
padding-top:5px;
text-align:center;
}
#footer2 a { 
color: #342825;
}
#footer2 a:hover {
color: #342825; 
text-decoration: underline; 
}