html {background:#e6e6cc;}

td.main{width:539px; color:#555; vertical-align:top;	}
td.sidebar {width:210px;vertical-align:top;background-color:#f3f3eb;}
div#footer {text-align:right;background-color:#e3e3db;padding:5px;border-bottom:1px solid #ccc;}

body{
	text-align:center;
	font-size:small;
	color:#777;
	background:url(images/s.jpg) repeat-y 50% 0%;
}

a:link{	color:#77844f;	text-decoration:none;}
a:visited {color:#77844f;	text-decoration:none;}
a:hover {	color:#a48779;text-decoration:underline;}

#wrap {margin:0 auto;	text-align:left;	width:750px;}

#header{
	height:270px;
	color:#777;
	background:url("images/topimage.jpg") no-repeat 50% 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}
#header a:link,#header a:visited{
	color:#777;
	text-decoration:none;
}
#header a:hover{
	color:#333;
	text-decoration:underline;
}


#headline{
	text-align:left;
	color: #a48779;
}

ul#topicPath {
	list-style:none;
	text-align:right;
	margin-top: -15px;
	padding-right: 15px;
}
ul#topicPath li{
	display:inline;
}
ul#topicPath a{
	background:url("images/pan.gif") no-repeat 100% 50%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0.7em;
}

img.justifyleft {float:left;margin-right:10px;}
img.justifyright {float:right;margin-left:10px;}
