
/* - - - - - - - - - - - TAG-BASED SELECTORS - - - - - - - - - - - */

body {
	background-color: #686868;
	color: #FFF;
	font-family: Verdana, Helvetica, Arial, Genva, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

h1 {
	position: absolute;
	margin: 81px 0 0 634px;
	background-image:url(/files/logo_modeling.gif);
	background-repeat: no-repeat;
}

h1.artist {
	background-image:url(/files/logo_artist.gif);
}

h1 a {
	display: block;
	width: 271px;
	height: 119px;
}

h1 span {
	position: absolute;
	top: -444em;
	left: -444em;
}

img {
	border-style: none;
}

a {
	color: #FFF;
	text-decoration: none;
}


/* - - - - - - - - - - - CLASS-BASED SELECTORS - - - - - - - - - - - */

a.startpage {
	position: absolute;
	font-size: 1.65em;
	padding: 10px;
}

a.startpage {
	background-image:url(/files/blank.gif);
	background-repeat: no-repeat;
}

/*
a.startpage strong {
	visibility: hidden;
}

a.startpage:hover strong {
	visibility: visible;
}
*/

div.centersplash {
	/* Splash / start page, with content centered */
	position:absolute;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	width: 1024px;
	height: 768px;
	margin: -341px 0 0 -512px;
}

/* - - - - - - - - - - - ID-BASED SELECTORS - - - - - - - - - - - */

#pageholder {
	margin: 47px auto 20px auto;
	width: 77.5em;
}

#content0 {
	padding-top: 6.75em;
	width: 49em;
}

#content1 {
	width: 24.5em;
	float: right;
	padding: 18.35em 0 0 0;
}

#content0, #content1 {
	line-height: 1.45em;
}

#swpimg {
	margin-bottom: 4em;
}

/* - - - - - - - - - - - CLASS-BASED SELECTORS - - - - - - - - - - - */

img.prvwimg {
	margin-right: 1em;
}


/* - - - - - - - - - - - NAVIGATION - - - - - - - - - - - */

#navigation {
	position: absolute;
	margin: 0;
}

#navigation ul {
	width: 75em;
	padding: 0;
	margin: 0;
}

#navigation ul ul {
	display: inline;
	position: absolute;
	top: 2em;
	left: 0;
}

#navigation li {
	padding: 0 1.5em 1.65em 0;
	margin: 0;
	list-style-type: none;
	float: left;
}

#navigation li strong a {
	font-weight: normal;
	color: #FFF;
}

#navigation li li {
	padding-right: 1.25em;
	margin: 0;
	list-style-type: none;
}

#navigation a {
	color: #949393;
	text-decoration: none;
}




