#head {
	background: url(assets/pageHead.gif);
	height: 77px;
}
#holder {
	width: 760px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 2px solid #000000;
	clear: both;
}
body {
	background: #333333;
}
a:link {
	color: #1E3874;
}
.nav a:link {
	text-decoration: none;
}

a:visited {
	color: #1E3874;
}
a:hover {
	color: #4F779E;
	text-decoration: underline;
}
a:active {
	color: #4F779E;
	text-decoration: underline;
}

#nav {
	background: url(assets/navBkg.gif);
	height: 43px;
	text-align: center;
	font: bold 18px Comic Sans MS, Arial, Helvetica, sans-serif;
	color: #1E3874;
	margin: 0px;
	padding: 0px;
}

#nav a:link {
	text-decoration: none;
}

#nav a:visited {
	text-decoration: none;
}
#contentHolder {
	background: url(assets/contentRepete.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 760px;
	float: left;
}
#leftSide {
	background: url(assets/leftSideBkg.gif);
	float: left;
	height: 318px;
	width: 50px;
}
#rightSide {
	background: url(assets/rightSideBkg.gif);
	float: right;
	height: 318px;
	width: 25px;
}
#centerContent {
	width: 500px;
	margin-left: 60px;
	float: none;
	padding: 0px;
	margin-top: 0px;
}
#content {
	background: url(assets/contentBkg.gif) no-repeat top;
	margin: 0px;
	padding: 0px 35px 10px 65px;
	width: 660px;
	font: 16px "Comic Sans MS";
	color: #000000;
	text-align: left;
	float: left;
}
h2 {
	font-size: 18px;
}
#nav a:hover {
	color: #4F779E;
}

.enter {
	font: bold 36px "Comic Sans MS";
	color: #1E3874;
	height: 60px;
	width: 170px;
	border: 2px solid #000000;
	display: block;
	background: #BBCC00;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.enter a:link {
	color: #1E3874;
	text-decoration: none;
}
.enter a:visited {
	color: #1E3874;
	text-decoration: none;
}
.enter a:hover {
	color: #1E3874;
	text-decoration: none;
	background: #FF9900;
	display: block;
	height: 60px;
	width: 170px;
}

.enter a:active {
	color: #1E3874;
	text-decoration: none;
	background: #FF9900;
	display: block;
	height: 60px;
	width: 170px;
}

.smallText {
	font-size: 12px;
}
#clearBoth {
	clear: both;
}
