body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneIndex #container {
	width: 780px;
	margin: .5in auto 0;
	background-image: url(../images/backgrounds/romeoHomeLogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 432px;
} 
.oneAddress #container {
	width: 780px;
	margin: .5in auto 0;
	background-image: url(../images/backgrounds/romeoAddressBg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 432px;
} 
.oneProfile #container {
	width: 780px;
	margin: .5in auto 0;
	background-image: url(../images/backgrounds/romeoProfileBg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 432px;
} 
.oneServices #container {
	width: 780px;
	margin: .5in auto 0;
	background-image: url(../images/backgrounds/romeoServicesBg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 432px;
} 
.oneWeddings #container {
	width: 780px;
	margin: .5in auto 0;
	background-image: url(../images/backgrounds/romeoMissionBg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 432px;
} 
.wedSubMn #container {
	width: 780px;
	margin: .5in auto 0;
	background-image: url(../images/backgrounds/wedSubMn.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 462px;
}	
.wedSubMnC #container {
	width: 780px;
	margin: .5in auto 0;
	background-repeat: no-repeat;
	background-position: center center;
	height: 462px;
	background-color: #000000;
}	

#smallerFont {
	font-size: 68%;
}
#midFont {
	font-size: 88%;
	text-align:left;
}
#largerFont {
	font-size: 115%;
}
#rightJ {
	text-align: center;
	line-height: 1.8;	
}
#chgLinHi {
	line-height: 1.1;	
}
#homecopyright {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: none;
	font-size: 11px;
	background-position: bottom;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-top: 10px;
} 
#contactText {
	position: relative;
	left: 405px;
	top: 45px;
	width: 350px;
	height: 370px;
	text-align: justify;
	overflow: auto;
	padding-right: 20px;
	font-family: "Monotype Corsiva";
	font-size: 20px;
}
#serviceText {
	position: relative;
	left: 25px;
	top: 45px;
	width: 700px;
	height: 370px;
	text-align: justify;
	overflow: auto;
	padding-right: 20px;
	font-family: "Monotype Corsiva";
	font-size: 20px;
}
#wedSubMnText {
	
	position: relative;
	top: 5px;
	width: 310px;
	height: 370px;
	text-align: justify;
	overflow: auto;
	padding-right: 20px;
	font-family: "Monotype Corsiva";
	font-size: 20px;
	
}
#wedSubMnPics {
	position: relative;
	width: 435px;
	height: 420px;
	text-align: justify;
	overflow: auto;
	font-family: "Monotype Corsiva";
	font-size: 20px;
	margin-top: 8px;
	
	
}
a.footLink {
color: #00FF00;
text-decoration: underline;
}
copyR a:link {
color: #FF0000;
text-decoration: underline;
}
copyR a:visited {
color: #00FF00;
text-decoration: underline;
}
copyR a:hover {
color: #FF00FF;
text-decoration: none;
}
copyR a:active {
color: #0000FF;
text-decoration: none;
}
