body {
	width: 100%;	
}

 #container {
	margin: 0;
	padding: 0;
	min-width: 300px !important;
	background-color:rgb(184, 248, 207);
}

h1 {font-family: 'Pacifico', cursive;
    text-align: center;
    font-size: 3em;
    text-shadow: 1px 1px 2px green; 
}
    
    
#content h3 {font-family: 'Fjalla One', sans-serif; 
     text-shadow: 1px 1px #dcdcdc, 2px 2px #dcdcdc, 3px 3px #dcdcdc;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    -o-transition: all 0.12s ease-out;
}

#header {
	margin: 0 auto;
	padding: 0;
	max-width: 960px;
	clear: both;
}

#headerTitle, #header h1 {
	margin: 0;
	padding: 0;
}

#headerTitle img{
	max-width: 98%;
	height: auto;
	float: left;
}

#body {
	display: table; /* re-organize layout using display table  */
	table-layout: fixed; /* enable max-width */
	border-collapse: collapse;	
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(rerm-bgmirror01.jpg);
}

#main {
	display: table-header-group; /* move main to top */
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
	background-image: url(rerm-bgmirror01.jpg);
}

 #navbar, #breadcrumb, #content, #main {
	float: none; /* stop floating elements */
	width: 98%;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;	
 }


 
 h2 {display : none }
.h2 {display : none }
#h2 {display : none }

}
#main img{

	max-width: 100%;
	height:auto;
	padding: 0;
}

/* Navigation */
#navbar {
	border: 0;
	margin-top: 20px;
	padding: 2px 0 2px 0;
	text-align: left;
}

#navbar .menu li{
	border-bottom: none;
	padding: 6px 15px 0 15px;
	position: relative;
	height: 30px;
}
#navbar .menu li:hover{
	background: #fff;
}

#breadcrumb {display : none }
	
}

/* Fonts and colors */

body{
	font-family: Verdana,Arial,Helvetica,sans-serif;	
	font-size: 1.2em;
	background-image: url(rerm-bgmirror01.jpg);
} 

a:link {
	background-color: transparent;
	color: #349ebc;
	text-decoration: none;
}


a:visited, a:hover {
	color: #09617b;
	text-decoration: underline;
}

input, select {
	box-shadow: 0 1px 4px -5px black;
	border: solid 1px lightgray !important;
	background-color: white !important;
	padding: 5px;
	font-family: inherit !important;
}

input:focus, select:focus {
	box-shadow: 0 1px 4px -3px black;
}

input.button {
	border-radius: 3px;
	box-shadow: 0 0 2px #fff inset;
	padding: 5px 8px;
	text-decoration: none !important;
	background-color: #e1e1e1;
	background-image: linear-gradient(#ededed, #e1e1e1);
	border: 1px solid #d0d0d0;
	color: #444;
	text-shadow: 1px 1px 1px #fff;
}

input.button:hover {
	background-color: #ededed;
	background-image: linear-gradient(#e1e1e1, #ededed);
	border: 1px solid #b0b0b0;
	cursor: pointer;
}


td.tocGalleys {
	padding-right: 10px;
}


/* Forms  */
input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #fff;
	color: #333;
	font-size: 1.3em;
}

img {
    border-radius: 8px;
}

input.button {
	padding-left: 0;
	padding-right: 0;
	background-color: #fff;
	font-size: 1.3em;
}

input.defaultButton {
	font-weight: bold;
}

@-ms-viewport {
	width: device-width;
}
	
#rightSidebar {display: none}

.futer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color:rgb(184, 248, 207);-moz-box-shadow: 0px 0px 20px #333;-webkit-box-shadow: 0px 0px 20px #333;box-shadow: 0px 0px 20px #111;
    text-align: center;
}

