@charset "UTF-8";
/* CSS Document */

body {
font-size:62.5%;
background:#333 url(../layoutimages/background.jpg) repeat-x;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#000000;
text-align:center;
}

#header {
width:490px;
height:150px;
margin:5px;
padding:0px;
text-align:center;
}
 

#container {
width:500px;
margin:10px auto 20px auto;
padding:10px;
background-color:#FFFFFF;
font-size:1.2em;
text-align:left;
border:2px solid #FFCC00;
}

*html body #container {
width:476px;
}

h1 {
font-size:1.8em;
line-height: 120%;
font-weight:bold;
border-bottom:1px solid #333;
padding-bottom:3px;
}

h2 {
font-size:1.4em;
font-weight:bold;

}

.djName {
text-align:center;
font-size:2.4em;
line-height: 120%;
margin: 0;
padding:5px 0;
font-weight:bold;
color:#FFCC00;
}

.djFrom {
text-align:center;
font-size:18px;
font-weight:bold;
margin: 0;
padding:5px 0;
}

.text {
color:#666666;
font-size:16px;
line-height:18px;
text-align:justify;
width:480px;
margin:0px 10px
}

.sub {
color:#666666;
font-size:1.2em;
line-height:1.25em;
text-align:justify;
width:480px;
margin:0px 10px
}


#counter {
background-color:#FFCC00;
color:#333333;
font-weight:bold;
border:1px solid #666;
padding:10px 5px;
margin:0px 70px;
text-align:center;
width:360px;
}

.btn {
color:#000;
border:1px solid #000;
background-color:#FFCC00;
padding:4px;
}

.input {
font-size:12px;
border:1px solid #333;
}


a {
color:#FF9900;
}

a:hover {
color:#FF3366;
text-decoration:none;
}


#newsletter {
width:460px;
margin:10px;
padding:10px;
}

#newsletter fieldset {
padding:5px;
}

#newsletter legend {
font-size:1.2em;
font-weight:bold;
color:#333333;
}

.message { background-color:#FFCC00;
color:#333333;
font-weight:bold;
border:1px solid #666;
padding:10px 5px;
margin:0px 70px;
text-align:center;
width:360px; }