html
{
	padding:0px;
	height:100%;
	margin:0px;
}
body
{
	padding:0px;
	font-size:smaller;
	background-color:Black;
	margin:0px;
	color:White;
	font-family: "Lucida Sans Unicode", "Arial Unicode MS", "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	height:100%;
}
#back
{
	min-width:770px;
	background-image:url(images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
}
IMG
{
	border-right:0px;
	border-top:0px;
	vertical-align:top;
	border-left:0px;
	border-bottom:0px
}
#container
{
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
}
#header
{
	margin:0px;
	margin:0px 0px 0px 20px;
	background-image:url(images/header.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:160px;
	width:660px;
}
#rootplayer
{
	float:right;
	position:relative;
	top:95px;
}
/* Navigation css */
#nav
{
	float:left;
	width:201px;
    padding-top:10px;
}
#home, #profile, #gallery, #library, #musicforfilm, #remixing, #links, #email
{
	width:201px;
	height:16px;
	display:block;
}
#home
{
	background-image:url(images/home.gif);
}
#profile
{
	background-image:url(images/profile.gif);
}
#gallery
{
	background-image:url(images/gallery.gif);
}
#library
{
	background-image:url(images/library.gif);
}
#musicforfilm
{
	background-image:url(images/musicforfilm.gif);
}
#remixing
{
	background-image:url(images/remixing.gif);
}
#links
{
	background-image:url(images/links.gif);
}
#email
{
	background-image:url(images/email.gif);
}
#home:hover
{
	background-image:url(images/homesel.gif);
}
#profile:hover
{
	background-image:url(images/profilesel.gif);
}
#gallery:hover
{
	background-image:url(images/gallerysel.gif);
}
#library:hover
{
	background-image:url(images/librarysel.gif);
}
#musicforfilm:hover
{
	background-image:url(images/musicforfilmsel.gif);
}
#remixing:hover
{
	background-image:url(images/remixingsel.gif);
}
#links:hover
{
	background-image:url(images/linkssel.gif);
}
#email:hover
{
	background-image:url(images/emailsel.gif);
}
/* end navigation css */

table
{
	width:100%;
}
table .t1
{
	font-style:bold;
	width:25%;
	vertical-align:top;
}
table .t2
{
	width:74%;
	vertical-align:top;
}
H1
{
	margin-top:10px;
	font-weight:bolder;
	font-size:medium;
	margin-bottom:8px;
	padding-bottom:0px;
	color:#f60;
	padding-top:0px;
	background-color:Transparent;
}
H2
{
	margin-top:10px;
	font-weight:bolder;
	font-size:small;
	margin-bottom:8px;
	padding-bottom:0px;
	color:#f60;
	padding-top:0px;
	background-color:Transparent;
}
.hbold
{
	color:#ff8;
}
#footer
{
	padding-top:30px;
	font-size:smaller;
	text-align:right;
	background-image:url(images/backbot.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
.ruler
{
	border-top: dotted 1px #830;
	display:block;
	overflow:hidden;
	width:100%;
	height: 10px;
}
#footer p
{
	padding:0.2em;
	margin:0.2em;
}
a:link
{
	color:#88f;
}
a:visited
{
	color:#c8f;
}
a:hover
{
	color:Green;
}
.imgholder_l
{
	float: left;
	margin-right: 10px;
	text-align: center;
	color: Orange;
	margin-bottom:10px;
}
.imgholder_r
{
	float: right;
	margin-left: 10px;
	text-align: center;
	color: Orange;
	margin-bottom:10px;
}