@charset "UTF-8";

html body {
	margin:		0px;
	background:	url("../img/page_bg.jpg");
	background-color: #DFEDB2;
	
	overflow-y:	auto;
	scrollbar-base-color:		#DFEDB2;
	scrollbar-darkshadow-color:	#BECB95;
	scrollbar-highlight-color:	#DFEDB2;
	scrollbar-shadow-color:		#DFEDB2;
	scrollbar-track-color:		#BECB95;
	scrollbar-face-color:		#DFEDB2;
	scrollbar-arrow-color:		Black;
	scrollbar-3dlight-color:	#BECB95;
}



.layout {
	position:	absolute;
}

.btn {
	margin: 0px -5px 0px 0px;
}

/* Specific styles */

#container {
	height:		500px;
	width:		800px;
}

#title {
	top:		16px;
	left:		10px;
}

#background {
	top:		13px;
	left:		0px;
}


#theme {
	top:		33px;
	left:		495px;
	behavior: 	url("pngbehavior.htc");
}

#themeframed {
	top:		90px;
	left:		580px;
}

#display {
	top:		53px;
	left:		585px;
}

#content {
	top:		100px;
	left:		10px;
	height:		300px;
	width:		520px;
	padding:	0px;
	overflow:	auto;
}

#topstrip {
	top:		0px;
	left:		0px;
}

#bottomstrip {
	top:		502px;
	left:		0px;
}

#mainbar {
	top:		415px;
	left:		2px;
}

dt {
	font-variant:	small-caps;
	margin-top:	1.5ex;
}

dd {
	font-size:	small;
}

.logo {
	border:		2px solid #BFCB95;
}

.logo:hover {
	border:		2px solid #FFFFCC;
}


/* Development clues */


div {
	border:		0px solid white;
}
