body
{
	font-family: tahoma, verdana;
	font-size:14px;
}

h1 
{
	font-size: 27px;
	color:#148dd2;
	font-weight:normal;
	text-shadow: #cccccc 2px 2px 2px;
	margin:0px;
}	

a
{
color:#148dd2;
text-decoration:none;
}

p
{
margin:0px;
margin-top:4px;
}

#mainTable
{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-350px;
	margin-top:-100px;
	font-size:13px;
	color: #444444;
}

#mainLeft
{
	width:400px;
	text-align:right;
	color:#aaaaaa;
	text-shadow: #cccccc 2px 2px 2px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#mainRight
{
	width:400px;
	text-align:left;
}

#blog
{
position:absolute;
left:0px;
top:100%;
width:100%;
}

#blog h1
{
	margin-bottom:15px;
	font-size:20px;
}


#blog blockquote
{
	font-style: italic;
	padding:10px;
	background:#ffffff;
	border: solid 1px #eeeeee;
}
#blog p
{
	margin-bottom:5px;
}

#blog .entry1, .entry2
{
	padding:10px;
	border-top:solid 1px #dddddd;
	color:#666666;
}

#blog .entry2
{
		background:#f7f7f7;
}

#blog .entry1
{
		background:#e9e9e9;
}

#blog .date
{
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.row0, .row0 td
{
	background: #fafaef
}
