article, aside, figure, footer, header, nav, section {
    display: block;
}
html{
	background-image: url(../image/background.jpg); 
}
body {
	font-family: Verdana, Geneva, sans-serif;
	width: 900px;
	margin: 0 auto;
	background-image: url(../image/ltebackground.jpg);
	border-radius: 20px 20px 20px 20px;
}
header {
	margin-top: 15px;
	border-radius: 20px 20px 20px 20px;
	background-image: url(../image/ltebackground.jpg);
}
header h1 {
	color: #4863A0;
	margin: 5px;
	padding: 10px 10px 10px 10px;
}
header p {
	font-style: italic;
	font-weight:bold;
	color: #151B8D;
	margin: 5px;
	padding: 10px 10px 10px 10px;
}
nav {
	background-color: #4863A0;
	clear: left;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #4863A0;
}
nav ul {
	margin-left: 0;
	margin-bottom: .5em;
	list-style: none;
	padding: .5em 2em 0 0;
}
nav li {
	display: inline;
	padding: 0 1.5em;
	border-right: 2px solid white;
	font-weight: bold;
}
nav a.current { color: #5CB3FF; }
nav a{
	text-decoration: none;
	color: #fffded;
}
section{
	padding: 12px;
}
section h1 {
	font-size: 16pt;
	margin-left: 18px;
	color: #4863A0;
}
section p {
	margin: 10px 30px 0;
	color: #151B8D;
	border-top: 5px solid white;
}
aside {
	float: left;
	margin-left: 43px;
	width: 50%;
}
aside h1{
	font-size: 16pt;
	color: #4863A0;
	margin-left: 40px;
}
aside ul{
	color: #2B547E;
	font-size: 12pt;
}
aside ul li{
	list-style-image: url(../image/check_mark.jpg);
}
aside img{
	border: 2px solid black;
	margin-left: 40px;
}
article h1{
	font-size: 16pt;
	color: #4863A0;
}
article ul{
	color: #2B547E;
	font-size: 12pt;
}
article ul li{
	list-style-image: url(../image/check_mark.jpg);
}
article img{
	border: 2px solid black;
}
footer {
	clear: both;
	background: #4863A0;
	border-radius: 0 0 20px 20px;
}
footer p {
	color: white;
	padding: .5em;
	text-align: right;
}