#header{
	width:100%;
	height:150px;
	margin:auto;
	box-shadow: 10px 5px 1px #7b7b7b;
}

body{
	background: -webkit-linear-gradient(#CBCBCB, grey); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#CBCBCB, grey); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#CBCBCB, grey); /* For Firefox 3.6 to 15 */
    background: linear-gradient(grey, white ); /* Standard syntax (must be last) */
	width:100%;
	min-height:100%;
	color:#441166;
	font-family: Arial, helvetica, san-serif;
}
#news
{
	padding:10px; margin:20px auto auto auto; 
	border-width:3px 3px 3px 3px;
	border-color:#CFC5D8;
	border-style:outset;
	box-shadow: 10px 10px 5px #7b7b7b;
}

#nsec
{
	border-color:#420080;
	border-style:solid;
	border-width:1px 0px 0px 1px;
	box-shadow: 10px 10px 5px #7b7b7b;
}

#slide
{
	height:350px; padding:10px; margin:auto; 
	/*border-width:3px 3px 3px 3px;
	border-style:outset;
	border-color:#CFC5D8;*/
	float:left;
	clear:none;
	/*box-shadow: 10px 10px 5px #7b7b7b;*/
}

#calendar
{
	height:250px; padding:10px; margin:auto; 
	border-width:3px 3px 3px 3px;
	border-style:outset;
	border-color:#CFC5D8;
	float:right;
	clear:none;
	box-shadow: 10px 10px 5px #7b7b7b;
}
.carousel .layer {
   position: absolute;
}


@media (max-width: 768px) {
    .rwd-img {
        background-image: none;
        }
