#wrapper{
	width: 100%;
	margin: 0px;
	float: none;
}

#header {
  	width: 100%;
	margin: 0px;
	float: none;

}
#logo{
	width:100%;
}


#menu {
	display:none;
}

#rightside {
  	display:none;
}
#rightside p{
	text-align: center ;
}

#content {
  	width: 100%;
	margin: 0px;
	float: none;
}
#signupBox{
	display:none;
}

p{
	font-size: 18px;
	font-style:normal;
	text-align: justify;
}

h1, h2, h3{
	font-family: serif;
	font-weight: bold;
	text-align: center;
}
h1{
	font-size: 32px;
	color: darkblue;
	text-align: center;
}
h2{
	font-size: 24px;
}
h3{
	diplay: inline;
	text-align: left;
	font-size: 24px;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

i{
	font-style:oblique;
}
ul, ol, table{
	font-size: 14px;
	font-style:normal;
}


#footer {
  	width: 100%;
	margin: 0px;
	float: none;
	font-style: italic ;
	color: white;
}

#rightside img{
	text-align: center;
}

#rightside a:focus{
	border-top: 0px;
	border-bottom: 0px;
	background: white;
}
#rightside a:hover{
	text-decoration:none;
	border-top: 0px;
	border-bottom: 0px;
	background: white;
}

