
body {
color: #333; font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.8em;
background:  #CCC08F url("shadow.jpg");
background-position:center top;
background-repeat:repeat-y;
margin: 0;
}

a:link{text-decoration: underline; color:  #333;
}
a:visited{text-decoration: underline; color: #333;
}
a:hover{text-decoration: none; color: #333;
}


#header {
background: #fff url(../../images/top.jpg);
	border-bottom: 1px solid #fff;
	height: 150px;
width: 960px;
margin-left: auto;
margin-right: auto;
}


/*//This background graphic fills the bottom of the side_bar_menu column when the other side_bar_menu column is linger than the center///*/
#outer_wrapper {
	background: #fff url(side_bar_right.gif) repeat-y right;
	width: 960px;
	margin-left: auto;
margin-right: auto;
}

/*//This background graphic doesn't seem to adversly affect things if commented out but maybe fills the top of the side_bar_menu column when the centre is longer than the sides///*/
#wrapper {
	background: url(side_bar_menu.gif) repeat-y left;
	width: 960px;
	margin-left: auto;
margin-right: auto;
}

/*//This background graphic fills the whole of the side_bar_menu column///*/
#container {
	width: 100%;
	float: right;
	margin-left: -195px;
	background: url(side_bar_menu.gif) repeat-y left;
}

/*//This background graphic doesn't seem to adversly affect things if commented out, but I appears to fill the (top?) of the side_bar_right column when the centre is longer than the sides///*/
#content {
	margin-left: 210px;
	background: url(side_bar_right.gif) repeat-y right;
}
#main {
	margin-right: 175px;
}
#sidebar_right {
	width: 150px;
	float: right;
}
#sidebar_menu {
	width: 175px;
	float: left;
}



#footer {
	border-top: 1px solid #fff;
	background: #d7dabd;
	width: 960px;
	margin-left: auto;
margin-right: auto;
text-align:center;
font-family: verdana, arial, helvetica, sans-serif; 
}
/*
border: 1px solid #fff;
text-align:center;
font-family: verdana, arial, helvetica, sans-serif; 
}

#footer {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #d7dabd;
	width: 950px;
	margin-left: auto;
margin-right: auto;
	padding-left: 10px;
}
*/

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}



