
* {
margin : 0;
padding : 0;
}
body {
background-color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #ffcc66;
font-weight : bold;
}
a {
color : #ffcc66;
text-decoration : none;
}
a:hover {
text-decoration : underline;
}
a:visited {
color : #a88743;
}
#wrap {
width : 980px;
margin : 0 auto;
}
#header {
margin : 40px 0 50px 0;
}
#center {
color : #ffcc66;
text-align : center;
}
#content {
float : right;
width : 468px;
padding : 0 20px 20px 20px;
border-left : 1px dotted #ffcc66;
text-align : justify;
}
#content h1 {
color : #ff0000;
font-size : 10px;
font-weight : bold;
padding : 10px 0 5px 0;
border-bottom : 1px dotted #ffcc66;
margin-bottom : 10px;
text-align : center;
}
#content h2 {
color : #ffcc66;
font-size : 12px;
font-weight : bold;
padding : 10px 0 5px 0;
border-bottom : 1px dotted #ffcc66;
margin-bottom : 10px;
}
#content h3 {
text-align : center;
color : #ffcc66;
font-size : 12px;
font-weight : bold;
padding : 10px 0 5px 0;
border-bottom : 1px dotted #ffcc66;
margin-bottom : 10px;
}
#content h4 {
margin-top : 1px;
border-top : 1px dotted #ffcc66;
font-size : 8px;
font-weight : normal;
}
#leftmenu {
float : left;
width : 160px;
padding : 0 20px 20px 0;
}
#leftmenu h2 {
border-bottom : 1px dotted #ffcc66;
padding : 10px 0 5px 0;
margin-bottom : 10px;
color : #ffcc66;
font-size : 10px;
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 #ffcc66;
}
#rightmenu h2 {
border-bottom : 1px dotted #ffcc66;
padding : 10px 0 5px 0;
margin-bottom : 10px;
color : #ffcc66;
font-size : 12px;
font-weight : bold;
}
#rightmenu ul {
list-style-type : none;
padding : 0 0 10px 0;
}
#footer {
margin-top : 20px;
border-top : 1px dotted #ffcc66;
font-size : 11px;
text-align : center;
padding : 10px 0 10px 0;
color : #ffcc66;
font-weight : bold;
}
#slider {
float : left;
width : 160px;
padding : 0 20px 20px 0;
}
#slider h2 {
border-bottom : 1px dotted #ffcc66;
padding : 10px 0 5px 0;
margin-bottom : 10px;
color : #ffcc66;
font-size : 10px;
font-weight : bold;
}
.sliderwrapper {
position : relative;
overflow : hidden;
width : 440px;
height : 240px;
background : #000000;
}
.pagination {
width : 440px;
height : 10px;
text-align : center;
background : #000000;
padding-top : 5px;
padding-right : 10px;
}
.pagination a {
float : left;
display : block;
height : 15px;
width : 17px;
padding : 0;
margin-left : 5px;
text-align : center;
text-decoration : none;
background : #000000;
color : #ffcc66;
}
.pagination a:hover, .pagination a.selected {
background : #333;
}
