@charset "UTF-8";
body {
	background-color: #000;
	background-image: url(../../images/subduedBg.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#masthead {
	background-image: url(../../images/test2.png);
	background-repeat: no-repeat;
	height: 95px;
}
#globalNav {
	height: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	background-image: url(../../images/globalNavBgGrad.png);
	background-repeat: repeat-x;
}
#logotype {
	padding-top: 20px;
	padding-left: 30px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#globalNav ul {
	list-style-type: none;
	display: inline;
	padding-left: 32px;
	margin-top: 20px;
}
#globalNav ul li {
	display: inline;
	padding-right: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-left: 8px;
}
#globalNav ul li a {
	font-size: 75%;
	text-decoration: none;
	color: #300;
}
#globalNav ul li a:hover {
	color: #FFF;
}
#globalNav ul .last {
	border-right-style: none;
}
#container #globalNav ul .first {
	padding-left: 0px;
}
.base {
	background-image: url(../../images/base900.png);
	height: 16px;
	clear: both;
	background-repeat: no-repeat;
}
.rightCol img {
	border: 1px solid #FFF;
}
#mainContent a {
	color: #F60;
}
#mainContent a:hover {
	color: #666;
}

