p {
	line-height: 150%;
	color: white;
	font-size:16px;
	padding-left:10px;
}

ul {
	line-height: 150%;
	color: white;
	font-size:16px;
	padding-left:50px;
}

h1 {
	color: white;
	padding-left:10px;
}

body {
	background-image: url("images/background.png");
	background-repeat: repeat;
	background-color:#000000;
	font-size:14px;
	height:auto;
}

a:link {
  color: #7777ed;
}

a:visited {
	color: #9367bb;
}

table {
	width: 100%;
	padding-left:10px;
	padding-right:10px;
}

td {
	line-height: 175%;
	color: white;
	font-size:14px;
	vertical-align:top
}

.nav {
	float: left;
	width: 20%;
}

.navItem {
	padding:10px;
	margin-bottom:15px;
	font-size:28px;
	color:white;
	background-image: url("images/background_button.png");
	background-repeat: repeat;
}

.navItemSelected {
	padding:10px;
	margin-bottom:15px;
	font-size:28px;
	color:white;
	background-image: url("images/background_button_selected.png");
	background-repeat: repeat;
	position: relative;
}

.sylvester {
	width:26;
	height:74;
	position: absolute;
	top: -55px;
	right: 10px;
}

.content {
	float: right;
	width: 80%;
}

.cuteBoyTableCell {
	text-align:center;
	padding-bottom:10px;
}

.imageLeft {
	padding-left:10px;
	padding-right:20px;
	padding-top:6px;
	padding-bottom:6px;
}

.imageRight {
	padding-left:20px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
}

.miniCellLeft {
	text-align:left;
	padding-left:0px;
	padding-right:25px;
}

.miniCellRight {
	text-align:left;
	margin-left:25px;
}