body {
	padding: 0;
	margin: 0;
	background-image: url(../../images/backgrounds/poloroids.jpg);
	width: 100%;
	height: 100%;
	display: table;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #999999;
	position: relative;
}



#container {
	width: 100%;
	height: 100%;
	
}

#main_nav {
	background-image: url(../../aanewsite2010/images/main_nav.jpg);
	height: 103px;
	width: 778px;
}
#small_nav {
	background-image: url(images/small_nav.jpg);
	height: 53px;
	width: 778px;
}
#footer {
	background-image: url(../../aanewsite2010/images/footer.gif);
	height: 173px;
	width: 778px;
	margin: auto;
}

#left {
	background-image: url(../../aanewsite2010/images/column_left_stretch.gif);
	background-repeat: repeat-y;
	margin: auto;
	height: 100%;
	width: 61px;
}

#right {
	background-image: url(../../aanewsite2010/images/column_right_stretch.gif);
	background-repeat: repeat-y;
	padding: 0px;
	width: 45px;
	height: 100%;
	background-position: center top;
}

#header {
	background-color: #FF0000;
	height: 46px;
	width: 646px;
	background-position: center top;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	display: block;
	
}

