@charset "UTF-8";
img {
	border:none;
}

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#side {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	float: right;
	margin-top: -1067px;
	width: 250px;
	margin-right: -21px;
	margin-left: auto;
	padding: 0px;
}
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navbar {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content_bg {
	background-image: url(../images/paper.jpg);
	background-repeat: repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content {
	width: 760px;
	margin: 0px;
	padding: 20px;
}
.imgR {
	float: right;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.imgL {
	float: left;
	padding-left: 0px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #d3ad52;
}
.subheader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #48716c;
}
.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	list-style-type: none;
}
.thumb {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar .img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar a #1 :hover{
	background-image:url(images/author_hover.gif);
}
	
a {
	color: #577773;
	font-weight: bold;
}
