/* CSS Document */
a:visited {color: #0000FF; text-decoration: none; }

#wrapper {
  position: relative;
  margin 0 auto;
  margin-left:auto;
  margin-right:auto;    
  width: 950px;
  text-align: left;
}
#body {
  text-align: center;
}
#header {
  background #e4f2c7;
  background-image:url(images/yahoo.gif);
  background-repeat:repeat-x;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 950px;
  height: 100px;
  
}
#leftcol {
  background #e4f2c7;
  background-image:url(images/yahoo.gif);
  background-repeat:repeat-x;
  position: absolute;
  top: 135px;
  left: 0px;
  width: 140px;
  height: 550px;
  margin: 20px 0px; /*top -left */
  border: 1px solid #9ba0d0;
}
#leftcolbottom {
  background: #d8e3ea;
  position: absolute;
  top: 705px;
  left: 0px;
  width: 142px;
  height: 110px;
  margin: 10px 0px; /*top -left */
  border: 1px solid #9ba0d0;
}
#rightcol {
  background white;
  background-image:url(images/yahoo.gif);
  background-repeat:repeat-x;
  position: absolute;
  top: 255px;
  left: 790px;
  width: 150px;
  height: 645px;
  margin: 10px 10px; /*top -left */
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight:bold;
  border: 1px solid #9ba0d0;
}
#rightcoltwo {
  background #ffffff;
  background-image:url(images/yahoo.gif);
  background-repeat:repeat-x;
  position: absolute;
  top: 135px;
  left: 790px;
  width: 150px;
  height: 100px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight:bold;
  border: 1px solid #9ba0d0;
  margin: 20px 10px; /*top -left */
}
#rightcolthree {
  background: #ffffff;
  background-image url(images/yahoo.gif);
  background-repeatrepeat-x;
  position: absolute;
  top: 355px;
  left: 590px;
  width: 200px;
  height: 545px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #9ba0d0;
  margin: 10px 0px; /*top -left */
}
#rightcolfour {
  background: #ffffff;
  position: absolute;
  top: 690px;
  left: 590px;
  width: 200px;
  height: 200px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight:bold;
  border: 1px solid #9ba0d0;
  margin: 20px 0px; /*top -left */
}
#content {
  background: white;
  position: absolute;
  top: 140px;
  left: 140px;
  width: 640px;
  height: 300px;
  margin: 20px 10px; /*top -left */
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align:justify;
  padding: 40px 40px;
  padding-bottom:40px;
 
}

#contentfooter {
  	border-top:2px solid #9ba0d0;
	padding:3px;
	width: 950px;
	float:left;
	position:absolute;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
	 
	
}
#containerheader {
	background: #b6bae3;
	background-image url(images/yahoo_header.gif);
  	background-repeat repeat-x;
	background-position: 0px 0px 0px;
	position: fixed;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #9ba0d0;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, sans-serif;
    font-weight:bold;
	padding: 4px 0px 4px 10px;
}
#header1 {
	text-transform: uppercase;
	font-size: 16px;
	font-family: Arial, sans-serif;
    font-weight:bold;
	color: #014d1f;
	border-bottom: 1px dashed #bfe10e;
}
#bodypadding {
	padding: 5px 10px;
}
#newsbar {
	padding: 10px 0px 5px;
}
#weddingSeal {
	left:833px;
	top:37px;
	position: absolute;
	background-image:url(images/seal.gif);
	background-repeat:no-repeat;
	width:80px;
	height:54px;
}

/*MENU STARTS HERE*//*MENU STARTS HERE*/
.menu 
{background-color: #e4f2c7}
.arrowlistmenu{
width: 140px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 11px Arial;
color: black;
background: #b6bae3;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color #333333;
display: block;
padding: 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
font-weight 400;
border-bottom: 1px solid #FFFFFF;
font-size: 12px;
font-family: Arial, sans-serif;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #014d1f;
background-color: #F3F3F3;
}
/*MENU ENDS HERE*//*MENU ENDS HERE*/
