/*default.css*/

* {
	padding:0;
	margin:0;
}
p,h1,h2,h3,h4,h5,h6 {
	margin:1em 0;
}
body {
	background:transparent url('../images/bg.jpg');
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.6em;
	text-align:center;
	font-size:12px;
	color:#fff;
}
#header {
	width:900px;
	height:151px;
	margin:auto;
	background:transparent url('../images/header.jpg') no-repeat 0 0;
}
#wrapper {
	margin:auto;
	width:900px;
	background:transparent url('../images/content_bg.gif') repeat-y 0 0;
}
#content {
	float:right;
	padding:30px 50px 20px 0;
	display:inline;
	width:580px;
}
#sidebar {
	float:left;
	display:inline;
	width:250px;
	height:514px;
}
#footer {
	clear:both;
	padding-left:80px;
	text-align:center;
}

/*nav styles*/

#nav {
	width:250px;
	height:514px;
	position:relative;
	background:url('../images/navbar.gif');
	margin:0;
	padding:0;
}
#nav li {
	float:left;
	list-style:none;
}
#nav li a {
	position:absolute;
	left:0;
	margin:0;
	padding:0;
	display:block;
	width:250px;
	background:url('../images/navbar.gif') no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
}
li#nav_about a {
	top:0;
	height:56px;
	background-position:0 0;
}
li#nav_master a {
	top:56px;
	height:46px;
	background-position:0 -56px;
}
li#nav_teach a {
	top:102px;
	height:48px;
	background-position:0 -102px;
}
li#nav_faq a {
	top:150px;
	height:59px;
	background-position:0 -150px;
}
li#nav_special a {
	top:209px;
	height:29px;
	background-position:0 -209px;
}
li#nav_test a {
	top:238px;
	height:32px;
	background-position:0 -238px;
}
li#nav_contact a {
	top:270px;
	height:29px;
	background-position:0 -270px;
}
li#nav_home a {
	top:299px;
	height:35px;
	background-position:0 -299px;
}
li#nav_about a:hover {
	background-position:-250px 0;
}
li#nav_master a:hover {
	background-position:-250px -56px;
}
li#nav_teach a:hover {
	background-position:-250px -102px;
}
li#nav_faq a:hover {
	background-position:-250px -150px;
}
li#nav_special a:hover {
	background-position:-250px -209px;
}
li#nav_test a:hover {
	background-position:-250px -238px;
}
li#nav_contact a:hover {
	background-position:-250px -270px;
}
li#nav_home a:hover {
	background-position:-250px -299px;
}
.teal {
	color:#18CBA4;
}
.fleft {
	float:left;
	margin:10px;
}
.fright {
	float:right;
	margin:10px;
}
.header {
	border:none;
}
img {
	border:2px solid #D59A3B;
}