/* BASICS */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #f2d63d;
	margin-left: 0px;
	text-align: center;
}

a:link {
	text-decoration: none;
	border-bottom: 1px dotted #2f2820;
	color: #2f2820;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #2f2820;
	color: #2f2820;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

a:active {
	text-decoration: underline;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

#Layout_all {
	margin: 15px auto;
	text-align:left; 
	width: 731px;
}

/* HEADER */

#Layout_header {
	text-align:right;
}

#header_Logo {
	margin: 0px 0px 10px 0px
}

#Layout_header a {
	border: none;
	}

#header_StrictlySeattle {
	margin: 0px;
}

#header_RuleTxt {
	margin: 0px;
}

/* LEFT NAV */

#Layout_lnav {
	width: 145px;
	float: left;
}

#Layout_lnav ul {
	margin: 25px 0px;
	padding: 0px;
	list-style:none;
}

#Layout_lnav ul li {
	margin: 10px 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #2f2820;	
}

#Layout_lnav ul li.selected, #Layout_lnav ul li.selected a {
	background-color: #f8e55d;
	color: #ffffff;
	border: none;
}


/* Content */

#Layout_content {
	margin-top: 25px;
	margin-left: 195px;
	width: 460px;
}

p, ul {
	font-size: 0.7em;
	line-height: 1.7em;
	margin: 0 0 1em 0;
}

p.larger {
	font-size: 0.9em;
	line-height: 1.5em;
}

p.footer {
	margin: 6em 0px 0px 0px;
	font-size: 0.6em;
	color:#2f2820;
}

#homepg_img {
	float: right;
}

h1 {
	color: #ffffff;
	font-size: 1.3em;
	/*letter-spacing: -.3px;*/
	border-bottom: 1px solid #ffffff;
}

h2 {
	font-size: 0.8em;
	text-transform:capitalize;
	font-weight:bold;
	color:#ffffff;
	padding: 0;
	margin: 0 0 .5em 0;
}










