@charset "UTF-8";
body {
	background-image: url(bg_weirdos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 

div.container {
	text-align: left;
	position: relative;
	top:600px;
	margin-left:auto;
	margin-right:auto;
	width: 780px;
}

div.column { 
	width:240px; 
	float:left; 
	padding: 0px 0px 0px 10px;
}

div.column2 { 
	width:500px; 
	float:right; 
	padding: 0px 0px 0px 0px;
}

p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.4em;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #9d1500;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #3e6e08;
}

strong {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

img.floatr {
	float: right;
	padding: 0px 0px 5px 10px;
	margin: 0;
	border: 0;
		}
			

img.floatl {
	float: left;
	padding: 0px 10px 5px 0px;
	margin: 0;
	border: 0;
		}

a:link {
	color: #8d0000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
}
a:active {
	color: #8d0000;
}	


	
