body {
    text-align:center;
    margin:0;
    padding:0;
    background: #1481B9 url(../images/bg.jpg) repeat-x top center;
    font-family: Verdana, Geneva, sans-serif;
}

div, p, img, table, h1, h2, h3, h4 {
    margin:0;
    padding:0;
}

a img {
    border:0;
}

#container {
    width:960px;
    margin:0 auto;
    text-align:left;
}

#top {
}

#concon {
    position:relative;
    background: url(../images/middle.jpg) repeat-y top center;
    z-index:100;
    padding:0px 8px;    
}

#menubar {
    margin-top:-14px;
    float:left;
    width:252px; /* was 352 */    
}

#menubar #awards {
    text-align:center;
    border-bottom:1px solid #000;
    padding:35px 0px;
    margin-bottom:20px;
}

#menubar div {
    padding: 0 15px;
}

#menubar div div {
    padding:0px;
}

ul.links li {
    margin-bottom:15px;
}

#subscription {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
}

#subscription label {
    width:60px;
    display:inline-block
}

#subscription ul {
    margin:0;
    padding:0;
}

#subscription ul li {
    list-style:none;
    margin-bottom:5px;
}

#content {
    margin-top:-14px;
    float:right;
    padding: 35px 15px 10px 15px;
    width:661px; /* was 561 */
    border-left:1px solid #000;
}

h1, h2, h3 {
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
        margin-top:20px;
        margin-bottom:10px;
        text-align:center;
}

#content ul.ticks {
margin-left:160px;
	list-style-image: url(/images/checkmark-med.png); /*was greentick.png */
}

#post_comment ul li {
    list-style:none;
    text-align:center;
    margin-bottom:10px;
}

#post_comment ul li h4{
    font-size:25px;
    font-weight:normal;
}

#post_comment ul li label {
    width: 60px;
    display:inline-block;
}

#footer {
    background: url(../images/footer.jpg) no-repeat top center;
    text-align:center;
    font-size:12px;
    color:#F3EA8D;
}

#footer a{
    margin:0 5px;
    color:#F3EA8D;
}

.clearboth {
    clear:both;
    line-height:0px;
    height:0px;
}
.afflinks
{
text-decoration:underline;
color:blue;

}

