table {
	font-size: 1px; 
	font-family: verdana;
}

body {
	font-size: 10px; 
	font-family: verdana; 
	padding: 0px; 
	margin: 0px; 
	background-color: #830000; 
}

html {
 height: 101%;
}

a:link {
	text-decoration: none; 
	color: #5e5e5e
}

a:visited {
	text-decoration: none; 
	color: #000000
}

a:active {
	text-decoration: none; 
	color: #6C93FF
}

a:hover {
	text-decoration: none; 
	color: #6C93FF;
}

img {
	border: none;
}

h1 {
	margin: 0.3em auto 0.2em;
}

h2 {

}

h3 {

}

p {
	margin: 0px;
	padding: 0px;
}

a {

}

ul {

}

li {
	
}

#site {
	width: 45em;
	margin: auto;
}

	#siteContent {
		width: 45em;
		background-color: white;
		border: 1px solid black;
		border-top: 0px;
		float: left;
	}

.designCode {
	float: left;
} 

	.designCode #header {
		width: 45em;
		text-align: center;
		float: left;
	}

		#header h1 {
			font-size: 4em;
			color: #333333;
		}

.mceContentBody {
	color: #3f3f3f;
	float: left;
}

	.mceContentBody .post {
		width: 45em;
		border-top: 1px dotted #ebebeb;	
		float: left;
		display: inline;
	}
	
		.mceContentBody .post p {
			padding: 1em 1em 0em;
			margin: 0px;
		}

		.post p.postInfo {
			margin-right: 2em;
			padding-bottom: 1em;
			color: #777777;
			float: right;
			font-style: italic;
		}

#mceContentBody {

}
