html, body {
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
}

a:link,
a:active, 
a:visited 
{
	color:#F18690;
	font-weight:bold;
}

a:hover 
{
	color:#F18690;
	font-weight:bold;
}

a.white
{
	color: white;
}


body {
	font-family:Georgia,serif;
	background: #666666;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#52432E;
	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:#FFFFFF;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background:url("") no-repeat scroll center top transparent;
	height:250px;
	margin:0 auto;
	width:800px;
	position:relative;
}
#header #h1 {
	color:white;
	position:absolute;
	top:3px;
	left: 504px;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 18px;
}
#header #h2 {
	color:white;
	position:absolute;
	top:62px;
	left: 554px;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 36px;
	font-style: normal;
}

.enterBox
{
	background-color:#F18690;
	width: 300px;
	border: solid 1px white;
	padding: 25px;
}
		  
	
#photo_element_02 {
	background:url("http://files.nearlyweds.com.s3.amazonaws.com/template_images/1716_9c814a2744ab9cfa7c7175beaa4d51fc3fc9fce9.png") no-repeat scroll right top transparent;
	border:0 solid transparent;
	height:290px;
	position:absolute;
	left: 400px;
	top:2px;
	width:150px;
	z-index:0;
}

#leftCol {
	width: 220px;
	height: 500px;
	float:left;
}

#rightCol {
	width: 580px;
	height: 500px;
	float:left;
}

ul.siteNav
{
	margin:0;
	padding:0;
	width:220px;
	list-style-type:none;
	list-style:none outside none;
}

ul.siteNav li a 
{
	background-color:transparent;
	border-bottom:1px solid #CCCCCC;
	color:#FFFFFF;
	display:block;
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
	padding:10px;
	text-decoration:none;
	font-weight:bold;
}

ul.siteNav li.active  
{
	background-color:#F18690;
}


ul.siteNav li.active a:hover 
{
	color:#FFFFFF;
}


ul.siteNav li a:link,
ul.siteNav li a:active, 
ul.siteNav li a:visited 
{
	color:#FFFFFF;
}

ul.siteNav li a:hover 
{
	color:#F18690;
}

.text_date
{
	text-align: right;
}

.text_title
{
	color:#F18690;
	margin-top: 10px;
	margin-left: 10px;
	font-size:24px;
	font-weight:bold;
}

.text_countbox
{
	text-align:right;
	height: 10px;
}

.text_sub_title
{
	color:#FFFFF0;
	margin-top: 10px;
	font-size:14px;
	font-weight:bold;	
}

.text_sub_title_mini
{
	color:#FFFFF0;
	margin-bottom: 5px;
	font-size:11px;
	font-weight:bold;	
}

.entry_photo
{
	width: auto;
	text-align:center;
}

.entry_photo img
{
	 visibility: visible; 
	 border: 1px solid white;
	 margin: 10px;
}

.imgGal
{
	 visibility: visible; 
	 border: 1px solid white;
	 margin: 4px;	
}

.entry
{
	padding-left: 10px;
}

.weddingParty
{
	 visibility: visible; 
	 border: 1px solid white;
	 margin: 10px 10px 10px 0px;
}

.weddingPartyName
{
	color:#F18690;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size:15px;
	font-weight:bold;	
}

.dotted
{
	height: 1px;
	width: auto;
	border-top: #F18690 dashed 1px;
	margin: 2px;
}