body{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	padding: 0px;
	color: #222222;
	text-transform: none;
	font-weight: normal;
	line-height: 130%;
	text-align: left;
}
body td{
	font-size: 11pt;
}

a:link{
	color: #C30;
	text-decoration: none;
}

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

a:hover{
	color: #F90;
	text-decoration: none;
}

/* layout stuff */
#body{
	float: right;
	width: 800px;
	height: 800px;
	background-color:#FF6;
	margin: auto;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
}
#sidebar{
	width: 170px;
	height: 800px;
	background-color:#C99;
	margin: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border: solid 1px #F30;
}
#footer{
	background-color:#9F9;
	clear: both;
	margin: 3em 0 1em 0;
	border: solid 1px #333;
}
#wrapper{
	width: 1000px;
	background-color: #FFFFFF;
}

#header{
	width: 100%;
	height: 142px;
	background-image: url(images/nyakaheader1.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-bottom: 5px;
	font-size: 10px;
}

#header a{
	color: #564848;
	text-decoration: none;
}

#header a:hover{
	color: #BBBBBB;
}

#menu{
	width: 100%;
	height: 80px;
	background-image: url(images/menubg.jpg);
	vertical-align: top;
	color: #BBBBBB;
	padding-left: 15px;
}

#menu a:link, #menu a:visited{
	color: #BBBBBB;
	text-decoration: none;
	font-size: 8pt;
	display: block;
	padding: 18px 13px 18px 13px;
	background-image: url(images/menubg.jpg);
}

#menu a:hover{
	color: #FFFFFF;
	background-image: url(images/menubghover.jpg)
}

#menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li{
	float: left;
}

#links a:link, #links a:visited{
	color: #F90;
	padding: 5px;
	display: block;
	text-decoration: none;
}

#links a:hover{
	background-color: #FF9;
	color:#C00
}

#links ul{
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}
ul.MenuBarHorizontal a:visited{
	color: #FFF;
}

/* heading stuff */
span.heading1{
	color: #48125F;
	font-size: 20px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #80956A;
	padding: 5px;
}

span.heading2{
	color: #48125F;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}

span.heading3{
	color: #48125F;
	font-size: 16px;
	font-weight: bold;
}

span.subtle1{
	color: #9AAF83;
	font-size: 8pt;
	font-weight: normal;
}

span.strong1, span.strong1 a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

span.strong1 a:hover{
	color: #FFF;
}
span.heading4 {
	font-size: 16px;
	line-height: 115%;
	font-weight: bolder;
	font-variant: normal;
	color: #C60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;
	text-transform: uppercase;
}
div.post{
	border-bottom: 1px solid #80956A;
	padding: 10px;
	text-align: left;
	line-height: 1.2;
}
div.body {
	font-size: 14px;
	text-align: left;
	clear: left;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: inset;
	border-bottom-style: inset;
	border-top-color: #666;
	border-bottom-color: #999;
	margin: auto;
}
img.gallery {
	padding: 1em;
	clear: left;
	float: left;
}
p{
	line-height: 110%;
}