body,html {		
	margin: 0px;
	padding: 0px;
}

img {
	border:0px;
}

#main-container {
	width:665px;
	background: url(../images/main_bg.gif) repeat-y left top;
	padding:0 70px 0 70px;
	position: relative;
	left:50%;
	margin-left:-402px;
}

#footer {
	/*width:785px;*/
	width:635px;
	height:50px;
	padding:10px 70px 0 80px;
	position: relative;
	left:50%;
	/*margin-left:-402px;*/
	margin-left:-395px;
	margin-top:2px;
	font-family: arial, sans-serif;
	font-size:11px;
	/*color:#00ACE5;*/
	color:#636466;
	background: url(../images/foot.gif);
}


#footer p {
	margin:0;
}

/* ////  HEADER AND TOP NAVIGATION STYLES  //// */

#header {
	width:660px;
	height: 130px;
}

#logo-sm {
	position: relative;
	width:130px;
	height:105px;
	background-color:#EBEBEB;
	text-align: center;
	padding-top:25px;
	float: left;
}

#logo-lg {
	position: relative;
	width:333px;
	height:130px;
	text-align: center;
	float: left;
}

#head-img {
	width: 196px;
	height: 129px;
	margin-top:1px;
	float: left;
}

#nav {
	font-family: arial black, sans-serif;
	font-size:.75em;
	width:660px;
	height:29px;
}

#nav ul {
	float: left;
	margin:0;
	padding:0;
}

#nav li {
	float: left;
	margin:3px 2px 2px 0px;
	list-style-type: none;
	width:126px;
	height:20px;
	padding:4px 0 0 4px;
	cursor: pointer;
}

#nav li a {
	text-decoration: none;
	color:#ffffff;
}

#nav li.static {
	background-color:#C4D93C;
}

#nav li.hover {
	background-color:#00ACE5;
}


/* ////  ----------------------------  //// */

/* ////  Home Page Boxes //// */
#home-text {
	width:660px;
	height:123px;
}

#camp {
	width:194px;
	height:224px;
	background-color:#00ACE5;
	color:#ffffff;
	font-family: trebuchet ms, sans-serif;
	font-size:11px;
	line-height:15px;
	padding:12px;
	float: left;
}

#camp h1 {
	margin:0px;
	font-family: arial, sans-serif;
	font-size:1.6em;
	font-weight: bold;
}

#camp ul {
	margin:5px 0 5px 0;
	padding:0;
}

#camp li {
	list-style-type: none;
}

#home-center {
	width:220px;
	height:248px;
	float: left;
	background-color:#ffffff;
	margin:0 2px;
}

#donate {
	width:196px;
	height:227px;
	background-color:#CCEEFA;
	color:#ffffff;
	font-family: trebuchet ms, sans-serif;
	font-size:11px;
	line-height:15px;
	padding:11px;
	float: left;
}

/* ////  ----------------------------  //// */



/* ////  Inside Page Styles //// */
	
#inside-container {
	width:660px;
	background: url(../images/bg_cols.gif) repeat-y ;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#inside-nav {
	margin:0;
	float:left;
}

#inside-nav ul {
	margin:0px;
	padding:5px 0 5px 0;
	width:130px;
	float:left;
}

#inside-nav li {
	margin:0 6px;
	width:118px;
	list-style-type: none;
	color:#ffffff;
	font-family: trebuchet ms, sans-serif;
	font-size:.7em;
	line-height:1.6em;
	font-weight: bold;
}

#inside-nav li a {
	text-decoration: none;
	color:#ffffff;
}

#inside-nav li a:hover {
	color:#CDF61C;
}

#inside-nav li.selected a {
	color:#CDF61C;
}

#inside-nav li.selected a:hover {
	text-decoration: underline;
	color:#CDF61C;
}

#inside-text {
	float: right;
	width:485px;
	padding:25px 20px;
	font-family:trebuchet ms, sans-serif;
	font-size:.8em;
	line-height:1.7em;
	color:#636466;
	vertical-align: top
}

#inside-text p {
	margin:0;
	padding-top:18px;
}

#inside-text h1 {
	color:#01ACE4;
	font-size:1.8em;
	margin:18px 0 0 0;
	font-family: arial;
	font-weight: bold;
}

#inside-text a {
	color:#00ACE5;
}

#inside-text a:hover {
	color:#006CB7;
}

#inside-text ul.staff {
	margin:0 0 0 -40px;
}


#inside-text ul.staff li {
	list-style-type:none;
	line-height:30px;
}


#page-title {
	/*padding-bottom:10px;*/
}


#inside-text .bold-blue {
	color:#00ACE5;
	font-weight:bold;
}

#youth {
	width:236px;
	float: left;
	margin:0 5px 5px 0;
	font-family: trebuchet ms;
	font-size:.9em;
}

#youth h2 {
	color:#00ACE5;
	margin:15px 0 0 0;
	font-size:1.5em;
}
/* ////  ----------------------------  //// */