body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F90;
	background-color: #000;
	text-align: left;
	color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

#masthead {
	height: 114px;
	width: 900px;
	background-color: #000;
	background-image: url(../images/global_images/generalbanner.jpg);
}


a:link {
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
#left a:link {
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Comic Sans MS";
	color: #CCC;
}
#left a:visited {
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Comic Sans MS";
	color: #CCC;
}

#left a:hover {
	font-family: "Comic Sans MS";
	color: #F90;
	text-decoration: none;
	text-align: left;
	
}

#uppernav {
	font-family: "Comic Sans MS";
	color: #F90;
	font-size: 12px;
	background-color: #000000;
	padding-left: 15px;
	font-weight: normal;
	text-align: left;
}
#uppernav a:link {
	color: #CCC;
	text-decoration: none;
	text-align: left;
}
#uppernav a:visited {
	color: #CCC;
	text-decoration: none;
	text-align: left;
}
#uppernav a:hover {
	font-family: "Comic Sans MS";
	color: #F90;
	text-decoration: none;
	text-align: left;
}

#header {
	text-align: left;
	padding-right: 200px;
	padding-bottom: 10px;
	padding-top: 25px;
	padding-left: 0px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}

#left {
	float: left;
	width: 420px;
	padding-right: 0px;
	padding-left: 25px;
	font-family: "Comic Sans MS";
	font-size: 14px;
	padding-top: 35px;
}

#right {
	float: right;
	width: 410px;
	text-align: left;
	background-color: #000;
}

#footer {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #F90;
	padding-left: 15px;
	clear: both;
	text-align: left;
	padding-bottom: 10px;
}

#counter {
	text-align: right;
	padding-right: 20px;
}

.underline {
	text-decoration: underline;
}
.subsubheading {
	font-family: "Comic Sans MS";
	font-size: 10px;
	font-weight: normal;
}

.yellow {
	color: #F90;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
}

