* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #271304;
	padding: 0px;
	font: small Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#container {
	width: 955px;
	border: 4px solid #271304;
	background: #FFF url(/images/interface/bg_container.gif) repeat-y;
	margin: 0px auto;
	padding: 0px;
}
#header {
	background-image: url(/images/interface/header.jpg);
	height: 145px;
	background-repeat: repeat-x;
	background-color: #714896;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header_text {
	background-image: url(/images/interface/logo_text.png);
	background-repeat: no-repeat;
	height: 89px;
	width: 402px;
	padding: 30px 0px 0px 200px;
	margin: 0px;
}
#logo {
	height: 145px;
	background-image: url(/images/interface/logo_eye.png);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#logo img.logo {
	padding-left: 200px;
	padding-top: 30px;
}

#nav_top {
	width: 955px;
	margin: 0px;
	padding: 0px;
	background: url(/images/interface/nav.jpg) repeat-y;
}
#nav_top ul {
	margin: 0px;
	padding: 0px 0px 0px 76px;
	list-style: none;
}
#nav_top li {
	float: left;
	padding: 0px;
}
#nav_top a {
	text-decoration: none;
	display: block;
}
#nav_top a.nav_home {
	background: url(../images/interface/nav/home.gif) no-repeat;
	height: 42px;
	width: 90px;
}
#nav_top a.nav_home:hover {
	background: url(../images/interface/nav/home_hover.gif) no-repeat;
}
#nav_top a.nav_theacademy {
	background: url(../images/interface/nav/theacademy.gif) no-repeat;
	height: 42px;
	width: 161px;
	margin-left: 45px;
}
#nav_top a.nav_theacademy:hover {
	background: url(../images/interface/nav/theacademy_hover.gif) no-repeat;
}
#nav_top a.nav_artists {
	background: url(../images/interface/nav/artists.gif) no-repeat;
	height: 42px;
	width: 91px;
	margin-left: 50px;
}
#nav_top a.nav_artists:hover {
	background: url(../images/interface/nav/artists_hover.gif) no-repeat;
}
#nav_top a.nav_artgallery {
	background: url(../images/interface/nav/artgallery.gif) no-repeat;
	height: 42px;
	width: 141px;
	margin-left: 49px;
}
#nav_top a.nav_artgallery:hover {
	background: url(../images/interface/nav/artgallery_hover.gif) no-repeat;
}
#nav_top a.nav_members {
	background: url(../images/interface/nav/members.gif) no-repeat;
	height: 42px;
	width: 141px;
	margin-left: 51px;
}
#nav_top a.nav_members:hover {
	background: url(../images/interface/nav/members_hover.gif) no-repeat;
}



/*TEMPORARY CLASSES*/
#nav_top a.nav_buydvds {
	background: url(../images/interface/nav/buydvds.gif) no-repeat;
	height: 42px;
	width: 133px;
	margin-left: 40px;
}
#nav_top a.nav_buydvds:hover {
	background: url(../images/interface/nav/buydvds_hover.gif) no-repeat;
}
#nav_top a.nav_contact {
	background: url(../images/interface/nav/contact.gif) no-repeat;
	height: 42px;
	width: 128px;
	margin-left: 40px;
}
#nav_top a.nav_contact:hover {
	background: url(../images/interface/nav/contact_hover.gif) no-repeat;
}
/*END TEMPORARY CLASSES*/

#content {
	background: url(/images/interface/bg_content.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#nav_left {
	width: 163px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content_main {
	width: 790px;
	margin: 0px;
	padding: 0px;
	float: right;
	color: #271304;
}
.content_holder {
	margin: 0px;
	padding: 20px;
	background: #FBE0C6 url(../images/interface/bg_content_holder.jpg) repeat;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}


#footer {
	min-height: 42px;
	height: auto !important;
	height: 42px;
	width: 955px;
	font: .9em Arial, Helvetica, sans-serif;
	color: #F29D34;
	text-align: center;
	background: url(../images/interface/nav_bottom.jpg) repeat-y;
	margin: 0px;
	padding: 10px 10px 0px;
}
#footer a {
	color: #F29D34;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}

.copyright {
	color: #FFF;
	font: .9em Georgia, "Times New Roman", Times, serif;
}
