html body{
margin: 0px;
padding: 0px;
background-color: rgb(51, 51, 51);
font-family: arial, helvetica, sans-serif;
}

#outerwrapper{
background-color: rgb(255, 255, 255);
color: rgb(51, 51, 51);
height: 90%;
width: 960px;
max-width: 90%;
margin-top: 20px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
}

#header{
background-color: rgb(255, 255, 255);
color: rgb(51, 51, 51);
height: 150px;
width: 280px;
margin-left: auto;
margin-right: auto;
overflow:hidden
}

#logo{
background-color: rgb(255, 255, 255);
height: 80px;
width: 280px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
background-image: url(images/logo.jpg);
background-repeat: no-repeat;
background-position: center;
overflow:hidden;
}

#logo a {
display: block; 
width: 100%; 
height: 100%;
}

#menu {	
text-decoration: none;
font-family: arial, helvetica, sans-serif;
font-size: 13px;
background-color: rgb(255, 255, 255);
color: rgb(51, 51, 51);
height: 40px; 
width: 280px; 
margin-top:10px;
margin-left: 0px;
margin-right: 0px;
overflow:hidden; 
}

ul, ul li{
text-decoration: none;
white-space: nowrap;
font-weight: bold;
list-style: none;
background-color: rgb(255, 255, 255);
color: rgb(51, 51, 51);
line-height: 40px;
text-align: center;
font-family: arial, helvetica, sans-serif;
font-size: 13px;
padding: 0 0 0 10px;
margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
}

ul li {
	float: left;
}

li a:link, li a:visited  {
	text-decoration: none;
	color: rgb(51, 51, 51);
}



#nav{
background-color: rgb(255, 255, 255);
color: rgb(51, 51, 51);
height: 100%;
width: 90%;
text-align: justify;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
}

#heading {
color: rgb(161, 187, 26);
font-family: arial, helvetica, sans-serif;
font-size: 14px;
text-align: center;
margin-top: 10px;
}

#heading1 {
color: rgb(51, 51, 51);
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}

#footer {
background-color: rgb(255, 255, 255);
color: rgb(51, 51, 51);
font-family: times new roman, arial, helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
text-align: center;
height:20px;
width:90%;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

#footer1 {
background-color: rgb(255, 255, 255);
color: rgb(51, 51, 51);
font-family: times new roman, arial, helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
text-align: center;
height:20px;
width:90%;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}

#copyright {
background-color: rgb(255, 255, 255);
color: rgb(51, 51, 51);
font-family: arial, helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
text-align: center;
height:20px;
width:90%;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

#image{
background-color: rgb(255, 255, 255);
color: rgb(51, 51, 51);
height: 100%;
width: 90%;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
overflow: hidden;
position:center;
}

#image img{
	max-width: 100%;
	height:auto;
	width:auto;
	position:center;
}
