		.alink {
			color: navy;
			font-size: 10px; 
		}
		.input {
			background-color: #dddddd;
			color: black;
		}
		.submit {
			background-color: #e8e8e8;
			color: #000000;
		}
		.submit:hover {
			background-color: #a8a8a8;
		}
		p {
			font-size: 12px;
		}
		.container {
			border-left: 1px dotted navy;
			border-right: 1px dotted navy;
			height: 100%;
		}
		.header {
			background-image: url('../images/header.jpg');
			height: 100px;
		}	
		.body {
			border-top: 1px dotted navy;
			border-bottom: 1px dotted navy;
		}
		.footer {
			background-image: url('../images/footer.jpg');
			height: 40px;
			text-align: right;
			font-size: 10px;
		}
		.navbar {
			background-color: #e8e8e8;
			width: 150px;
			height: 500px;
		}
		.nav {
			font-size: 12px;
			background-image: url('../images/footer.jpg');
		}
		.nav a {
			font-weight: normal;
			text-decoration: none;
			color: #000033;
			margin: 5px;
		}
		.nav a:hover {
			text-decoration: underline;
			color: #000066;
		}
		.content {
			text-align: left;
		}
		.adnav {
			text-align: left;
			padding: 0px 0px 0px 9px;
			margin: 10px 0px 0px 0px;
			font-size: 11px;
		}
		.texture {
			background-image: url('../images/texture.jpg');
		}
		.events {
			border-bottom: 1px solid #666666;
			padding: 5px 0px 10px 0px;
		}
