/* this file to be used with all files except index.html and commentary.html*/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	background: #fff url(image/header.png) repeat-x;
	color: #333333;
	font-size: 13px;
}	

p {
	font: 100% trebuchet ms, verdana, arial, helvetica, sans-serif;
	color: #4b5761;
	margin-left: 15px;
	margin-bottom: 1.0em;
	line-height: 1.5em;
}

h1 {
	font: italic 1.2em georgia, trebuchet ms, verdana, arial, helvetica, sans-serif;
	color: #50342a;
}

h4 {
	font: italic 1.70em trebuchet ms, verdana, arial, helvetica, sans-serif;
	text-indent: -999em;
}


#logo {
	float: left;
}

#wrapper {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	clear: both;
}

#container {
	background: #fff url(image/logo.jpg) no-repeat;
	height: 350px;
	width: 400px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	text-align: justify;
	padding: 15px 15px 0 37px;
}

#rightpanel {
	float: left;
	text-align: justify;
	width: 480px;
	margin-top: -2px;
	margin-left: -90px;
	padding: 15px 15px 0 15px;
}

#search {
	float: left;
	width: 300px;
	margin-top: 6px;
	margin-left: 0px;
}

.find {
	margin: 0 0 -3px 5px;
	width: 100px; /* image dimensions*/
	height: 15px;
}

/************************************************
*  Hyperlinks									*
************************************************/

a, a:visited {
	font: 100%  trebuchet ms, trebuchet ms, verdana, arial, helvetica, sans-serif;;
	color: #4b5761;
	/*border-bottom: 1px dotted #000;*/
	text-decoration: none;
	}
	
a:hover {
	color: #dbc8b8;
	text-decoration: none;
	border-bottom: none;
	}
	
#footer a, a:visited {
	font: 100%  trebuchet ms, trebuchet ms, verdana, arial, helvetica, sans-serif;;
	color: #b2b4b6;
	text-decoration: none;
	}
	
#footer a:hover {
	color: red;
	text-decoration: none;
	border-bottom: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
.photo {
	float: left;
	border: 1px solid #5f2b2b;
	padding: 5px;
}

#footer {
	background: #fff url(image/footer.png) repeat-x;
	text-align: center;
	font: italic 11px georgia;
	color: #b2b4b6;
	padding: 16px 0px 10px 0px;
	clear:  both;
}

#style {
	clear: both;
}































































