body, div, a, img, span, ul, li {
	margin:0;
	padding:0;
}
img {
	border:none;
}
div {
	clear:both;
}
body {
	background: #000 url(../images/pattern.jpg) repeat;
	font: 16px arial, sans-serif;
	color: #e7ffd9;
	text-align:center;
	min-width: 900px;
}
#wrapper {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	min-height: 600px;
	background: url(../images/bg_gradient.jpg) repeat-x;
  	position: absolute;
	top: 0;
	left: 0;
}
/*------------------------------Header------------------------------*/
#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------------End Header------------------------------*/

/*------------------------------Nav Tabs------------------------------*/
.nav {
	margin-left: auto;
	margin-right: auto;
	width: 895px;
}
.nav ul {
	list-style:none;
}
.nav li {
	display:inline;
}
.nav a {
	float:left;
}
.nav a span {
	float:left;
	display:block;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.nav a span {
	float:none;
}
/*------------------------------End Tabs------------------------------*/

/*------------------------------Content------------------------------*/
#content {
	text-align: left;
	background: url(images/content.jpg) no-repeat;
	width: 900px;
	height:622px;
	position: relative;
	top:23px;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------------End Content------------------------------*/
/*------------------------------Footer------------------------------*/
#footer {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 75px;
	background: url(../images/footer.jpg) repeat-x;
}
#footer #design{
	width: 900px;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.lessons { padding:30px 40px; font-size:14px;}
.lessons a { color:#FF9; text-decoration:none;}
.lessons a:hover { color:#FF9; text-decoration:underline;}
.lessons a:visited {color:#FF9;}

.joe {width:300px; height:340px;}
.christian {width:300px; height:340px; float:right;}
.footer { font-size:11px;}

/*------------------------------End Footer------------------------------*/