/* --- splash page layout --- */
/* --- interior pages layout --- */
/* --- text formatting --- */


body { 
	margin: 0;
	padding: 0;
	background: #fff url(../img/nav_sidebar.png) repeat-y 0% 0;
}

body, p, td, li, dt, dd {
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
	font-size: 0.9em;
	color: #333;
	line-height:120%;
}

.fineprint {
	font-size: 0.8em;
	line-height:110%;
}


/* --- splash page layout --- */



/* --- interior pages layout --- */
#header {
	width:600px;
	position:absolute;
	top:0px;
	left:180px;
	padding:0px;
	border:0px;
	margin:0px;
}
#header #orange {
	width:600px;
	background-color: #f7941c;
	padding:0px;
	border:0px;
	margin:0px;
	margin-top:4px;
}
#orange #ppl_left {
	width:48px;
	height:74px;
	padding:0px;
	border-top: 4px solid #f7941c;
	border-left: 4px solid #f7941c;
	border-right: 0px;
	border-bottom: 4px solid #f7941c;
	margin:0px;
}
#orange #titlesub {
	width:540px;
	height:74px;
	padding:0px;
	border-top: 4px solid #f7941c;
	border-left:0px;
	border-right: 8px solid #f7941c;
	border-bottom: 4px solid #f7941c;
	margin:0px;
}

#sidebar {
	position:absolute;
	top:108px;
	left:83px;
	width: 180;
	height: 100%;
}
#sidebar ul {
	padding:0px;
	border: 1px dashed green;
	border:0px;
	margin:0px;
}
#sidebar li {
	list-style-type: none;
	font-weight: bold;
	margin: 0px;
	padding:0px;
	border:0px;
	margin-bottom: 5px;
}
#sidebar li img {
	width: 35px;
	border: 2px solid #811052;
}

#mailinglist {
	width: 108px;
	margin: 0px;
	margin-top: 10px;
	border: 2px solid #811052;
	padding: 5px;
	background: #fff;
}
#mailinglist, #mailinglist input {
	font-size: 0.8em;
}


#body {
	position:absolute;
	top:164px;
	left:232px;
	width: 548px;
	margin: 0px;
	padding:0px;
	border: 0px;
	background-image: url(../img/bird.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#bodypress {
	position:absolute;
	top:164px;
	left:180px;
	width: 548px;
	margin: 0px;
	padding:0px;
	border: 0px;
	background-image: url(../img/bird.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}


/* --- basic text formatting --- */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	text-transform: lowercase;
	margin-top: 0px;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-transform: lowercase;
	margin-top: 0px;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-transform: lowercase;
	margin-top: 0px;
}

a:link {
	background-color: none;
	color: #811052;
	text-decoration: none;
}
a:hover {
	background-color: #ff7f00;
	color: #fff;
	text-decoration: none;
}
a:visited {
	background-color: none;
	color: #811052;
	text-decoration: none;
}

#faq {
	margin-top: 2.4em;
}
#faq dt {
	font-weight: bold;
	margin-bottom: 1.0em;
}
#faq dd {
	font-weight: normal;
	margin-bottom: 2.0em;
}



#boxleft {
	float: right;
	width: 180px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 3px solid #aaa;
	background: #fff;
	line-height:100%;
}

