body {
	background: url(images/bg.jpg) repeat-x;
	background-color: #231f20;
	color: #ffffcc;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	width: 933px;
	margin: auto;
}
#navigation {
	width: 128px;
	float: left;
	margin-right: 20px;
	padding-top: 3px;
	border-top: dotted #ffffcc 1px;
}
#column1 {
	width: 485px;
	float: left;
	margin-right: 20px;
	padding-top: 10px;
	border-top: dotted #ffffcc 1px;
}
/*play page*/
div.td {
	display: table-cell;
	width: 242px;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
#column2 {
	width: 274px;
	float: left;
	padding-top: 10px;
	border-top: dotted #ffffcc 1px;
}
.paddingright {
	padding-right: 5px;
}
.newsspacer,.imgspacer,.navspacer {
	border-top: dotted #ffffcc 1px;
	margin: 20px 0px 10px 0px;
}
.navspacer {
	margin: 0px;
}
.navspacer2 {
	margin-bottom: 0px;
}
.imgspacer {
	margin: 10px 0px;
}
#carneypara {
	color: #b3d451;
}
#nextprev {
	text-transform: uppercase;
	letter-spacing: 2px;
}
#projectinfo {
	float: right;
	line-height: 14px;
	font-size: 10px;
	text-align: right;
	color: #ffffe6;
	margin-top: 0px;
}
/* Standard Tag Styles */
a {
	color: #ffffcc;
	text-decoration: none;
}
a:visited {
	color: #ffffcc;
	text-decoration: none;
}
a:hover {
	color: #b3d451
}
a:active {
	color: #f47124;
}
a:focus {
	color: #f47124;
}
h1,h2,h3,h4,h5,h6 {
	color: #ffffe6;
	margin-bottom: 3px;
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
h3 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
h4 {
	font-size: 17px;
	text-transform: uppercase;
}
h5 {
	font-size: 17px;
	color: #b3d451;
	letter-spacing: .5px;
}
h6 {
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
p {
	font-size: 11px;
	line-height: 17px;
	margin: 10px 0px;
}
input,textarea {
	background: none;
	border: none;
	border-bottom: dotted 1px;
	margin-left: 10px;
	color: #ffffcc;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
}
input.submit {
	margin-left: 0px;
	border: none;
	color: #b3d451;
	float: right;
}
textarea {
	margin-left: 0px;
	width: 100%;
	border: dotted 1px;
}
textarea.news {
	width: 80%;
}
ul {
	list-style-type: disc;
	font-size: 11px;
	margin-left: 18px;
	line-height: 14px;
}
li {
	margin: 10px 0px;
}
/* Fix this in IE 7 */
.thumbs {
	margin-right: 6px;
	margin-bottom: 6px;
}
/*Navigation*/
dd ul, dd li {
	list-style-type: none;
	margin: 5px 0px;
}
dd ul li {
	margin: -5px 0px 10px 0px;
}
dd ul li a {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
}
dd ul li dd ul li {
	width: 128px;
	text-align: right;
	margin: 5px 0px;
}
dd ul li dd ul li a {
	font-size: 8px;
}
.orangetxt {
	color: #f47124;
}
.greentxt {
	color: #b3d451;
}
/* Body Links */
.link a {
	color: #b3d451;
}
.link a:visited {
	color: #b3d451;
}
.link a:hover {
	color: #ffffcc;
}
.link a:active {
	color: #f47124;
}
.address {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.float_right {
	float: right;
}
.message {
	color: #FF0000;
}