body {
			font-family: sans-serif, Helvetica,  Times New Roman, Arial, 
			background-image: url(images/bgtile.jpg);
			background-repeat: repeat-x;
			background-color: #63718C;
			font-size: large;
}
		
		#container {
			width: 760px;
			border: 1px solid gray;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
			background-color: White;
			
		}

		#banner {
			padding: 5px;
			margin-bottom: ;
			background-color: rgb(213, 219, 225);
			height: 130px;
			background-image: url(images/banner.jpg);
			
		}

		#content {
			padding: 5px;
			margin-right: ;
			margin-left: 20px;
			padding-top: 20px;
		}
		
		#nav {
			background-color: #28303C;
			height: 25px;
			text-align: center;
			padding-top: 5px; 
			font-weight: bold;
		}
		
		#nav a {
			color: white;
			text-decoration: none;
			padding-right: 10px;
			padding-top: 8px; 
		}
		#nav a:visited {
			color: white;
			text-decoration: none;
		}

		#nav a:hover {
			color: white;
			text-decoration: underline;
		}


		#sidebar-a {
			float: right;
			width: 270px;
			margin: 0;
			margin-left: 50px;
			padding: 5px;
			background-color: rgb(235, 235, 235);
			text-align: center;
		}

		#sidebar-a img{
		border:5px solid white;
		margin: 20px;
		}
		
		#footer {
			clear: both;
			padding: 5px;
			margin-top: ;
			
			background-color: rgb(213, 219, 225);
		}