/*/*/ 

.logo { 
		position: absolute;
	    top: 15px;
	    left: 100px;
		z-index: 1;
	    }


.main { 
		position: absolute;
		top: 0px;
		left: 92px;
		width: 809px;
		}
		
.bottom  { 
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 809px;
		text-align: center;
		background-color: #ccc;
		font-family: arial;
		font-size: 13px;
		padding-top: 5px;
		padding-bottom: 5px;
		}
		
.mainbody {
		padding-top: 45px;
		padding-left: 35px;		
		padding-right: 35px;
		font-family: Trebuchet MS;
		font-size: 13px;
		}
		
h1 {
		padding-top: 15px;
		font-size: 26px;
		color: #333;
		font-weight: bold;
		font-family: arial;
		}

.headline {
		padding-top: 35px;
		font-size: 26px;
		color: #333;
		font-weight: bold;
		font-family: arial;
		}
		
		
.headline a {
		color: #cc0033;
		}
		
.headline a:hover {
		color: #ff0000;
		}
		
.posted {
		font-size: 15px;
		font-weight: bold;
		padding-bottom: 10px;
		}
		
		
.posted a{
		line-height: 205%;
		}
		
.topnav {
		padding-top: 27px;
		border-bottom: 5px solid #666;
		font: 13px verdana;
		font-weight: bold;
		background-color: #eee;
		}

.topnav a {
		text-decoration: none;
		}
		
.topnav a:hover {
		text-decoration: underline;
		color: blue;
		}
		
.blog {
		font-size: 20px;
		font-family: verdana, Trebuchet MS;
		display: inline;
		font-weight: bold;
		padding-left: 180px;
		}
		
		
.summary {
		border-bottom: 1px solid #666;
		padding-bottom: 3px;
		}
		


/* End */ 
