* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee url(images/background.jpg) repeat-x top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: solid 3px #DDD; }
a { color: #005EB0; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
width: 1020px;
margin: 0 auto;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
background: #fff;
}

#header {
height: 60px;
margin: 0 auto;
width: 1020px;
border-left: none; /*1px solid #666;*/
border-right: none; /*1px solid #666;*/
}

#header h1 {
padding: 12px 0 0 20px;
font-size: 20px;
letter-spacing: -2px;
}
#header h1 a {
color: #ccc;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
}

#header h2 {
margin-top: 3px;
padding-left: 21px;
font-size: 14px;
font-weight: 100;
}

#header h2 a {
color: #ff1111;
text-decoration: none;
}
#header h2 a:hover {
text-decoration: none;
}

#hright {
text-align: right;
margin: 0px 30px -100px 0px;
padding: 0px;
float: right;
}

#hright img {
border: none;
}

#left {
float: left;
width: 204px;
padding: 10px;
}
#left h2 { color: #005EB0; padding: 15px 0 5px 10px; font-size: 17px; letter-spacing: -1px; font-weight: 100;}
#left ul { color: #777; padding: 10px 0 10px 30px; list-style-type: square; }
#left ul li { padding-bottom: 5px; font-size: 14px; }
#left ul li a { color: #777; text-decoration: none;  }
#left ul li a:hover { color: #000; }

#center {
margin-top: 20px;
float: left;
width: 468px;
padding: 10px 20px 20px 20px;
background: #fafafa;
border: 1px solid #ccc;
}
#center h2 {
color: #005EB0;
font-size: 24px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}

#center h3 {
color: #FF1111;
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
}

#center h3 a {
color: #FF1111;
font-size: 16px;
font-weight: 100;
line-height: 120%;
}

#center h3 a img {
border: 0;
padding-bottom: 3px;
margin-right: 5px;
}

#center div.title {
color: #777;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}

#center div.poem {
color: #777;
font-size: 14px;
font-weight: 100;
margin-bottom: 30px;
}

#center div.poem a img {
border: 0;
float: right;
}

#center ul {
padding: 10px 0 10px 30px; list-style-type: square;
}

#center ul li {
padding-bottom: 5px;
}

#right {
margin-top: 10px;
float: right; 
width: 260px;
padding: 10px;
}
#right h2 { color: #005EB0; padding: 0px; margin: 0px 0px -20px 0px; font-size: 18px; letter-spacing: 0px; font-weight: 100;}
#right ul { color: #777; padding: 10px 0 10px 30px; list-style-type: square; }
#right ul li { padding-bottom: 5px; }
#right ul li a { color: #777; text-decoration: none;  }
#right ul li a:hover { color: #000; }
#right h3 { color: #005EB0; padding: 0px; margin: -10px 0px 0px 0px; font-size: 14px; letter-spacing: 0px; font-weight: 100;}

#footer {
margin-top: 20px;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
padding: 10px 0;
text-align: center;
font-size: 11px;
background: #eee;
}

