body, p {
	margin:3px;
	padding:0px;
	background:#fff;
	color:#666;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;

}
		
#header {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:5px solid #336699;
	border-bottom:1px solid #336699;
	background:#fff;
	color:#369;
	text-align:center;
}

#main {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:5px solid #336699;
	border-top:4px solid #336699;
}

#blog {
	padding:6px;
	width:70%;
	border-right:5px solid #336699;
	font-size:14px;	
}

#sideBar {
	float:right;
	width:25%;
	padding:8px;
	text-align:left;
}

#sideBar p {
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	text-align: justify;
}

#sideBar h2 {
	color:#666;
	font-weight:bold;
	font-size:12px;
}

#sideBar A {
	color:#369;
}

#sidebar A:hover {
	color:#666;
}


#blog h1 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

#blog h2 {
	font-size: 14px;
	font-weight: bold;
	color: #369;
}

#blog h3 {
	font-weight: bold;
	color: #369;
	font-size:14px;
}

#blog h6 {
	font-size: x-small;
	line-height: 150%;
	text-align:right;
	font-weight: normal;
}

#blog h6 A {
	text-decoration:none;
	color:#369;
	background: none;
	border-bottom:0px;
	padding-right:0px;
}
#blog h6 A:hover {
	text-decoration:underline;
	color:#666;
}

#blog a {
	color: #666;
	border-bottom:1px dotted;
	text-decoration:none;
}

