/* CSS Document */

body, html, div, hr, h1, h2, h3, h4, ol, li, dl, dt, dd, img, form, fieldset, blockqoute {
	margin:0px;
	padding:0px;
	border:0px;
}

a {color:#116699; text-decoration:none;}
a:hover {color:#116699; text-decoration:underline;}

dl {clear:both; visibility:hidden; height:0px;}

h3, h3 input {
	font-size:1.2em;
}

h2{
	font-size:1.5em;
}

h3 input {
	width:500px
}

#main-body {
	background: url(images/content-repeat.png) repeat-y;
	width:910px;
	float:left;
	padding:0 40px 10px 40px;
	margin:0;
	margin-top:0px;
	font-weight:500;
	font-size:11pt;
	font-family:"Trebuchet MS", Verdana, Arial;
	z-index:-1;
}

	#main-body img {
		border:1px solid #e2e2e2;
		background:#f5f5f5;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:2px;
		padding:2px;
		margin-top:2px;
	}
#motto{margin-top:-85px; margin-left:-15px; font-style:italic; font-weight:bold;}
#main {
	width:610px;
	float:left;
	padding-right:40px;
	margin-top:25px;
}
	.post {
		background:#f5f5f5;
		border:1px solid #e2e2e2;
		padding:4px;
		-moz-border-radius:10px;
		margin-top:20px;
	}
	.post div {
		background:#f7f7f7;
		border:1px solid #fff;
		padding:15px;
		-moz-border-radius:5px;
		clear:both;
	}
ul.blist li {
	padding-bottom:15px;
}