		body {
			overflow: auto;/*Needed to eliminate scrollbars*/
			background: #FFF;
			margin: 0px;
			font-family: "Georgia";
			color: #656565;
			font-size: 9px;
			line-height: 150%;
			letter-spacing: 1px;
			font-style: normal;
			}
			
		a{
			color: #636363;
			text-decoration: none;
			font-family: "Georgia";
			font-size: 9px;
			font-style: italic;
			letter-spacing: 2px;
			text-transform: lowercase;
			text-shadow: #E5E5E5 1px 1px 1px;
			}
			
		img {
			border: none;
			}
		
		a:hover img {
			background-color: #FFF;
			}
			
		a:hover{
			text-shadow: #E5E5E5 1px 1px 1px;
			}
		
		ul {
			list-style: none;
			}
			
		#wrapper {
			width: 1020px;
			height: 152px;
			padding: 0px;
			margin-left: auto;
			margin-right: auto;
			}
			
		#header {
			border-bottom: 1px solid #C5C5C5;
			padding: 30px 0px 30px 70px;
			margin-left: 40px;
			margin-right: 40px;
			}
		
		#nav {
			border-bottom: 1px solid #C5C5C5;
			padding: 13px 0px 12px 0px;
			overflow: auto;
			margin-left: 40px;
			margin-right: 40px;
			}
		
		#navbox {
			float: left;
			display: block;
			width: 234px;
			text-align: center;
			}
		
		#content {
			width: 1020px;
			padding: 13px 0px 13px 0px;
			text-align: center;
			}
			
		.info {
			margin: 0px;
			width: 940px;
			padding: 0px;
			display: block;
			background-color: transparent;
			color: #FFF;
			font-size: 9px;
			font-family: "Georgia";
			letter-spacing: 1px;
		}
			
		#footerwrapper {
			padding-bottom: 13px;
			margin-left: 40px;
			margin-right: 40px;
			}
			
		#footer {
			border-bottom: 1px solid #C5C5C5;
			border-top: 1px solid #C5C5C5;
			padding: 0px;
			display: block;
			overflow: auto;
			}
		
		#footerboxa {
			float: left;
			height: 100%;
			padding: 13px 0px 13px 0px;
			display: block;
			width: 212px;
			margin: 0px 0px 0px 33px;
			text-align: justify;
			}

		#footerboxb {
			float: left;
			display: block;
			background-image: url('/images/tweet.jpg');
			background-position: bottom left;
			background-repeat: no-repeat;
			padding: 13px 0px 13px 45px;
			width: 418px;
			height: 26px;
			margin: 0px 33px 0px 0px;
			text-align: justify;
			}	

		#footerboxc {
			float: left;
			height: 100%;
			padding: 13px 0px 13px 0px;
			display: block;
			width: 165px;
			margin: 0px 33px 0px 0px;
			text-align: right;
			}
			
		.tweet {
			font-family: Georgia, serif;
			font-size: 9px;
			font-style: normal;
			}
			
		.tweet .tweet_list {
			margin: 0;
			padding: 0;
			}

