/*wedding_minister2*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2c5c8a;
	background-image: url(../images/wed_bg_hearts.jpg);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

.oneCol #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C6E2FF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#banner {
	background-color: #91bbda;
	color: #000070;
}

#banner img {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
}

#menu {
	background: #5b90F6;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	font-size: 16px;
	text-align: center;
}
    
#menu a {
    padding: 4px 12px;
    text-decoration: none;
    font-weight: bold;
	color: #ffffff;
}

#menu a:visited {
	padding: 4px 12px;
    text-decoration: none;
    font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	color: #6960ec;
	background-color: #ffffff;
	text-decoration: none;
}

#menu a:active {
	color: #906;
	background-color: #ffffff;
}

.oneCol #mainContent {
	padding: 0 20px;
	background: #C6E2FF;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #6960EC;
}

.oneCol #mainContent h1 {
	font-size: 24px;
	color: #5593c3;
	text-align: center;
}

.oneCol #mainContent h2 {
	font-size: 18px;
	color: #5593c3;
}

.oneCol #mainContent h3 {
	font-size: 12px;
	color: #5593c3;
	padding-top: 0;
}

blockquote{
	margin-left: 15%;
}

.fltrt {
	float: right;
	margin-left: 5px;
	padding: 10px 5px 5px 5px;
}

.fltlt {
	float: left;
	margin-left: 0;
	padding: 30px 5px 5px 5px;
}

a:link {
	text-decoration: none;
	color: #309;
}

a:visited {
	text-decoration: none;
	color: #309;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.oneCol #footer {
	background-image: url(../images/ft.gif);
	padding: 10px 10px;
}

#footer p.copyright {
	font-size: 0.6em;
	color: #000;
}

#footer a {
	color: #5b90F6;
	font-size: 12px;
}

#footer a:visited {
	color: #5b90f6;
}

#footer a:hover {
	font-weight: bold;
	text-decoration: none;
}

#footer a:active {
	text-decoration: none;
}

#td {
	text-align: center;
}
