body {
	margin:0;
	background-color: #EBEBE0;
	background-image: url("images/shl.png");
}

#header {
	background-color: black;
	background-image: url("images/header.jpg");
	background-size: 1000px 240px;
	background-repeat: no-repeat;
	background-position: center;
    color:white;
    text-align:center;
	font-size:20px;
    padding:0px;
	position: relative;
	left:0px;
	top:0px;
	width:1000px;
	height:240px;
}

#glassStrip {
	background-color: #00CCFF;
	opacity: 0.6;
	position:absolute;
	left:0px;
	top:190px;
	width:1000px;
	height:60px;
	padding:0px;
}

#sidebar_left {
	visibility: hidden;
	background-color: white;
	position: relative;
	top: 0px;
    width: 240px;
	/*height: auto;*/
    float: left;
    padding: 5px;
}

#sidebar_right {
	visibility: hidden;
	background-color: white;
	position: relative;
	top: 0px;
    width: 240px;
	/*height: auto;*/
    float: right;
    padding: 5px;
}

/*Area that contains the article*/
#main {
	background-color: #FFFFCC;
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	min-height: 400px;
	height:auto;
	float:center;
	clear: both;
}

#body_main {
	box-shadow: 0px 0px 10px #888888;
	position : relative;
	left: 300px;
	width: 1000px;
	height: auto;
	min-height: 400px;
	float: center;
	
}
#footer {
	position: relative;
	float: center;
	clear: both;
	height: 40px;
}

#article_main{
	position: relative;
	top: 0px;
	padding: 20px;
	left: 2%;
	width: 92%;
	box-shadow: 1px 1px 2px #888888;
	background-color: #FFFFE0;
	border-radius: 10px;
	font-family: "Arial";
	float: center;
}

#article_main header h1 {
	color: blue;
	border: 0px solid gray;
	text-align: left;
	font-size: 36px;
        font-weight: bold;
        font-variant: small-caps;
}

/* 
----------------------
Styling for slideshow
----------------------	
*/
.slideshow{
	position: relative;
	float: center;
	border: 2px solid black;
	width: 650px; 
	height: 490px;
}

.slideshow img {
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 650px;
	height: 490px;
}

/*
-------
Footer
-------
*/
.footer {
	height: 40px; 
	background-color: orange; 
	opacity: 0.5;
}