* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	background: #313131 url(../images/studio08/body_bg.gif) repeat-x;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #666;
	font-size: 65.5%;
}

a:link, a:visited { color: #069; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }


#Masthead {
	height: 110px;
	background: transparent url(../images/studio08/logo_digitalis.png) center center no-repeat;
}

#OuterContainer {
	padding: 0;
	margin: 0 auto;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #ccc;
	font-size: 0px;
}

#MenuContainer {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:200;
	background-color:#333;
	width:100%;
	height:120px;
	filter:alpha(opacity:80);
	KHTMLOpacity:0.8;
	MozOpacity:0.8;
	opacity:0.8;
}

#MenuContainer ul {
	margin:0;
	text-align:left;
	list-style:none;
	line-height:18px;
	font-size:11px;
	background:transparent url(../img/bkd_menu_li.gif) 0 bottom repeat-x;
}

#colA {
	position:absolute;
	top:15px;
	left:15px;
}

#colB {
	position:absolute;
	top:15px;
	left:150px;
}

#colC {
	position:absolute;
	top:15px;
	left:285px;
}

#MenuContainer ul li { 
	width:120px;
	padding:0 0 0 5px;
	white-space:nowrap;
	background:transparent url(../img/bkd_menu_li.gif) 0 0 repeat-x;
}

#MenuContainer ul li.selected { background-color:#4d4d4d; }

#MenuContainer a {
	width:120px;
	display:block;
}

#MenuContainer ul li a:link,#MenuContainer ul li a:visited { color:#999; }

#MenuContainer ul li a:hover,#MenuContainer ul li a:visited:hover { color:#ccc; }

#MenuContainer ul li.selected a:link,#MenuContainer ul li.selected a:visited {
	color:#fff;
	background:transparent url(../img/bkd_menu_arrow.gif) 108px 50% no-repeat;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../images/studio08/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../images/studio08/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../images/studio08/next_plus.gif) 80% 50% no-repeat; }

/* background image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../images/studio08/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../images/studio08/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #ccc;
	}

#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}

#Footer {
	color:#333333;
	font-size:12px;
}

#Footer a {
	color:#FF6633;
}

#Footer a:hover {
	color:#669900;
	text-decoration:underline;
}

#Footer a:visited {
	color:#669900;
	text-decoration:line-through;
}

#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#About {
	width: 100%;
	text-align: left;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top: 15px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}