* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	color:#FFF;
}

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: 1.5em; text-transform: uppercase;color:#333}
h2 { font-size: 1.3em;   
	
	color:#333
	 }
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#page-wrap {
	width:770px;
	margin: 0 auto;
}	
	
	div#main-content  {
			margin-top: 30px;;
		
		}
		

		div#main-content div#left-col {
			float: left;
			width: 310px;
			height: 400px;
			padding-right: 20px;
		
		}
		
			
		
			div#main-content div#right-col  {
				text-align: left;
				width: 310px;
				height: 400px;
				float: right;
			}

