/*                 Heart of Mercy  : Standard CSS Styles Document
                Copyright 2007 -  Heart of Mercy Ministries, Inc.
                If this proves to be educational for anybody, fantastic!
*/


body {
	background: #00455e url(starfade-bg.jpg) 50% 0;
	color: #000;
	font-family: "trebuchet ms", "times new roman", times, serif;
	text-align: center;
	margin: 0px;
	padding: 0;
}
.width {
	width: 50%;
	min-width: 300px;
	margin: 0 auto;
	text-align: left;
	background-color: #29271A;
}
* html .minwidth {
	border-left: 300px solid #fff;
}
* html .container {
	margin-left: -300px;
	position: relative;
}
/*\*/
* html .minwidth, * html .container, * html .content {
	height: 1px;
}
/*/
.width {
	display: inline-block;
}
/**/

.content {
	border: 1px solid #c00;
	padding: 5px;
}

.rule {
	width: 300px;
	background-color: #c00;
	color: #fff;
	margin: 1em auto;
}


.width1 {
	width: 50%;
	min-width: 300px;
	margin: 0 auto;
	text-align: left;
}
* html .minwidth1 {
	padding-left: 300px;
}
/*\*/
* html .minwidth1, * html .layout {
	height: 1px;
}
/**/


