body {
	background: #000000;
	font-family: "Times New Roman", times, serif;
}
a img {
	border: none;
}
#page {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#title {
	font-size: 36px !important;
	color: #ffffff;
	text-align: center;
	width: 980px;
}
#logo {
	position: absolute;
	width: 120px !important;
	top: 0px;
	left: 0px;
}
#designportal {
	position: absolute;
	width: 350px !important;
	top: 200px;
	left: 50px;
	text-align: center;
}
#techportal {
	position: absolute;
	width: 350px !important;
	top: 200px;
	left: 600px;
	text-align: center;
}
.portallink {
	text-decoration: none;
	font-size: 16px !important;
	color: #cccccc;
	margin: 2px;
}
#subtitle {
	font-size: 24px !important;
}


#mainmenu {
	position: absolute;
	top: 150px;
	left: 5px;
	width: 205px;
	background: #000000;
	color: #999999;
}

#mainmenu ul {
	padding: 5px;
	margin: 0px;
}

#mainmenu ul.top {
	font-size: 16px !important;
}
#mainmenu ul.sub {
	font-size: 14px !important;
}
#mainmenu ul li {
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	padding-left: 10px;
	text-indent: -10px;
	list-style-type: none;
	cursor: default;
}
#mainmenu ul li ul li {
	color: #999999;
}
#mainmenu a {
	text-decoration: none;
	cursor: default;
	color: inherit;
	display: block;
}


#content {
	position: absolute;
	top: 150px;
	left: 215px;
	color: #ffffff;
}
#content_title, content_title h1 {
	font-size: 24px !important;
	margin: 2px;
}
#content_caption {
	font-size: 16px !important;
	color: #cccccc;
	margin: 2px;
	text-align: center;
	visibility: hidden;
}
#content_image {
/*	visibility: hidden;
*/
	width: 680px !important;
}
#content_permalink {
	text-decoration: none;
	color: #aaaaaa;
}
#permalink {
	visibility: hidden;
	font-size: 12px !important;
}

#thumbpanel {
	position: absolute;
	top: 184px;
	left: 900px;
	height: 649px;	/* 81 x 8 */
	width: 100px;
	overflow-y: auto;
}
.thumb {
	clear: both;
	height: 80px;
	width: 80px;
	background-image: url('res/basethumbframe.png');
	margin: 1px;
	display: none;
}
.thumb img {
	margin: 8px;
}


#dropkey {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 32px !important;
	width: 32px !important;
	background-image: url('res/dimdropkeyplus.png');
	visibility: hidden;
}
#infobox {
	position: absolute;
	right: 36px;
	top: 64px;
	left: 48px;
	font-size: 14px !important;
	background-color: #000000;
	border: double #cccccc;
	color: #ffffff;
	visibility: hidden;
	opacity:0.7;
	filter:alpha(opacity=70);
}
#infobox p {
	margin: 6px;
}
#infobox a {
	text-decoration: none;
	color: #ddddff;
}

#loading {
	position: absolute;
	top: 128px;
	left: 100px;
	width: 438px;
	font-size: 24px !important;
	padding: 12px;
	color: #ffffff;
	border: thin solid #ffffff;
	text-align: center;
	background-color: #000000;
	visibility: hidden;
}
