* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(images/bp-1.png) repeat-x top #fffff;
}

.top {
	padding-left:100;
	margin:0 auto;
	width:800px;
}

p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

a { color: #540000; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

h1 { font-size: 3.0em; margin-bottom: 0.8em; }
h2 { font-size: 1.5em; text-transform: uppercase; margin-bottom: 0.8em; }
h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 2px;
	background: #e9bc3d;
	color: #5e0d04;
	padding: 5px;
	margin-bottom: 0.5em;
	text-align: center;
}

.clear { clear: both; }



		
	div#main-content {
		padding-bottom: 50px;
		margin:0 auto;
		width:800px;
			border-top: 8px solid #540000;
			padding-top: 15px;
			}	
		div#main-content div#left-col {
			float: left;
			width: 260px;
		}
		
		div#main-content div#right-col {
			float: right;
			width: 510px;
			border-top: 8px solid #540000;
			padding-top: 15px;
			}	
			div#main-content div#right-col p {
				font-size: 1.1em;
			}

div#page {
	width: 400px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 10px;
}

	div#footer, div#push{
	clear: both;
	height: 1em;
	width: 800px;
	background: #540000;
	color: white;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	}
