body {
	background-color: #3e6a96;
	background-image: url(images/1bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 10px auto;
	padding: 0;
	width: 800px;
	background-color: #fff;
	border-bottom: 2px solid #7E5426;
	position: relative;
}
#masthead {
	margin: 0;
	padding: 0 0 0 160px;
	background-color: #E6DFB3;
	height: 80px;
	border: 2px solid #1D4984;
}
#masthead .title1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #1D4984;
	margin: 30px 0 0 0;
	padding: 0;
}
#masthead .title2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #814C12;
	margin: 3px 0 5px 0;
	padding: 0;
}
#masthead .title3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #814C12;
}
#masthead .right {
	float: right;
	margin-top: 0;
	margin-right: 0;
}
#menu {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 15px;
	left: 15px;
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	width: 124px;
	height: 387px;
	border: 2px solid #7E5426;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 170px 0 0 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #1D4984;
	display: block;
	margin: 10px 5px;
	padding: 0;
	line-height: 1;
}	
#menu a:active, #menu a:hover {
	text-decoration: none;
	color: #7E5426;
	display: block;
	margin: 10px 5px;
	padding: 0;
	line-height: 1;
}
#content {
	margin: 0;
	padding: 10px 10px 10px 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: 2px solid #7E5426;
	border-right: 2px solid #7E5426;
}
#content a:link, #content a:visited {
	color: #1D4984;
	text-decoration: underline;
}
#content a:active, #content a:hover {
	color: #7E5426;
	text-decoration: underline;
}
#content .title1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #1D4984;
}
#content .title2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#content .right {
	float: right;
	padding: 15px;
}
#content .author {
	float: right;
	margin-left: 20px;
	padding: 10px;
	width: 200px;
	text-align: center;
	background-color: #EEF7FE;
	border: 1px solid #1D4984;
}
.small {
	font-size: 10px;
}
