body {
	background-color: #666600;
	background-image: url(../images/bg.gif);
	color: #505050;
	font: 0.9em "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

.textlinks {
	font: 0.9em "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

a.textlinks:link, a.textlinks:visited {
	text-decoration: none;
/*		border-bottom: 1px dotted #A5B47B; */
	color: #666666;
}

a.textlinks:hover {
/*	border-bottom: 1px dotted #000000; */
	color: #666600;
	background: #cdcc00;
}


.kudos {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
color: #656600;
font-size:12px;
border-top: 1px dotted #ffffff; 
margin-bottom: 5px;
	padding-top: 15px;
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 15px;
	background: #d5ddbc;
} 
	
a:link {
	color: #656600;
	text-decoration: none;
	/*border-bottom-style: dotted;*/
	border-bottom-width: 1px;
}

a:visited {
	color: #656600;
	text-decoration: none;
}

a:hover, a:active {
}
	
	
/* @group layout */

.lborder {
	background-image: url(../images/lborder.gif);
	background-repeat: repeat-y;
}
.lbordertop {
	background-image: url(../images/lbordertop.gif);
	background-repeat: no-repeat;
	height: 14px;
}
.lborderbottom {
	background-image: url(../images/lborderbottom.gif);
	background-repeat: no-repeat;
}
.bordertop {
	background-image: url(../images/bordertop.gif);
	background-repeat: repeat-x;
}
.borderbottom {
	background-image: url(../images/borderbottom.gif);
	background-repeat: repeat-x;
}
.rborder {
	background-image: url(../images/rborder.gif);
	background-repeat: repeat-y;
}
.rbordertop {
	background-image: url(../images/rbordertop.gif);
	background-repeat: no-repeat;
}
.rborderbottom {
	background-image: url(../images/rborderbottom.gif);
	background-repeat: no-repeat;
}
	
/* @end */

/* @group style */
/*
.dotshor {
	background-image: url(../images/dotshoriz.gif);
	background-repeat: repeat-x;
	height: 3px;
}
*/
.vertdots {
	background-image: url(../images/dotsvert.gif);
	background-repeat: repeat-y;
	width: 3px;
}

.toptitles {
	background-image: url(../images/shad_under_main.gif);
	background-repeat: repeat-x;
	text-align: left;
	color: #666701;
	padding-left: 10px;
	padding-top: 10px;
}
	
/* @end */

/* @group footer */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cbcc00;
	text-align: center;
	text-decoration: none;
  }
  
.footer a:link {
	color: #cbcc00;
	text-decoration: none;
}
  
.footer a:visited {
	color: #cbcc00;
	text-decoration: none;
}


.footer a:hover {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	}
	
/* @end */

/* @group Instructions */

#instructions {
	display: block;
	overflow: auto;
	clear: both;
	border-top: 3px solid #a5b479;
	background-color: #d8e0c1;
	margin: 0 20px 0 20px;
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}

* html #instructions {
	width: 400px;
}

#instructions strong {
	color: #FFF;
}

#instructions ul {
	padding-bottom: 20px;	
}

#instructions li, #instructions p {
	padding: 0;
	font-size: 9px;
	list-style: none;
	border-bottom: 1px solid #666600;
	line-height: 20px;
}

#instructions li {
	height: 20px;
}

#instructions img {
	vertical-align: middle;
}

#instructions h2 {
	color: #666600;
	margin: 10px 0 0 0;
	padding: 0 12px 0 0;
	font-weight: bold;
	font-size: 11px;
	float: left;
}

#instructions ul {
	margin: 10px 0 0 0;
	float: left;
	width: 320px;
}
	
/* @end */

#flashcontenthome {
		width: 952px;
		height: 635px;
		float: none;
		margin: auto 0;
}

#flashcontentsite900 {
		width: 900px;
		height: 625px;
		float: none;
		margin: 0px auto;
}

    /* Navigation tab
***********************************************     
     */
#nav {margin:5px 0 1px 0;}

/* A modified version of A List Apart - http://alistapart.com/articles/slidingdoors2/ */
#nav {
	font: .75em "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 99.999%;
	margin-right: auto;
	margin-left: auto;
}
    #nav ul {
      margin: 0 auto;
      padding:5px 10px 0;
      list-style:none;
      display: table;
      whitespace:nowrap;
      
      }
    #nav li {
      float:left;
      background:url("../images/right_both.gif") no-repeat right top;
      margin:0 0 0 9px;
      padding:0;
      }
    #nav a {
      float:left;
      display:block;
      position:relative;
      left:-9px;
      margin-right:-9px;
      width:.1em;
      background:url("../images/left_both.gif") no-repeat left top;
      padding:5px 20px;
      text-decoration:none;
      font-weight:bold;
      color: #FFF;
      }
    #nav > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover {
	color: #FFF;
}
    #home #nav-home, 
    #bio #nav-bio,
    #wedidngs #nav-wedidngs, 
    #portraits #nav-portraits,
    #funstuff #nav-funstuff,
    #faqs #nav-faqs,
    #kudos #nav-kudos,
    #contact #nav-contact
     {
      background-position:100% -150px;
      }
    #home #nav-home a, 
    #bio #nav-bio a,
    #wedidngs #nav-wedidngs a, 
    #portraits #nav-portraits a,
    #funstuff #nav-funstuff a,
    #faqs #nav-faqs a,
    #kudos #nav-kudos a, 
    #contact #nav-contact a{
      background-position:0 -150px;
      padding-bottom:6px;
      color: #FFF;
      }
	  /* not for IE5.x or IE6 */
    #nav li:hover, 
	#nav li:hover a {
      background-position:100% -150px;
      color: #FFF;
      }
    #nav li:hover a {
      background-position:0 -150px;
      }

#centerme {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	height: 31px;
	border: 0px solid blue;
	padding: 0;
	margin-bottom: 0;
}

p {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
font-size:13px;
} 
