html, body {
	background-color: #1C53B8;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	margin: 0; 
	padding: 0;
	height: auto;
	min-height: 100%;
	overflow: auto;
}
#wrapper {
	width: 850px;
	margin: 40px auto;
	padding: 0;

}
#masthead {
	background-image: url(images/ghsa-title.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #1C53B8;
	height: 75px;
	margin: 0;
	padding: 0;
}
#masthead .txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 30px;
}
#masthead .txt a:link, #masthead .txt a:visited{
	color: #ffffff;
	text-decoration: none;
}
#masthead .txt a:active, #masthead .txt a:hover{
	color: #5FDEE9;
	text-decoration: underline;
}
#content {
	margin: 0;
	padding: 0;
	background-color: #1C53B8;
}
#menu {
	float: left;
	background-color: #03B3FD;
	background-image: url(images/menu-bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 270px;
	height: 315px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#top-fold{
	float: left;
	background-color: #8DEBF4;
	background-image: url(images/topfold-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 570px;
	height: 315px;
	margin: 0 0 5px 8px;
	padding: 0;
}
#top-fold .txt {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#top-fold  .txt a:link, #top-fold .txt a:visited{
	color: #0066FF;
	text-decoration: none;
}
#top-fold .txt a:active, #top-fold  .txt a:hover{
	color: #ffffff;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1C53B8
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1C53B8
}
.right {
	float: right;
	padding: 0 15px;
}
.left {
	float: left;
	padding: 0 15px;
}
#copy {
	clear: left;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#text-module{
    padding: 10px;
}
.text-module-column{
    float: left;
    width: 380px;
	padding: 0 0 0 20px;
}
.clear {
	clear: both;
}
a:link, a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:active, a:hover {
	color: #5FDEE9;
	text-decoration: underline;
}
.gear {
	padding: 5px 0;
	clear: both;
}
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	background: none;
}
#footer a:link, #footer a:visited{
	color: #ffffff;
	text-decoration: none;
}
#footer a:active, #footer a:hover{
	color: #5FDEE9;
	text-decoration: underline;
}