/* Float*/

body{
	background:#000033;
	}
	
img.right {
float: right;
margin: 1em 0 1em 1em;
}
img.left {
float: left;
margin: 1em 1em 1em 0;
}
	
#container2{
	width:820px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	}


#container {
	width:800px;
	height:auto;
	background:#FFE5B7;
	padding:10px 10px 10px 10px;	
	}
	

/* Header */
#header {
	margin:30px 0px 10px 0px;
	background:#DBDAC6;
	}
	
/* Content */
#content {
	margin-left:23%;
	margin-bottom:10px;
	padding:10px 20px 20px 20px;
	border:1px solid #382922;
	}
	
/* Sidebar */
#sidebar {
	width:20%;
	/*height:507px;*/
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 10px 10px 5px;
	border:0px solid #382922;
	}
	
#slideshow {
	text-align:center;
	margin:0px 0px 0px 0px;
	}	
	
#footer {
	float:clear;
	margin-bottom:10px;
	padding:2px;
	border:0px;
}

#in{
	display:inline;
	vertical-align:top;
	text-align:left;
	}
	
table{
	text-align:center;
	}
