body {
background-color: #000000;
}

#container{
	width: 898px;
	margin-right:auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0x;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #000000;
}

#header {
	width: 898px;
	height: 350px;
	background-color:#000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
	border:0px solid #E4DBCB;
}



.largefont {
	text-align: center;
	font-family: georgia;
	font-size: 36px;
	color: #FFFFF0;
	font-style: italic;
}	

.mediumfont {
	text-align: center;
	font-family: georgia;
	font-size: 20px;
	color: #FFFFF0;
	font-style: italic;
}	

#sidebar{
	height: 220px;
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 50px;
	margin-bottom: 10px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 8px;
	border: 2px solid #908B80;
	background-color: #000000;
}
.sidebarfont {
	text-align: left;
	font-family: georgia;
	font-style: italic;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #E1DAC6;
	font-weight: lighter;
	}
	
 #content {
	width: 830px;
	height: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 20px;
	border: 5px solid #ECE3D1;
	background-color: #D5CDBC;
	padding: 5px;
}
 #content2 {
	float: right;
	height:300px;
	background: #E4DBCB;
	width: 425px;
	margin-right: 10px;
	margin-left:8px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #908B80;
}
 #content3 {
 	float: center;
	background: #E4DBCB;
	width: 20px;
	margin-right: 5px;
	margin-left:200px;
	margin-top:5px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
}

.contentfont{
	text-align: justify;
	font-family: georgia;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	}
	.contentfont a:link{
	color: #000000;
	}
	.contentfont a:hover{
	color: #000000;
	}
	.contentfont a:visited{
	color: #000000;
	}
	.contentfontsmall{
	text-align: justify;
	font-family: georgia;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 25px;
	font-variant: normal;
	text-transform: none;
	}
	.smallfont {
	text-align: center;
	font-family: georgia;
	font-style: italic;
	font-size: 14px;
	color: #E1DAC6;
	font-weight: lighter;
	}

.smallfont a:link {
	color: #E1DAC6;
	}
	
.smallfont a:visited {
	color: #E1DAC6;
	}
	
.smallfont a:hover {
	color: #E1DAC6;
	}
	
.borderblack {
	border: 5px solid #000000;
}
	
