body {
	font-family: Arial, sans-serif;
}
#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border: 1px solid Blue;
}
	
#header {
	text-align: center;
	background: Blue;
	border: 1px solid Blue;
}
#sidebar {
	float:left;
	width:180px;
	height: 1000px;
	background: Blue;
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
}
#sidebar a {
	display: block
}
#sidebar p {
	color: silver;
}
#sidebar a:link, #sidebar a:visited {color: silver;}
#sidebar a:hover {color: Blue; background: silver;}

#main {
	padding: 1em;
	margin: 0 0 0 180px;
	font-size: 14px;
	text-align: justify;
}
#main a:link, #main a:visited {color: Blue;}
#main a:hover {color: silver; background: Blue;}

a {text-decoration: none;}

h1, h2, h3 {
	text-align: center;
}
h1 {
	color: silver;
	background: Blue;
}
h3 {
	color: silver;
}
i {
	font-style: italic;
}
img {
	width: 740px;
}
p.center {
	text-align: center;
}