* {
margin: 0;
padding: 0;
}
body {
background: url(images/hg.gif);
background-repeat: repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #f7f7f7;
font-weight: bold;
}
a { color: #FFFF00; text-decoration: none; }
a:hover { text-decoration: underline; }
#wrap {
width: 980px;
margin: 0 auto;
}
#header {
margin: 40px 0 50px 0;
}
#header h1 {
font-size: 26px;
font-weight: bold;
letter-spacing: -2px;
}
#header h1 a {
color: #FF641A;
text-decoration: none;
}
#header h1 a:hover {
color: #eee;
text-decoration: none;
}
#header h2 {
font-size: 18px;
font-weight: bold;
color: #FFFF00;
}
#content {
float: right;
width: 468px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #aaa;
text-align: justify;
}
#content h2 {
color: #FF6F00;
font-size: 16px;
font-weight: bold;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #aaa;
margin-bottom: 10px;
}
#content h2 a {
color: #FFFF00;
text-decoration: none;
}
#content h2 a:hover {
color: #eee;
}
#leftmenu {
float: left;
width: 160px;
padding: 0 20px 20px 0;
}
#leftmenu h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #FF6F00;
font-size: 16px;
font-weight: bold;
}
#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}
#rightmenu {
float: left;
width: 250px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #aaa;
}
#rightmenu h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #FF6F00;
font-size: 16px;
font-weight: bold;
}
#rightmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}
#footer {
margin-top: 20px;
border-top: 1px dotted #aaa;
font-size: 11px;
text-align: center;
padding: 10px 0 10px 0;
color: #BBB;
font-weight: bold;
}
#content-text {
text-align: center;
font-size: 10px;
font-weight: bold;
padding: 5px 5px 5px 5px;
}