html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif, sans;
	font-size: 0.7em;
	font-weight: normal;
}

#outerleft{
	margin: 24px 50px 0 50px;
	padding: 0 0 0 8px;
	color: #000;
	background-color: transparent;
	background-image: url(sdwl.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#outerright{
	padding: 0 8px 0 0;
	color: #000;
	background-color: #fff;
	background-image: url(sdwr.gif);
	background-repeat: repeat-y;
	background-position: top right;
	margin: 0;
}

#decor-l{
	position: absolute;
	left: 50px;
	top: 24px;
	width: 8px;
	height: 32px;
	background-image: url(outl2.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#decor-r{
	position: absolute;
	right: 49px;
	top: 24px;
	width: 9px;
	height: 32px;
	background-image: url(outr2.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#content{
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#banner{
	border: 10px solid #fff;
	border-bottom: 5px solid #fff;
	height: 154px;
	color: #000;
	background-color: #fff;
	background-image: url(banbg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	white-space: nowrap;
	line-height: 100%;
}
#banner a {
	text-decoration: none;
}

#banner h1 {
	font-weight: bold;
	font-style:italic;
	font-size: 190%;
	position: relative;
	top: 90px;
	left: 20px;
}
#banner h1 span {
	font-weight: normal;
	font-style: normal;
	font-size: 60%;
}

#divider{
	border: 10px solid #fff;
	border-top: 5px solid #fff;
	color: #fff;
	background-color: #DAA2C6;
	padding: 2px;
	font-size: 90%;
}


#pagecontent{
	margin: 0 10px 0 200px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
}

div.pagecontent{
	border: 1px solid #fff;
	padding: 0 10px 0px 10px;
	line-height: 140%;
}

#pagecontent div.post{
	background-image: url(h1bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#pagecontent h2{
	font-weight: normal;
	font-size: 160%;
	margin: 8px 0 0 0;
	line-height: 100%;
	color: #A54A87;
	background-color: transparent;
}

#pagecontent h2 a:link, #pagecontent h2 a:visited{
	color: #A54A87;
	background-color: transparent;
	text-decoration: none;
}

#pagecontent h2 a:hover, #pagecontent h2 a:active{
	color: #000;
	background-color: transparent;
}

#pagecontent h3{
	font-size: 120%;
}

/* -- navigation -- */

#navigation{
	position: absolute;
	left: 70px;
	top: 212px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif, sans;
	color: #333;
	background-color: transparent;
}

#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
	font-weight:bold;
	color: #6E598E;
	background-color: transparent;
	list-style: none;
	font-size: 100%;
}

#navigation ul ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
	background-color: transparent;
	font-weight:normal;
	font-size: 90%;

}

#navigation label.search{
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
	font-size: 100%;
	color: #6E598E;
	background-color: transparent;
	font-weight: bold;
}

#navigation a:link{
	text-decoration: none;
	color: #666;
	background-color: transparent;
}

#navigation a:visited
{
	text-decoration: none;
	color: #666;
	background-color: transparent;
}

#navigation a:hover{
	text-decoration: underline;
	color: #000;
	background-color: transparent;
}

#navigation a:active{
	text-decoration: underline;
}

#navigation input#q{
	width: 100px;
}
