body {
	font-family: "Lucida Grande", Arial, Helvetica;
	text-align: left;
	background-color: transparent;
	}
	
.body {
	font-size: 10px;
	}
	
/* fonts */
h1 {font-size: 120%}
h2 {font-size: 100%}
p {font-size: 80%}

a:link {
	color:#000000;
	background:transparent;
	}

a:visited {
	color:#666666;
	background:transparent;
	}

a:hover {
	color:#ffffff;
	background:#663399;
	}

a:active {
	color:#ffcc00;
	background:#663399;
	} 

/* Container */
#container {
	position: absolute;
	margin: 0px;
	width: 780px;
	border: 0px;
	padding: 0px;
	}

	/* left */
.left {
	position:absolute;
	left: 0px;
	top: 10px;
	width: 440px;
	height: 450px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	}
	
	
	/* right */
.right {
	position:absolute;
	left: 460px;
	top: 0px;
	width: 340px;
	height: 450px;
	margin-left: px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	overflow: auto;
	background-color:#EAEAEA:
	}
	
	
	/* blogger styles*/
.date-header {
	font-size: 85%;
	padding: 5px;
	}
	
.post {
	margin: 10px;
	border: 1px dotted #bbb;
	border-width: 1px 0;
	}
	
.post-body {
	border: 1px dotted #bbb;
	border-width: 1px;
	border-bottom-color: #fff;
	padding: 15px;
	}
	
.post-title {
	background-color: #ccc;
	margin:0;
	display: block;
	border: 1px dotted #bbb;
	border-width: 1px;
	padding: 5px;
	color: #333;
	}
	
p.post-footer {
	background-color: #F2F2F2;
	margin:0;
	padding:3px;
	border:1px dotted #bbb;
	border-width:1px;
	border-bottom:1px solid #eee;
	line-height:1.5em;
	color:#666;
	text-align:right;
	}
	
