@charset "utf-8";
/* NewClean by LGDESIGNS - Creative Commons Attribution-Share Alike 3.0 Netherlands License  */
.container {
width : 800px;
margin : 0 auto;
}
.header {
background : url(images/header.png) no-repeat;
width : 800px;
height : 200px;
}
.menu {
width : 800px;
height : 45px;
background : url(images/menu.png) repeat-x;
}
.menu span {
display : block;
background : url(images/menu.png);
float : left;
padding-top : 10px;
text-align : center;
width : 120px;
height : 29px;
border-right : 1px solid #036;
}
.menu span:hover {
background : #8ecd12;
}
.menu span a {
font-family : Impact, Geneva, sans-serif;
font-size : 15px;
color : #FFF;
text-decoration : none;
}
.content {
width : 600px;
height : 500px;
float : right;
background : #777;
}
.content h2 {
font-family : Impact, Verdana;
font-size : 24px;
margin-left : 40px;
border-top : 1px solid #333;
color : #ccc;
font-weight : normal;
margin-bottom : 0;
}
.content p {
width : 570px;
float : right;
background : #888;
border : 1px solid #555;
padding : 3px;
margin-top : 0;
font-family : Verdana;
font-size : 12px;
}
.content a {
color : #000;
text-decoration : none;
}
.sidebar {
width : 199px;
height : 500px;
float : left;
background : #666;
border-right : 1px solid #333;
}
.sidebar #img {
width : 199px;
height : 200px;
}
.sidebar span {
display : block;
width : 199px;
height : 25px;
border-bottom : 1px solid #333;
background : #555;
padding-top : 5px;
}
.sidebar span a {
font-family : Impact, Geneva, sans-serif;
font-size : 15px;
color : #ccc;
text-decoration : none;
padding-left : 10px;
}
.sidebar span a:hover {
padding-left : 12px;
}
.footer {
clear : both;
width : 800px;
height : 39px;
background : url(images/footer.png) bottom;
}
.footer h2 {
text-align : center;
font-family : impact;
font-size : 20px;
color : #ccc;
padding-top : 5px;
letter-spacing : -1px;
font-weight : normal;
}
body {
background : #333;
}