@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0;
  	margin: 0;
  	background: #A0ACB7;
  	width: 100%;	
}

/* links */
a, a:visited {
	color: #996600;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #666666;
	background: inherit;
	text-decoration: none;
}
/*layout*/
#wrap {
	position: relative;
	width: 800px;
	height: 0px;
	background: #ffffff;
	margin: 25px auto;
	text-align: left;
}
#header {
	position: relative;
	width: 845px;
	height: 75px;
	background: #ffffff  no-repeat;
	color: #fff;
	padding: 0px 0px 0 0;
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 845px;
	padding: 0px 0;
	background:#ffffff  repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#footer-wrap {
	clear: both;
	width: 800px;
	height: 175px;
	text-align: left;
	padding: 0 0 0 75px;
	margin: 0 0 0 0px;
	background:  no-repeat left bottom;
}

#footer-menu {
	float: left;
	width: 810px;
	padding: 0 0 0 45;
	margin: 0 0 0 45;
	display: inline;
}
/* Main Column */
#main {
	float: left;
	width: 800px;
	padding: 0;
	margin: 0 0 0 75px;
	display: inline;
}
img {
	margin-right: 20px;
	padding-left: 0;
}
#profiletext {
	padding-right: 200px;
	color: #666666;
	line-height: 2em;
}
.subhead {
	font-weight: bold;
	color: #000000;
}
#bodytext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
}
.pad2 {
	padding-left: 60px;
}
.family_pad {
	padding-right: 160px;
	padding-left: 0px;
}
.pad3 {
	padding-right: 150px;
}
.logobk {
	background-image: url(images/grnbk.gif);
}
.fotrpad {
	padding-left: 10px;
}
#indent {
	padding-left: 25px;
}
#kudos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #99cc00;
	height: 500px;
	width: 700px;
	background-image: url(raves/bkgrnd1.gif);
}
.segment {
	border-top-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #666666;
	line-height: 2em;
	padding-right: 200px;
	border-bottom-style: none;
}
