/* CSS Document */

body {
	background-color:rgb(21,48,3);
	width:100%;
	margin:auto;
	text-align:center;
	font-size:1em;
	background-image: url(../images/layout/body_bkg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	position:relative;
	display:block;
	width:969px;
	margin-left: auto;
  	margin-right: auto;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header {
	width:969px;
	position:relative;
}
#header #tabs {
	position: absolute;
	z-index: 50;
	top: 157px;
	left: 590px;
	width: 370px;
	font-size:14px;
	line-height:25px;
	text-align:right;
}
#tabs a {
	color:#1f4c03;
	text-decoration:none;
}
#tabs a:hover {
	color:#348005;
}
.home {
	display:inline-block;
	width:72px;
	height:32px;
	background-image: url(../images/layout/tab_home.png);
	background-repeat: no-repeat;
	text-align:center;
}
.dates {
	display:inline-block;
	width:135px;
	height:32px;
	background-image: url(../images/layout/tab_dates.png);
	background-repeat: no-repeat;
	text-align:center;
}
.instructors {
	display:inline-block;
	width:120px;
	height:32px;
	background-image: url(../images/layout/tab_instructors.png);
	background-repeat: no-repeat;
	text-align:center;
}
#content {
	width:969px;
	position:relative;
	background-image:url(../images/layout/page.gif);
	padding-bottom:10px;
}
#content #nav {
	position:absolute;
	top:0; left:7px;
	font-size:.8em;
}
#nav #navlinks {
	position: relative;
	left:15px;
	width:170px;
}
#navlinks a {
	color:rgb(20,49,0);
	font-weight:bold;
	font-size:1em;
	padding-right:12px;
	text-decoration:none;
	background-image: url(../images/layout/nav_link.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}
#navlinks a:hover {
	color:rgb(42,102,4);
	background-image: url(../images/layout/nav_link.gif);
	background-repeat: no-repeat;
	background-position: right -13px;
}
#content #editable {
	position:relative;
	left:223px; top:40px;
	width:710px;
	font-size:.8em;
	padding-bottom:20px;
	margin-top:0;
}
#wrapper #footer {
	position:relative;
	display:block;
	width:969px;
	font-size:.6em;
	padding-bottom:20px;
	color:rgb(204,204,204);
}
#footer #implement {
	position:absolute;
	left:4px; top:12px;
	text-align:left;
	width:400px;
	font-size:.8em
}
#footer #copyright {
	position:absolute;
	left:569px; top:12px;
	text-align:right;
	width:400px;
	padding-right:5px;
}
#footer a {
	color:rgb(255,255,255);
}
#footer a:hover {
	color:rgb(204,204,204);
	text-decoration:none;
}

