* {
   margin: 0;
   padding: 0; 
   border:0;  
}

body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 1em;
   text-align: center;
   background: #004A80;  
   background-image: url(background.jpg);
	background-repeat: repeat-x;
   color: #000000; 
}

#desktop {
   margin: 1em auto;
   width: 769px;
   text-align: left;
}

#header {
	margin-top: 0px;
   border: 0px;
   text-align: center;
   padding: 48px 300px 0px 0px;
   background: #ffffff;  
   background-image: url(headerbg.jpg);
   width: 469px;
   height: 200px;
}
#header h1{
	color: #003371;
}
#header a {
   color: #003371;
   letter-spacing: 0.3em;
}
#header p {
	color: #444444;
}
#content {
	background: #ffffff;  
   background-image: url(bodybg.gif);
	width: 769px;
}
#main h2 a {
   font-size: 80%;
}

#sidebar h3 {
   color: #444444;
   font-size: 90%;
   margin-bottom: 0.5em;
}

#sidebar li {
   font-size: 10px;
   list-style-image: url(bullet.gif);
}

a {
   text-decoration: none;
   color: #8099B8;   
}
a:hover {
   color: #00BFF3;   
}

.post {
   border-bottom: 1px solid #999999;
   margin-bottom: 1.5em;
}
.post .text {
   padding: 1em;
   font-size: 80%;
   line-height: 1.5em;
}
.post .header {
   padding: 0.4em 1em 0.2em 1em;
}
.post .header h2 a {
   color: #000000;
}
.post .header h2 a:hover{
   color: #8099B8;
}
.post .header h3 {
   font-size: 70%;
   color: #444444;
   letter-spacing: 0.1em;
}

.post .footer {
   margin-left: 1px;
   background: #ededed;
   font-size: 70%;   
   padding: 0.3em;
   text-align: center;
}

#main {
   width: 562px;
   float: left;
   margin-top: 1em;
}

#sidebar {
   float: right;
   padding-left: 6px;
   padding-right: 6px;
   width: 186px;
	height: 100%;
   margin-top: 1em;
}

#sidebar div {
   border-bottom: 1px solid #ededed;
   margin-bottom: 1em;
   padding-bottom: 1em;
}
#footer {
	width: 761px;
	height: 22px;
   clear: both; 
   padding: 4px 4px 4px 4px;
	background-color: white;
   background-image: url(bodybg.gif);
   font-size: 10px;
   color: #999999;
}
li, dt, dd {
   margin-left: 1em;
	list-style-type: square bullet;
}


#comments {
   border-top: 1px solid #666666;
   border-bottom: 1px solid #666666;
   margin-left: 1px;
   padding: 1em;
}

#comments h3 {
   margin-bottom: 1.5em;
   font-weight: normal;
   color: #666;
}

#comments .comment .header {
   font-size: 90%;
   font-weight: bolder;
   color: #666;
}

#comments .comment .date {
   float: right;
   font-size: 60%;
}

#comments .comment .text {
   font-size: 80%;
}

#comments .comment {
   border-top: 1px solid #ededed;
   padding: 1em 0;
}
#clearDiv {
	clear : both;
}
#lastposts h3 {
	margin: 0 auto;
	text-indent: -1000px;
	width: 175px;
	height: 67px;
	background-image: url(lastposts_title.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#lastposts li a {
	font-size: 10px;
	color: #666666;
}
#archive h3 {
	margin: 0 auto;
	text-indent: -1000px;
	width: 138px;
	height: 67px;
	background-image: url(hist_title.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#archive li a {
	font-size: 10px;
	color: #666666;
}
