@charset "UTF-8";

*	{
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #cacb9e;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #333;
	padding: 10px;
}

p.wedding {
	font-size: 14px;
}

p.nav {
	font-size: 14px;
	text-align: center;
}

p.title {
	font-size: 24px;
	font-weight: bold;
	color: #033;
}

p.subtitle {
	font-size: 20px;
	font-weight: bold;
	color: #033;
	text-align: center;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #033;
}

a.button {
	background-color: #eeeeaa;
	padding: 3px 12px;
	margin: 2px 0;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

a.info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

a:hover {
	color: #d52330;
}

a:active {
	color: #c51525
}
	
a.nolink {
	color: #c51525
}

#container { 
	width: 970px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #033;
}

#header {
	background: #033; 
	width: 970px;
	height: 160px;
} 

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #cacb9e;
	padding: 60px 0;
	text-align: center;
	text-shadow: 3px 3px 3px #000;
} 

#header img {
	float: left; 
	padding: 10px 0 10px 10px;
} 

#photos {
	float: right;
	width: 350px;
	background: #EBEBEB;
	margin: 0;	
	padding: 10px;
}

#photos img {
	padding: 10px;
} 

#content {
	margin: 0 354px 0 0;
	padding: 12px 24px;
} 

#content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 12px 24px 0 0;
	text-align: right;
}

#footer { 
	padding: 0;
	background:#DDDDDD; 
} 

#content ul
{
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	padding: 0 0 0 24px;
	font-size: 16px;
	line-height: 1.6;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

