body {
	margin: 0 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%;
	background: gray;	
}

#page {
	width: 800px;
	background: white;
	margin: 0 auto;
	border: 2px solid #b0c4de;
	padding: o auto;
}

h1 {
	text-align: center;
	margin: .1em;
}

#navigation {
	font-size: 1.25em;
	font-weight: bold;
	background-color: #b0c4de;
	padding: 10px o;
	clear: left;
	text-align: center;
	margin-top: 0;
	}

#navigation a {
	border-right: 2px solid black;
	color: black;
	padding: 0 20px;
	text-decoration: none;	
}

#navigation a.current {
	color: red !important;	
}

#navigation a.first {
	border-left: 2px solid black;
}

#navigation a:active { color: fuchsia; }
#navigation a:hover { color: white; }

ul.bullet {
	list-style-image: url("../images/bullet.png"); 
}

#best {
	padding-right: 305px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#best h3 {
	text-align: center;
}

#best2 {
	padding: 0 10px;
	margin: 0px;
}

#sdlc {
	position: absolute;
	top: 110px;
	right: 230px;
	border: 1px solid black;
	padding-right: 10px;
}

#sdlc h3 {
	text-align: center;
}

#fantasy {
	padding: 0 10px;
}

#fantasy h3 {
	text-align: center;	
}