﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image:url('../images/GrandpaRoccoAndGrandmaBetty250.jpg');
	background-repeat:repeat
}

#masthead {
text-align:center;
font-size: xx-large;
}
#masthead2 {
	text-align:center;
font-size: large;


}

#top_nav {
text-align:center
}

#container {
		background-image:url('images/GrandpaRoccoAndGrandmaBetty250.jpg');

	max-width: 700px;
	margin:auto;
	margin-top:75px;
	background: #99FF66;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:25px;

}


#right_col {
	min-width: 2px;
	float: right;
}

#page_content {
	margin-left: 2px;
	margin-right: 2px;
}

#footer {
	clear: both;
}
