@charset "UTF-8";
#copyright   {
	display: block;
	float: left;
	width: 735px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: center;
	padding: 1px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 100px;
	margin-left: 20px;
}
/* CSS Document */

body {
	background-color: #330000;
	text-align: center;
	font-size: 80%;
	position: relative;
	height: 1000px;
	}
	
#wrapper {
	text-align: left;
	width: 735px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#headder {
	height: 88px;
	width: 735px;
	background-image: url(../img/headerpic02.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#container {
	position: relative;
	margin-top: -8px;
}

h1 {
	background-position: right top;
	padding: 0px;
	height: 5px;
	width: 250px;
	position: absolute;
	right: 0px;
	top: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}



ul#nav_main {
	list-style-type: none;
	position: relative:
	width: 735px;
	height: 25px;
	background: url(../img/nav_barbg.jpg) repeat-x;
	margin-top: 70px;
	float: left;
	width: 697px;
	}
	
li#home{
	position:absolute;
	/*top: 1px;*/
	left: 10px;
	width: 48px;
	height: 25px;
	background: url(../img/nav_home.jpg) no-repeat 0 0;
	}
	
li#program{
	position:absolute;
	/*top: 1px;*/
	left: 58px;
	width: 68px;
	height: 25px;
	background:url(../img/nav_program.jpg) no-repeat 0 0;
	}
	
li#profile{
	position:absolute;
	/*top: 1px;*/
	left: 126px;
	width: 146px;
	height: 25px;
	background:url(../img/nav_instractor.jpg) no-repeat 0 0;
	}
	
li#artist{
	position:absolute;
	/*top: 1px;*/
	left: 272px;
	width: 170px;
	height: 25px;
	background:url(../img/nav_artists.jpg) no-repeat;
	}
	
li#company_info{
	position:absolute;
	/*top: 1px;*/
	left: 442px;
	width: 61px;
	height: 25px;
	background:url(../img/nav_company.jpg) no-repeat;
	}

li#contact{
	position:absolute;
	/*top: 1px;*/
	left: 503px;
	width: 69px;
	height: 25px;
	background:url(../img/nav_contact.jpg) no-repeat;
	}
	
li#blog{
	position:absolute;
	/*top: 1px;*/
	left: 572px;
	width: 44px;
	height: 25px;
	background:url(../img/nav_blog.jpg) no-repeat;
	}
	
ul#nav_main a {
	display: block;
	height: 25px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	}
	
li#home a:hover {background:url(../img/nav_home_h.jpg) no-repeat;}
li#program a:hover {background: url(../img/nav_program_h.jpg) no-repeat;}
li#profile a:hover {background:url(../img/nav_instractor_h.jpg) no-repeat;}
li#artist a:hover {background:url(../img/nav_artists_h.jpg) no-repeat;}
li#company_info a:hover {background:url(../img/nav_company_h.jpg) no-repeat;}
li#contact a:hover {background:url(../img/nav_contact_h.jpg) no-repeat;}
li#blog a:hover {background:url(../img/nav_blog_h.jpg) no-repeat;}
a {
	text-decoration: none;
	color: #006699;
}
#p_contents #tour {
	background-image: url(../img/program/p_title4ab.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

