body {
background-color: #333333;
text-align: center;
margin-top: 0px;
background-image: url(images/logo_bg.gif);
/*background-repeat: repeat-x;
background-position: 0 0;
background-attachment:fixed;*/

}

p{
text-align: left;
font-family: "Georgia";
font-size: 12px;
color: #333333;
margin-top:0px;
margin-right:0px;
margin-bottom:5px;
line-height: 19px;
}

p.date{
font-weight:bold;
font-size: 15px;
margin-bottom:10px;

}

.highlight{
background-color:#fff764;
color: #000000;
}


p.header {
font-size: 16px;
color: #333333;
font-weight:bold;
font-family: Verdana, Arial, sans-serif;
border-bottom: 2px solid #cccccc;
border-left: 2px solid #cccccc;
line-height:20px;
padding-left: 5px;

padding-bottom: 0px;
margin-bottom: 20px;
margin-top: 30px;

background-image: url(images/header_bg.gif);
}

a:link{
color: #f23d0a;
text-decoration:none; 
}

a:hover{
color: #f23d0a;
text-decoration:underline;
background-color:#f4ff7c;
}

a{
color: #f23d0a;
text-decoration:none;
}

.nohover a:hover { background-color: transparent; }


.container {
width: 700px;
text-align: left;
margin-left:auto;
margin-right:auto;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
min-height: 300px;
padding:0px;
background-color:#ffffff;
background-repeat: no-repeat;
background-position: 0 0;

background-image: url(images/content_bg.gif);

}

.logocontainer {
width: 200px;
padding:0px;
float:left;
}



.post {
margin-top:20px;
padding-top:20px;
padding-bottom:10px;
border-bottom: 1px dashed #666666;
border-top: 1px dashed #666666;
}

.textContainer{
width: 650px;
padding-left: 20px;
padding-right: 20px;
margin: 0px;

}

.innerTextContainer{
padding-left: 30px;
padding-right: 30px;
margin: 0px;
}

.smallContactContainer{
background-color:#333333;
}

.smallContact{
text-align:center;
font-size: 10px;
color: #666666;
font-family: Verdana, Arial, sans-serif;
background-color:#ffffff;
}






