@charset "utf-8";


body {
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
#globalNav {
	height: 35px;
	text-align: right;
	background-color: #131313;
	float: none;
}
#globalNav #navLinks {
	width: 390px;
	float: right;
	padding-left: 0px;
}
#globalNav .networkButton {
	margin-top: 6px;
	margin-right: 6px;
	float: right;
}

#globalNav .navInfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #838383;
	float: left;
	margin-top: 10px;
}
#globalNav .navInfo a:link {
	color: #838383;
	text-decoration: none;
}
#globalNav .navInfo a:visited {
	text-decoration: none;
	color: #838383;
}

#globalNav .navInfo a:hover {
	color: #c72020;
}





#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 900px;
	height: 43px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	margin-top: 40px;
	padding-left: 5px;
	margin-bottom: 30px;
}
#banner  {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 260px;
	padding-left: 5px;
}
#illustration  {


}




#footer {
	font-size: 10px;
	color: #838383;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2em;
	padding-left: 10px;
	margin-top: 50px;
}

#main {
	min-height: 100px;
	padding-bottom: 1em;
	margin-bottom: 15px;
	color: #131313;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}



/* CSS Document */

/* TAB MENU */

#main a{
	color:#131313;
	text-decoration:none;
}
#main a:hover {
	color:#c72020;
	text-decoration:none;
}
