body {
	background: #FFF;
	font-family: Impact, "Comic Sans MS", georgia, verdana;
	margin: 0;
	padding: 0;
	background: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1 { font-size: 300%; }
h2 { font-size: 220%; }
h3 { font-size: 180%; }
h4 { font-size: 160%; }
a {
	color: #005A9B;
}
a:hover {
	color: #007ABB;
}

#mainwrap {
	
	
}
#mainwrap #header {
	position: relative;
	height: 140px;
	text-align: center;
	text-align: left;
}
#mainwrap #header h1 {
	
	display: inline-block;
	margin-top: 40px;
	width: 350px;
	height: 95px;
		
	text-align: center;
	text-align: left;
	
	overflow:hidden;
}
#mainwrap #header h1 a {
	text-indent: -10000px;
	overflow:hidden;
	text-align: left;
	
	display:block;
	width: 350px;
	height: 95px;
	background: url(logo-tgs.gif) no-repeat;
}

#mainwrap #main-content {
	background: #FFF url(content-bg.gif) repeat-x;
	text-align: center;
}
#mainwrap #main-content .container {
	padding: 20px 0px 20px 0px;
	margin-left: 2%;
	margin-right: 2%;
	text-align: left;
}
#mainwrap #bottom {
	text-align: right;
	color: #AAA;
}
#mainwrap #bottom .container {
	padding: 10px;
}
#mainwrap #bottom .green {
	color: #00FF88;
}






#main-content p, #main-content ul, #main-content h1, #main-content h2, #main-content h3, #main-content h4 {
	margin: 0 0 18px 0;
}

	

#main-content ul {
	list-style: disc;
}
#main-content ul li {
	margin-left: 20px;
	margin-bottom: 7px;
}

