@charset "UTF-8";
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin:0;
padding:0;
border:0;
}

body {
	background-image:url(header.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: red;
	text-align: right;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	text-align: justify;
}

#far_left {
	background-image: url(header_black.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#topleft_corner {
	background-image: url(left_corner2.jpg);
	background-repeat:no-repeat;
	height: 271px;
	width:256px;
	background-position:top;
	float:left;
	margin-right:10px;

}

#hang_down {
	background-image:url(upside_down_grass2.jpg);
	background-repeat:no-repeat;
	height:379px;
	width:271px;
	float:left;
}
#big_container {
	background-image: url(bigcontainer_back_ghetto3.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	padding-left:150px;
}
#header_words {
	float:right;
	margin-right:5px;
	margin-top: 40px;
}

#header_words h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	color: red;
	text-align: left;
}

#flash_follow {
	float:right;
	margin-top:10px;
}

.right {
	float:right;
}

.left {
	float:left;
}

#bottom_stuff {
	width: 925px;
	margin-left: 30px;
}

.clear_it {
	clear:both;
}

.bubble_boxes {
	background-image:url(bubble_fade.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:225px;
	width:280px;
	float:right;
	margin-right:10px;
	margin-left: 10px;
}

.bubble_boxes h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.5em;
	color: red;
	text-align: right;
}

.bubble_boxes p {
	margin-top: 45px;
	margin-left: 25px;
	margin-right: 15px;
	text-align:right;
}

#footer {
	position:absolute;
	bottom:0;
	background-image: url(woodfloor_fade.png);
	background-repeat:repeat-x;
	height:300px;
	width: 100%;
}