html, body, #container{
    height: 100%;
    min-height: 100%;
}
body{
    background: url("background.gif") repeat-x;
    margin: 0px;
    padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
       
#container{
    background: url("background-container.jpg") no-repeat;
    background-position: top center;
    height: auto;
}

#copyright{
    background: #39372f;
}

#copyrighttext{
    width: 960px;
    margin: auto;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: white;
    padding: 10px;
}

#copyrighttext a{
    color: white;
}

#header{
    width: 960px;
    margin: 0px auto;
    padding-top: 35px;
}

#topmenu{
    padding-top: 20px;
}

#content{
    width: 960px;
    height: auto;
    margin: 0px auto;
    font-family: Arial, sans-serif;
}

#heading{
    font-size: 25px;
    letter-spacing: -0.04em;    
}

#heading_big{
    font-size: 28px;
    letter-spacing: -0.04em;
}

#heading_blog{
    font-size: 18px;
    letter-spacing: -0.04em;
}

#leftcontainer{
    width: 665px;
    height: auto;
    margin: 0px auto;
    float: left;    
}

#left{
    height: auto;
    border: #a6b5d1 1px solid;
    background: #fcf8f7;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    background-image: url(highlight_left.gif);
    background-repeat: no-repeat;
    background-position: top center;       
}

#rightcontainer{
    width: 275px;
    height: auto;
    margin: 0px auto;
    float: right;
}

#right{
    height: auto;
    border: #a6b5d1 1px solid;
    background: #fcf8f7;
    behavior: url(border-radius.htc);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    font-size: 14px;
    background-image: url(highlight_right.gif);
    background-repeat: no-repeat;
    background-position: top center;      
}

#pad15{
    margin: 15px;
	height: auto;
}

#line{
    border-top: #a6b5d1 1px dashed;
    margin-top: 10px;
    margin-bottom: 10px;
}
     
#shoutform{
    background: #dde8f0;
    behavior: url(border-radius.htc);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    color: #002e5e;
    text-align: center;
    padding: 10px;
    border: #b3cfed 1px solid;
}

#shouterror{
    background: #ffd0c3;
    behavior: url(border-radius.htc);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    margin: 10px 0px 10px 0px;
    color: #d43c3c;
    text-align: center;
    border: #f8aea1 1px solid;
    padding: 10px;
}

#pad10{
    margin: 10px;
}

#shoutline{
    border-top: #8a8a8a 1px solid;
    margin-top: 3px;
    margin-bottom: 5px;
}

#shout1{
    background: #f9f9fa;
    behavior: url(border-radius.htc);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    color: #383838;
    border: #cdcdcd 1px solid;
}

#shout2{
    background: #ececec;
    behavior: url(border-radius.htc);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    color: #383838;
    border: #cdcdcd 1px solid;
}

.shoutdate{
    font-size: 12px;
}

.shouttext{
    font-size: 13px;
}

#logo{
    float: left;
	padding-top: 12px;
}

#woman{
	float: right;
}

#signoff{
    background-image: url(signoff.gif);
    background-repeat: repeat-x;
    height: 100px;
}

#ne1fm{
    width: 960px;
    margin: auto;
    text-align: right;
}

.blog_text{
	font-size: 13px;
}

.blog_text a, a:visited, a:active, a:hover{
	color: #000;
}

#contact{
	font-size: 13px;
}

#contact a, a:visited, a:active, a:hover{
	color: #000;
}

.contact_bold{
	font-size: 15px;
}

a, a:visited, a:active, a:hover{
	color: #000;
}

#podcast-ajax{
	line-height: 22px;
}