/* -- [screen.css] -- */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(../img/site_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
h1 {
	margin: 0;
	padding: 0;
	color: #EC008C;
	font-size: 28px;
	font-weight: lighter;
}
/* NAVIGATION */
a:link, a:visited, a:active {
	padding: 3px 0 3px 50px;
	color: #EC008C;
	text-decoration: none;
}
a:hover, #fashion #wrap #nav .link .fashion, #music #wrap #nav .link .music, #commercial #wrap #nav .link .commercial, #about #wrap #nav .link .about, #contact #wrap #nav .link .contact {
	background: transparent url("../img/nav_selected.gif") no-repeat left center;
}
.link {
	height: 20px;
}
#wrap #right a:link,  #wrap #right a:visited,  #wrap #right a:active,  #wrap #right a:hover {
	padding: 0;
	background: none;
	border: none;
}
#wrap #right a img {
	padding: 0;
	background: none;
	border: none;
}
/* PAGE STRUCTURE */
#wrap {
	margin: 50px 0 0 0;
	padding: 0;
	width: 1100px;
	height: 557px;
	max-height: 557px;
	background: url("../img/bg_other.jpg") no-repeat 0 0;
}
#left {
	position:relative;
	z-index:100;
	float: left;
	margin-top: 200px;
	width: 300px;
	text-align: center;
}
#left #logo a:link,  #left #logo a:visited,  #left #logo a:active,  #left #logo a:hover {
	margin: 0;
	padding: 0;
	background: none;
}
#left #logo a img {
	border: none;
}
#left #nav {
	margin-top: 25px;
}
#left .link {
	margin-right: 100px;
	text-align: right;
}
#wrap #home_right {
	position:relative;
	z-index: 1;
	float: left;
	margin-top: 0px;
	margin-left: -100px;
	width: 800px;
	text-align: left;
	
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrap #home_right a:link,  #wrap #home_right a:visited,  #wrap #home_right a:active,  #wrap #home_right a:hover {
	padding: 0;
	background: none;
	border: none;
}
#home_right p {
	margin-top: 0;
	line-height: 16px;
}
#right {
	float: left;
	margin-top: 50px;
	width: 600px;
	text-align: left;
}
#right img {
	margin-right: 25px;
}
#right p {
	margin-top: 0;
	line-height: 16px;
}
/* CONTACT FORM */
#contact #wrap #right, #admin #wrap #right {
	padding: 25px;
	width: 300px;
	min-height: 425px;
	max-height: 425px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
#contact #wrap #right input,  #contact #wrap #right textarea {
	width: 100%;
}
#contact #wrap #right #submit {
	width: 52px;
	height: 15px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url('../img/submit_button.jpg') no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
/* GALLERIES */
#thumbs {
	margin: 0;
	padding: 0;
	width: 650px;
	min-height: 425px;
	max-height: 425px;
	border: none;
}
#thumbs tr {
	height: 150px;
}
#thumbs td {
	width: 25%;
}
/* MISC */
.pink {
	color: #EC008C;
}

/* You Will See This: */

:-moz-any-link:focus {
 outline: 1px dotted invert;
}

/* Change It To This: */

:-moz-any-link:focus {
 outline: none;
}
a {
	outline: none;
}
