body	{
			background-color: #FFF;
			background-image:url('img/background.jpg');
		}
#container	{
				width: 100%;
				margin: auto;
			}
#banner	{
			text-align: center;
			margin-bottom: 10px;
			font-family: "French Script MT", arial, san-serif;
			font-size: 50px;
		}
#navbar	{
			float: left;
			width: 180px;
			text-align: center;
			margin: 0px 15px;
			margin-bottom: 15px;
			border: solid 2px;
			border-color: #FAD;
		}
.navimg	{
			margin-bottom: 15px;
			margin-top: 20px;
		}
#content	{
				/* IE 6 & 7 Semi-Transparent Background Method */
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF); /*AARRGGBB*/
				background: transparent;
				zoom: 1;
				/* FireFox & Google Chrome Semi-Transparent Background Method (CSS 3) */
				background-color: rgba(255,255,255,0.5);
				margin-right: 15px;
				margin-left: 210px;
				border-top: solid 2px;
				border-color: #FAD;
				font-weight: 800;
				font-size: 1.2em;
			}
#footer	{
			margin: 0px 15px;
			border-top: solid 2px;
			border-color: #FAD;
			float: bottom;
			clear: both;
			text-align: center;
		}