#header {
	height: 122px;
	background-image: url("/img/snipers/headerBlue.jpg");
	background-repeat: no-repeat;
}

#wrapper {
	background-image: url("/img/snipers/bgBlue.png");
	background-repeat: repeat-y;
}
		 
#header ul {
	list-style: none;
	position: relative;
	top: 35px;
	margin-left: 200px;
}

#header li {
	float: left;
	text-align: center;
	padding: 16px 1em;
	font-size: 1.2em;
}
#header a {
	display: block;
	text-decoration: none;
	color: #4b308c;
}

#header li:hover {
	background-image: url("/img/snipers/navbarInvertedblue.gif");
	background-repeat:repeat-x; 
}

#header li.selected {
	font-weight: bold;	
}

#footer {
	text-align: center;
	font-size: smaller;
	background-image: url("/img/snipers/footerBlue.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 1em;
	padding-bottom: 1em;
}

thead {
	background-color: #ddf;
}

col#playerParents, col.description { border: none; }

tr.even { background-color: #eef; }

h2, caption, .picLabel { color: #77f; }

.title {
	color: #77f;
	font-size: 2em;
}