* {
    padding: 0;
    margin: 0;
} 

body {
background: #FFB541;
font-family: Lucida Grande, Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #555;
line-height: 17px;
}

img { border: 1px solid #cccccc; padding:5px; }
a { color: #000000;}
a:hover { text-decoration: none; color : #999; }
h3 { border-bottom: 1px dotted #aaa; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #999; }

#wrap {
width: 800px;
margin: 20px auto;
}

#header {
background-color: #ffffff;
font-family:"Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 100px;
}
#header h1 {
padding: 30px 0 5px 30px;
text-align: left;
}
#header h1 a {
color: #000000;
text-decoration: none;
}
#header h1 a:hover {
color: #555555;
text-decoration: none;
}
#header h2 {
color: #000000;
padding: 4px 0 0 30px;
text-align: left;
}

#menu {
background-color: #ffffff;
height: 30px;
line-height: 30px;
padding-left: 30px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
display:block;
padding:0 10px;
text-decoration:none;
color: #111;
}
#menu li a:hover {
color:#111;

}

#content { 
padding: 0 20px;
background: #ffffff;
}

#left {
padding: 10px 0;
width: 570px;
float: left;
font-size: 12px;
text-align: justify;
}
#left h3 { border-bottom: 1px dotted #aaa; }

#right{
padding: 20px 0;
width: 185px;
float: right;
}
#right h3 { border: none; padding: 0px 0px 10px 0px; margin: 0; color: #000; }
#right ul { list-style-type: none; padding: 10px 0 20px 20px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { color: #69799A; font-weight: bold; display: block; text-decoration: none; font-size: 12px;  }
#right ul li a:hover { color : #000;}

#footer {
font-size: 10px;
color: #111;
text-align: center;
height: 50px;
line-height: 50px;
background: #ffffff;
}
#footer a { 
color: #111;
text-decoration: none;
}
#footer a:hover {
color: #111; 
text-decoration: underline; 
}

#menubottom {
background: #ffffff;
padding: 5px 0;
}

.clearit{
clear:both;
margin-bottom:30px;	
}