/*
	styles.css
	Initial code generated by thesitewizard.com's Layout Wizard 3.0.0
*/
body {
	font-family: Arial, Helvetica, sans-serif ;
}



body {
					background-image:url('RCMHInterior-960.png');
					background-size: cover;
					background-attachment: fixed;
				}
				
				    body {
    	width: 100%;
    	max-width: 960px; /* or whatever width you want */
    	padding-left: 50px;
    	padding-right: 50px;
    	margin-right: auto;
    	margin-left: auto;
    }
	
				
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}
input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}
div#tswsidecol {
	float: right ;
	width: 40% ;
	color: #000 ;
	background-color: #EAEAEA ;
	border: 4px solid black;
}

div#tswcontent {
	float: left ;
	width: 53% ;
	color: #000 ;
	background-color: #EAEAEA ;
	border: 4px solid black;
}

@media only screen and (max-width: 629px) {
	div#tswsidecol {
		float: none ;
		width: 100% ;
	}
	div#tswcontent {
		float: none ;
		width: 100% ;
	}
}
div#tswcontproper {
	padding-left: 25px ;
	padding-right: 25px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: #fff00 ;
}
div#tswsideproper, div#tswothersideproper {
	padding-left: 20px ;
	padding-right: 20px ;
}
div#tswheader {
	color: #000 ;
	background-color: #44040500 ;
}
div#tswfooter {
	color: #000 ;
	background-color: #6D2720 ;
}

div.transparentbox {
   opacity: 0.6;
   float: right;
   width: 411px;
   margin: 0px;
   border: 4px solid black;
   background-color: #FEFBD1;
   filter: alpha(opacity=60); /* This is for IE8 and other earlier browsers */
}

div.transparentbox p {
   margin: 5%;
   color: #000000;
   font-weight: bold;
}

textarea {
  resize: none;
}



