/* reset css */
#header, #content_box, #sidebars, .post_box, .headline_area, #content h2, #content h3 {
margin: 0;
margin: 0;
padding: 0;
border: 0;
}

/* custom css */

#header { 
height: 25em; 
padding: 20px 0 0 0; 
background-image: url('http://www.jayclay.net/wp-content/uploads/2011/02/header024.jpg'); 
background-repeat: no-repeat; 
background-position: center bottom;
}

#logo {
width: 325px;
float: left;
}

#logo a {
font-size: 97px;
letter-spacing: 7px;
}

#tagline {
width: 550px;
float: right;
}

#header #tagline {
color: #ffffff;
font-size: 16px;
letter-spacing: 3px;
text-align: right;
}

#header h1 {
color: #ffffff;
font-size: 16px;
letter-spacing: 3px;
text-align: right;
}

#content_box {
padding: 20px 0 0 0;
}

#content h1, #content h2 {
padding: 5px 0 20px 45px;
color: #ffffff;
font-family: "Times New Roman", Times, Georgia, serif;
font-variant: small-caps;
font-size: 24px;
letter-spacing: 3px;
}

#content {
padding: 0 20px 50px 20px;
width: 600px;
float: left;
background: #666666;
-moz-border-radius: 15px;
border-radius: 15px;
}

#content h3 {
color: #ffffff;
text-align: center;
}

#content center {
padding-bottom: 20px;
}

#content ul {
width: 260px;
margin-left: 40px;
padding: 0px;
float: left;
list-style: none;
}

#content strong {
color: orange;
}

#content li a {
text-decoration: none;
}

#sidebars h3 {
margin: 0;
padding: 5px 0 10px 10px;
color: #FFFF66;
font-family: "Times New Roman", Times, Georgia, serif;
font-size: 24px;
letter-spacing: 3px;
}

#sidebars ul {
padding: 5px 0 0 10px;
}

.menu a{
width: 145px;
font-size: 10px;
test-decoration: none;
}

#sidebars {
padding: 0 10px;
width: 200px;
background: #666666;
-moz-border-radius: 15px;
border-radius: 15px;
}

#footer p {
text-align: center;
}