@import "reset.css";
@import "bulletpts.css";
@import "typography.css";

/**HTML & BODY**/

html, body {
	background-color: #ffffff;
	text-align: center;
}

/**END HTML & BODY**/

/**GLOBAL STYLES**/

#wrapper {
	position: relative;
	left: 0px;
	height: auto;
	width: 1000px;
	margin: 0px auto;
}
	#header {
		height: 143px;
		width: 1000px;
		float: left;
		background-image: url(../img/header.jpg);
		background-repeat: no-repeat;
	}
	#header_pic {
		position: relative;
		left: 0px;
		height: 143px;
		width: 302px;
		float: right;
	}
		.header_pic_home {
			background-image: url(../img/header_pic_home.jpg);
		}
		.header_pic_approved {
			background-image: url(../img/header_pic_approved.jpg);
		}
		.header_pic_participating {
			background-image: url(../img/header_pic_participating.jpg);
		}
		.header_pic_about {
			background-image: url(../img/header_pic_about.jpg);
		}
	#l_column {
		position: relative;
		left: 0px;
		top: 0px;
		height: auto;
		width: 540px;
		float: left;
	}
		#title_bar {
			position: relative;
			left: 0px;
			height: 61px;
			width: 540px;
			background-color: #000000;
		}
		#nav_bg {
			position: relative;
			top: 50px;
			left: 0px;
			height: 100px;
			width: 540px;
			background-color: #ffffff;
		}
		#l_column_bg {
			position: relative;
			top: 0px;
			left: 0px;
			height: auto;
			min-height: 261px;
			width: 540px;
			background-repeat: no-repeat;
		}
			.l_column_bg_white {
				background-image: url(../img/l_column_bg_white.jpg);
				background-color: #ffffff;
			}
			.l_column_bg_red {
				background-image: url(../img/l_column_bg_red.jpg);
				background-color: #d43d2a;
			}
	#r_column {
		position: relative;
		left: 0px;
		top: 0px;
		height: auto;
		width: 460px;
		float: right;
	}
		#r_column_pic {
			position: relative;
			top: 0px;
			left: 0px;
			height: 305px;
			width: 460px;
		}
			.r_column_pic_home {
				background-image: url(../img/r_column_pic_home.jpg);
			}
			.r_column_pic_approved {
				background-image: url(../img/r_column_pic_approved.jpg);
			}
			.r_column_pic_participating {
				background-image: url(../img/r_column_pic_participating.jpg);
			}
			.r_column_pic_about {
				background-image: url(../img/r_column_pic_about.jpg);
			}
	#footer {
		position: relative;
		top: 0px;
		left: 0px;
		height: 135px;
		width: 1000px;
		background-image: url(../img/footer.jpg);
	}
	
	#footer_block {
	text-align: center;
	}
#footer_links {
text-align: center;
}

/**END GLOBAL STYLES**/
	

