﻿body {
	background-color: #CC9900;
	font-family: Cambria, Georgia, Verdana, Arial;
	font-size: 12px;
	margin: 0px;
	text-align: center;
}

#main {
	width: 800px;
	border: 2px black solid;
	background-color: white;
	text-align: left;
	background-image:url('img/splat.png');
	background-repeat:no-repeat; 
}

#menu {
	text-align: center;
	border-bottom: 1px gray solid;
	border-top: 1px gray solid;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menuItem {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	border-right: 1px black solid;
	cursor: pointer;
}

.menuItem:hover {
	background-color: #CC9900;
}

.menuItemFirst {
	border-left: 1px black solid;
}

.menuItemSelected {
	background-color: #CC9900;
	color: white;
	cursor: auto;
}

a, a:active, a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
}

a.linkMenu, a.linkMenu:active, a.linkMenu:visited {
	color: black;
	text-decoration: none;
}

a.linkMenu:hover {
	color: white;
}

#title {
	color: #B8B8B8;
	font-size: 38px;
	text-align: right;
	letter-spacing: 6px;
	font-weight: bold;
	height: 95px;
	padding-right: 5px;
}

#subtitle {
	font-size: 28px;
}

#content {
	padding: 10px;
	font-size: 14px;
}

.cellTitle {
	width: 200px;
	text-align: right;
	vertical-align: top;
}

.cellLogo {
	width: 120px;
	text-align:right;
	vertical-align:top;
}

#footer {
	letter-spacing: 2px;
	font-size: 10px;
	text-align: center;
}

.list {
	margin-top: 0px;
	margin-left: -20px;
}