@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(http://teambuildingnetwork.com/images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	background-color: #001D36;
}
h1 {
	font-family:Tahoma, Verdana, Arial;
	font-size:33px;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	line-height:42px;
	color: #333333;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:25px;
	margin-top:25px;
}
#header {
	background-image: url(http://teambuildingnetwork.com/images/header.jpg);
	height: 228px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(http://teambuildingnetwork.com/images/contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	overflow: hidden;
}
#footer {
	background-image: url(http://teambuildingnetwork.com/images/footer.jpg);
	height: 186px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
