body {
	line-height : 1.5em;
	margin: 0px;
	color: #FFFFFF;
	background-color: #543A54;
	font-family: arial, helvetica, sans-serif;
	text-align: center	
}

p {
	font-size : 1.2em !important;
}


.hidden {
	display: none
}

#main-content {
	width: 1100px;
	padding : 0 50px 0 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main-content>h1 {
	padding-top : 20px;
	font-weight : bold;
}
#sidebar {
	float: left;
	width: 240px;
	text-align: left;
	color: #FFFFFF;
	background: #543A54;
	magin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px
}

#banner 	img {
		width : 758px;
		height : 318px;
	
}

a:link {color: #FC0404;
background: none;
text-decoration: none}
a:visited {color: #FC0404;
background: none;
text-decoration: none}
a:active {color: #FC0404;
background: none;
text-decoration: none}
a:hover {color: #FFFFFF;
background: none;
text-decoration: underline}


@media only screen and (min-width :100px) and (max-width : 1200px) {
	
body {
	margin: 0px;
}

#main-content {
	width: 94%;
	padding : 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main-content article img {
	width : 100% !important;
	height : auto !important;
	display : block !important;
}

#main-content article iframe {
	width : 100%;
height: calc(100vw * .72)}

#banner 	img {
		width : 90%;
		height : auto;
	
}
}
