			a {
				text-decoration: none;
				color: #999999;
				color: FAD500;
			}
			a:visited {
				text-decoration: none;
				color: #999999;
				color: FAD500;
			}
			a:hover {
				text-decoration: underline;
				color: #BB9999;
				color: FFAA00;
			}

			#main {
				width: 70%;
				margin-left: 15%;
			}
			#header, #linkbarhoriz {
				position: relative;
				width: 100%;
				text-align: center;
				color: #EAEAEA;
				font-family: "Trebuchet MS", Courier;
			}
			#header {
				height: 100px;
				font-size: 6em;
			}
			#linkbarhoriz {
				height: 50px;
				font-size: 1.5em;
				color: FAD500;
				margin-top: 10px;
			}
			#mainbody {
				position: relative;
				text-align: center;
				color: #EAEAEA;
				font-family: "Trebuchet MS", Courier;
				height: 600px;
				width: 69%;
				float: left;
				margin: 0;
			}
			#twitter_container{
				position: relative;
				width: 30%;
				height: 400px;
				top: 50px;
				float: right;
			}
			#twitter_div {
				height: 100%;
				width: 100%;
				color: #EAEAEA;
				border-style: ridge;
				border-width: 1px;
				border-color: #EAEAEA;
				margin: 0;
				text-align: left;
				overflow: auto;
			}
			.sidebar-title {
				position: relative;
				color: #FAD500;
				font-size: 4em;
				text-align: center;
				width: 100%;
				border-width: 1px;
				border-color: #EAEAEA;
				border-style: ridge;
				top: 1px;
			}
			.sidebar-bottom {
				position: relative;
				bottom: 1px;
				color: #FAD500;
				text-align: center;
				width: 100%;
				border-width: 1px;
				border-color: #EAEAEA;
				border-style: ridge;
			}