html {font-size: 100%;}

body {
	margin:0;
	padding:0;
    font-family: 'helvetica', sans-serif;
    font-style: normal;
    font-weight: 400;
}

a {text-decoration: none; color: rgb(0,169,224); font-weight: bold;}

#container {
	width:768px;
	margin:0 auto;
}

#banner {
	margin-top: 20px;
}

#banner img{
	width: 50%;
	height: 100%;
}

#header{
	width: 100%;
	padding: 0 0 0 0;
	margin: 30px 0 30px 0;
	text-align: center;
	text-align: center;
	color: rgb(0,169,224);
	font-size: 4em;
}

#content{
	width: 100%;
	margin: 60px 0 60px 0;
	text-align: left;
}
#content p {
	margin: 5px 0px 5px 0px;
}
#content li {
	margin: 10px 0px 10px 0px;
}

#footer {
	font-size: 1em;
	text-align: center;
}


