body {
	background-image: url(images/camouflage.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 155%;
}
p {
	margin-top: 0px;
}
a:link, a:visited, a:active {
	color: #5FA04A;
	text-decoration: none;
}
a:hover {
	color: #284420;
	text-decoration: none;
}
#wrapper {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	position: relative;
	width: 850px;
	overflow: auto;
}
#header {
	width: 850px;
	height: 220px;
	position: relatve;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 850px;
}
#logo {
	background-image: url(images/bootcamp.png);
	background-repeat: no-repeat;
	width: 216px;
	height: 162px;
	position: absolute;
	left: 22px;
	top: 42px;
}
#nav {
	width: 570px;
	height: 30px;
	position: absolute;
	left: 241px;
	top: 107px;
}
#events {
	width: 810px;
	height: 150px;
	margin: 0px auto 20px auto;
}
#events a:hover {
	background-position: 0px -150px;
}
#ttb, #sea, #ttn, #ttb2, #sea2, #ttn2 {
	background-repeat: no-repeat;
	float: left;
}
#ttb {
	background-image: url(images/events_ttb.jpg);
	width: 270px;
	height: 150px;
}
#sea {
	background-image: url(images/events_sea.jpg);
	width: 270px;
	height: 150px;
}
#ttn {
	background-image: url(images/events_ttn.jpg);
	width: 270px;
	height: 150px;
}
#ttb2 {
	background-image: url(images/events_ttb2.jpg);
	width: 270px;
	height: 150px;
}
#sea2 {
	background-image: url(images/events_sea2.jpg);
	width: 270px;
	height: 150px;
}
#ttn2 {
	background-image: url(images/events_ttn2.jpg);
	width: 270px;
	height: 150px;
}
#footer {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	position: relative;
	width: 850px;
	margin-top: 0px;
}
table {
	border-width: 3px;
	border-style: solid;
	border-collapse: collapse;
	background-color: white;
}
table td {
	border-width: 3px;
	padding: 10px;
	border-style: solid;
	border-color: #CECECE;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #3A662B;
}
.session {
	font-size: 15px;
	font-weight: bold;
	color: #3A662B;
}
.green {
	color: #5FA04A;
	font-style: italic;
}
