@charset "utf-8";
/* CSS Document */

#container {	
	position:relative;
	width:999px;
	height:auto;
	margin: 0 auto;
}
#main_picture {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	float:right;
	height:132px;
	width:999px;
}
#menu {
	float:relative;
	height:28px;
	width:999px;
}
#content {
/*	background-color:#FFFFFF;
	background-repeat:repeat-y;*/
	background-image:url(images/JoeMcNally.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	float:right;
    height:900px;
	width:782px;
}
#bal {
	background-color:#FFFFFF;
	float:right;
    height:900px;
	width:217px;
}
#content_txt {
	margin-top:30px;
	margin-right:220px;
	margin-left:20px;

	
}

#content_pic {
	margin-top:30px;
	width: 225px;
	height: 279px;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	float:right;
	height:54px;
	width:999px;
}


