@charset "utf-8";

/*---------------------------------------------*/
* {
margin: 0;
padding: 0;
font-size: 12pix;
line-height:1.6;
}


body {
background-image: url(images/back.jpg);
background-repeat: repeat-x;
background-color: #b8e8db;
text-align: center;
font-size: 12px;
}

#container {
background-color: #ffffff;
width: 850px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#header {
width: 850px;
height: 300px;
position: relative;
background-color: #ffffff;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#footer {
width: 850px;
height: auto;
position: relative;
background-color: #ffffff;
text-align: center;
}

li a {
color: #000066;
text-decoration: none;
}
li a:visited {
color:#000066;
}
li a:hover {
color: #669900;
text-decoration: underline;
}


a {
color: #000066;
text-decoration: none;
}
a:visited {
color: #000066;
}
a:hover {
color: #669900;
text-decoration: underline;
}


/*---------------------------------------------*/
#left {
margin-top: 15px;
margin-bottom: 15px;
margin-left: 10px;
float: left;
width: 550px;
height: auto;
background-color: #ffffff;
color:#333333;
}

.leftheader {
clear: both; 
margin: 0px 8px 15px 0px;
padding: 3px 3px 3px 15px;
color: #000000;
background-color: #F5F5F5;
border-top: 1px dashed #cccccc;
border-bottom: 1px dashed #cccccc;
text-align: left;
font-weight: bold;
}

.entryheader {
clear: both; 
padding-top: 6px;
padding-right: 0px;
padding-left: 8px;
padding-bottom: 6px;
display: block;
width: 530px;
height: auto;
background-color: #f4f2e3;
border-left: #000066 4px solid;
color:#666666;
}

.entryheader h3 {
display: inline;
font-weight: bold;
font-size: 14pix;
}

.entrybody {
float: left;
clear: both;
padding-top: 12px;
padding-bottom: 12px;
padding-right: 15px;
padding-left: 8px;
display: block;
width: 530px;
height: auto;
}

.entrybody img {
float:left;
clear: both;
display: block;
margin-right: 15px;
margin-top: 15px;
}

.entryfooter{
float:left;
padding-right: 0px;
display: block;
padding-bottom:10px;
width: 530px;
padding-top: 0px;
}

.entryfooter p.posted {
color: #999999;
font-size:small;
border-top: 1px dashed #cccccc;
text-align: left;
line-height: normal;
margin-bottom: 25px;
padding: 5px;
}



/*---------------------------------------------*/
#right {
margin-top: 15px;
margin-left: 5px;
float: left;
width: 270px;
color: #666633;
}

#right_menu {
width: 250px;
background-color: #f0f6d6;
padding-top: 5px
padding-bottom: 10px;
margin: 0px 0px 0px 0px;
text-align: left;
}

#right_menu ul {
padding-left: 10px;
padding-right: 8px;
list-style-type: none;
}

.right_menu li {
font-size: 80%;
}

