body
{
	background-color: #E5ECE7;
	font-color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
}

.border
{
	border: solid 1px #12563D
}

a
{
	
	font-style: normal;
	font-decoration: none;
	text-decoration: none;
	color: #093E8E;
}

a:hover
{
	font-weight: bold;

}

p {
	margin: 0;
	padding: 0 0 1.5em 0
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	color: #093E8E;
	margin: 0;
	padding:  0 0 1em 0
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: .5em;
	font-style: normal;
	color: #093E8E;
	margin: 0;
	padding:  .5em 0 .5em 0
}

.container
{ 
	margin-left: auto;
	margin-right: auto;
}

.container2
{ 
	text-align: center;

}

.weddingleft
{ 
	width:400px;
	font-color:#333333;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	line-height:1.5em;
	font-style: normal;
	padding:10px
}

.weddingright
{ 
	width:260px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height:2em;
	font-style: normal;
	padding:5px;
	margin-top:26px
}

.weddingright a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:2em;
	font-style: normal;
	font-decoration: none;
	text-decoration: none;
	color: #093E8E;
}

.weddingright a:hover
{
	font-weight: bold;

}

.menu
{
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 2px
}

.menu a
{
	font-size: .9em;
	line-height:1.8em;
	font-style: normal;
	font-decoration: none;
	text-decoration: none;
	color: #093E8E;
}


.gallerycontainer{
position: relative;
height: 310px
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #12563D;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 3px;
left: -900px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 225px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

li {
padding-bottom: 10px;
}

hr {border: none 0; 
border-top: 1px solid #093E8E;
width: 100%;
height: 1px;
margin: 0px 0px 10px 0px
} 


