a:link {
	color: #E9E9E9;
	text-decoration: none;
}
body {
	background-color: #000;
	font-family: "Tw Cen MT", "Century Gothic", Arial;
	font-size: 14px;
	color: #FFF;
	width: 100%;
}
a:visited {
	color: #D2D1C6;
	text-decoration: none;
}

#footer {
	text-align: center;
	color: #FFF;
	background-image: url(../logo_images/title_bar_bkgd.jpg);
	height: 30px;
	width: 1000px;
	padding: 0px;
	vertical-align: text-bottom;
	font-size: 12px;
}

#content {
	background-color: #000;
	color: #FFF;
	font-family: "Tw Cen MT", "Century Gothic", Arial;
	position: relative;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px ridge #252523;
	background-image: none;
	background-repeat: no-repeat;
}
a:hover {
	color: #6CF;
	text-decoration: underline;
}

#header {
	width: 100%;
	text-align: center;
}

#description {
	color: #FFF;
	font-family: "Tw Cen MT", "Century Gothic", Arial;
	background-color: #000;
	background-image: url(../logo_images/techno.jpg);
	background-repeat: repeat-y;
}
#text {
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	color: #E6E6E6;
}
#left_side_text {
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 40px;
	margin-left: 5px;
	background-color: #222220;
	text-align: left;
}

