body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	text-align: left;
	width: 998px;
	position: relative;	
	color:#4E4D4D;
}
	
header, section, article, aside, footer {
    display: block;
}

header {
    background-image: url("images/Header.jpg");
    background-repeat: no-repeat;
	background-position: top;
	height: 200px;		
}

h1 {
	line-height: 1.5;
	vertical-align:middle;
	margin: 0;
	padding: 2em 0 0 2em;
	width: 50%;
}

ul#menu {
	margin: 11px 0;
	padding: 0;
}

ul#menu li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display:inline;
}

ul#menu a{
	padding:10px 12px;
	color: white;
	text-decoration: none;
	font-weight:bold;
	background-color: #3FB6D3;
}
	
ul#menu a:hover {
	background-color: #1D7A91;
}

aside {
	float: right;
	width: 20%;
	min-height: 600px;
    padding-top: 30px;
    text-align: -moz-center;
	font-size:12px;
}

aside h2 {
	padding-left: 5px;
	margin: 5px 0;
}

#link {
	text-decoration: none;
	color: #4E4D4D;
}

section {
	float: left;
	width: 80%;
	min-height: 600px;
}

section div {
	padding-left: 5px;
	font-size:11px;
	font-weight:bold;
}

section h2 {
	padding-left: 10px;
	margin: 20px 0;
}	

section p{
	padding-left: 10px;
	
}
	
footer {
	clear: both;
	
}

#footer_nav {
	

}

#footer_nav ul {
	padding: 2px 0;
	margin: 0;
     
	
}

#footer_nav li {
	list-style-type: none;
	display:inline-block;
	

}

#footer_nav a {
	margin: 2px 0;
	display:block;
	padding:5px;
	text-align:center;
	width: 235px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	background-color:#f9be7a;
}
#footer_nav a:hover {
	background-color:#D38B39;
}

footer p {
	text-align:center;
	font-size:12px;
}

.Img1 {
	float: right
}

@media only screen and (max-device-width : 480px) {
	
@viewport {
   width: 480px ;
   user-zoom: fixed;
}

body {
	width: 480px;
	float: left;
}

h1 {
	line-height: 1.5;
	font-size: 18px;
}

nav {
	margin: 0;
	padding: 0;
}

ul#menu {
	font-size:9px;
	margin:0;
	padding:0;
}

#menu a {
	font-size:
	margin: 1px;
	width:18%;
	float:left;
	text-align:center;
}

header {
    background-image: url("images/HeaderM.jpg");
    background-repeat: no-repeat;
	background-position: top;
	height: 96px;
}

aside {
	clear: both;
	font-size: 9px;
}

section {
	font-size: 9px;
}

section p{	
    padding-left: 5px;
}

.Img1 {
	height: 75px;
	width: 80px;	
}

footer {
	font-size: 9px;
}

#footer_nav a {
	width: 107px;
}

.Img1 {
	height: 75px;
	width: 80px;	
}

}

@media only screen and (max-device-width: 768px) {
/* Styles */
}	







