body {font-size: 80%;
	font-family: "Verdana", "Helvetica", sans-serif;
	color: #0c092c;
	background-color: #001046;
	align: center;
}

a {color: #7e9fc1;
	text-decoration: none;
}

a:hover {color: #bdac4f;
}

#container {margin-right: auto;
	margin-left: auto;
	width: 800px;
	
}

#banner {background-image: url("banner.png");
	height: 125px;
	width: 800px;
}

#banner a {display: block;
	width: 100%;
	height: 100%;}

h1, h2, h3 {color: #001046;
}

#nav {width: 130px;
	height: 850px;
	background: url("darkbluestripe.jpg") #233654 repeat-x;
	padding: 10px;
	float: left;
}

#nav ul {list-style-type: none;
}
ul {list-style-type: square;
	color: #110d42;
	line-height: 30px;
}

#nav a {color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#nav a:hover {color: #bdac4f;
}


#stuff {width: 480px;
	padding: 10px;
	background-color: #F5F5F5;
	float: left;
	height: 850px;
	overflow: auto;
}

#reminders {width: 130px;
	padding: 10px;
	background: url("darkgoldstripe.jpg") #998a39 repeat-x;
	float: right;
	height: 850px;

	
}

#footer {width: 780px;

	padding: 10px;
	font-size: 85%;
	text-align: center;
	background: #666;

}

.image {float: right;
}

img {border: 0;
}
