/*
CSS for Sasquatch Productions site
*/

body {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	overflow: hidden; /*get rid of scroll bars in IE */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
	background: #f3b900;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #361504;
	line-height: 16px;
	padding: 0px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #b31130;
	line-height: normal;
	padding: 10px;
	}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b31130;
	line-height: normal;
	padding: 0px;
}


#maincontainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 840px;
	height: 1000px;
	padding: 0px;
	background: #f3b900;
	bor/der: 1px solid blue;
	}

#leftcolumn{
	position: absolute;
	width: 300px; /*Width of left column*/
	height: 180px;
	background: #f3b900;
	bor/der: 1px solid red;
	}
	
#leftcolumn2{
	position: absolute;
	width: 220px; /*Width of left column*/
	height: 500px;
	top: 230px;
	background: #f3b900;
	text-align: right;
	bor/der: 1px solid red;
	}

#rightcolumn{
	position: absolute;
	left: 300px;
	width: 500px; /*Width of left column*/
	height: 600px;
	background: #f3b900;
	top: 120px;
	bor/der: 1px solid white;
	}
	
#logo {
	position: absolute;
	left: 0px;
	top: 150px;
	}
	
a:link {
	color: #361504;
	}

a:visited {
	color: #b31130;
	}

a:hover {
	color: #fff;
	backgro/und-color: #333333;
	text-decoration: none;
	}
	
a:active {
	color: #000;
	}
