body {
	background-image: url(/images/weddinglayout/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
}
#header {
	text-align: center;
	height: 114px;
	overflow: hidden;
}
#container {
	text-align: center;
	width: 1072px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content_border {
	height: 466px;
	width: 1072px;
	overflow: hidden;
	background-image: url(/images/weddinglayout/grey_bg.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	clear: left;
	background-repeat: no-repeat;
}
#content {
	height: 466px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(../images/weddinglayout/content_bg.jpg);
}

.highlight {
	color: #003399;
	font-family: Tahoma, Verdana;
}

.entry_text {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	text-align: left;
	padding: 10px;
	
}
.entry_text a:link{
	color: #CCCC66;
	text-decoration: underline;
}
.entry_text a:visited{
	color: #CCCC66;
	text-decoration: underline;
}
.entry_text a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.title {
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin: 10px;
}

.form {
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	margin: 10px;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-left: 10px;
}

#logo {
	height: 87px;
	width: 357px;

}
.footer {
	float: left;
	color: #768E9D;
	font-size: 10px;
	font-family: Tahoma, Verdana;
	text-align: center;
	width: 100%;
}
.footer a:link {
	color: #768E9D;
	text-decoration: none;
}
.footer a:visited {
	color: #747F85;
}
.footer a:hover {
	color: #0A1215;
	text-decoration: none;
}
#nav {
	text-align: center;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 701px;
}

#portfolio
{
	display: block;
	width: 105px;
	height: 47px;
	background-image: url(../images/weddinglayout/portfolio.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;	
}

#portfolio:hover
{
	background-position: 0 -47px;

}

#portfolio span
{
  display: none;
}

#invest
{
	display: block;
	width: 151px;
	height: 47px;
	background-image: url(../images/weddinglayout/invest.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;	
}

#invest:hover
{
	background-position: 0 -47px;

}

#invest span
{
  display: none;
}
#meet
{
	display: block;
	width: 131px;
	height: 47px;
	background-image: url(../images/weddinglayout/meet.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;	
}

#meet:hover
{
	background-position: 0 -47px;

}

#meet span
{
  display: none;
}
#five
{
	display: block;
	width: 115px;
	height: 47px;
	background-image: url(../images/weddinglayout/five.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;	
}

#five:hover
{
	background-position: 0 -47px;

}

#five span
{
  display: none;
}
#blog
{
	display: block;
	width: 81px;
	height: 47px;
	background-image: url(../images/weddinglayout/blog.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;	
}

#blog:hover
{
	background-position: 0 -47px;

}

#blog span
{
  display: none;
}
#contact
{
	display: block;
	width: 118px;
	height: 47px;
	background-image: url(../images/weddinglayout/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;	
}

#contact:hover
{
	background-position: 0 -47px;

}

#contact span
{
  display: none;
}

