body { 
	background-color: #c4c4a2;
	background-image:url(../images/layout/background.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 12px/1.4em "Times New Roman", Arial, Helvetica, sans-serif;
	color: #000000;
}
#wrapper {
	width: 960px;
	background-color:#e4e4ca;
}
/*
html{
	scrollbar-DarkShadow-Color:#4B3049;
	scrollbar-Face-Color:#4B3049; 
	scrollbar-3dLight-Color:#4B3049; 
	scrollbar-Arrow-Color:#ffffff;
}
*/
.select{
	background:#023A51;color:#F9EDE4;font-weight: bold;
}


a {
	color: #9b0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #d63f01;
	text-decoration: none;
	font-weight: bold;
}

#menu {width: 195px;
	font-size:1.0em;
	float:left;
}
#menu a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-image:url(../images/layout/but_back.gif);
	width:175px;
	height:33px;
	font-size:1.2em;
	background-repeat:no-repeat;
	margin-top:1px;
	padding:10px 10px;
	display:block;
}
#menu a:hover {
	color: #fecb00;
	text-decoration: none;
	font-weight: bold;
	background-image:url(../images/layout/but_back-o.gif);
	width:175px;
	height:33px;
	background-repeat:no-repeat;
	margin-top:1px;
	display:block;
}
#menu a:visited {
	color: #3e3e3d;
	text-decoration: none;
	font-weight: bold;
	background-image:url(../images/layout/but_back.gif);
	width:175px;
	height:33px;
	font-size:1.2em;
	background-repeat:no-repeat;
	margin-top:1px;
	padding:10px 10px;
	display:block;
}
#title {
	background-color:#838359;
	height:53px;
	margin:1px;
	}

#content {
	width:730px;
	padding:10px;
	font-size:1.2em;
	float:right;
}

h2 {font-size:1.0em;
font-weight:normal;
}


.clear {clear:both;
height:1px;
}

.photocol {
	width:300px;
	float:left;
	padding:12px;
}
.photocol2 {
	width:230px;
	float:left;
	padding:6px;
}
.highlight {background-color:#bfbfa1;
	border:solid 1px #afaf8b;
	padding:3px;
}