﻿body {		
				
				background-color: black;
				color: #FFFFFF; 
				font-family:Trebuchet MS;
				}
	
p {
				text-align: left;
				}
h1 {
				font-family: Papyrus;
				width: 805px;
				margin-left:auto;
				margin-right:auto;
				text-align: center;
				}
h2 {
				font-family: Papyrus;
				}
h3 {
				font-family: Papyrus;
				font-size: 1.1em;
				}
#container {
				margin: auto;
				text-align: center;
				width: 805px;
				}
#content {
				text-align: left;
				display: inline;
				width: 804px;
				}
#footer {
				clear: both;
				}
				
a.link {
				text-decoration: none;
				color: lightblue;
				}
a:hover.link {
				text-decoration: underline;
				}

div.restaurant {
				float: left;
				overflow: hidden;
				width: 25em;
				margin: 1em;
				}
div.resource
				{
				overflow: hidden;
				margin: 1em;
				text-align: left;
				padding: 1em;
				width: 25%;
				float: left;
								}
div.announcement {
					margin: 1em;
					border: 2px outset green;
					padding: .5em;
					font-size: 1.3em;
					width: 80%;
					text-align: center;
					margin-left: auto;
					margin-right: auto;
										}
										
.imageright {
					float: right;
					margin-left: 1em;
					}
.imageleft {
					float: left;
					margin-right: 1em;
					}
