@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Tahoma;
	background-color: #dad0c9;
	background-image: url(../images/background_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#Diskbank {
	position:relative;
	left:0px;
	top:0px;
	width:901px;
	background-color:#FFFFFF;
}

#top-header_ {
	position:absolute;
	left:0px;
	top:0px;
	width:901px;
	height:23px;
	
	background-color: #666600;
	background-image: url(../images/top-header.gif);
	background-repeat: no-repeat;
}

#diskbank-header_ {
	position:absolute;
	left:0px;
	top:23px;
	width:901px;
	height:116px;
}

#menu_ {
	position:absolute;
	left:0px;
	top:139px;
	width:298px;
	height:221px;
	background-color: #000000;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}

#menu_ ul {
	position: relative;
	#padding-top: 10px;
	left: -20px;
	#left: -40px;
}

#menu_ ul li {

	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	line-height: 22px;
	
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	
}

#menu_ a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu_ a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#menu span.bolder {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 15px;
}

#imageslicer_ {
	position:absolute;
	left:298px;
	top:-219px;
	width:603px;
	height:221px;
}

#maincontent_ {
	position:relative;
	left:0px;
	top:360px;
	width:885px;
	text-align: left;
	padding-left: 15px;
	background-color:#FFFFFF;
}

#maincontent_ p {
	padding-right: 20px;
}

.prop {
	height:300px;
	width: 1px;
	float:right;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

#maincontent-bottom_ {
	position:relative;
	left: -15px;
	width:901px;
	height:23px;
	background-image: url(../images/maincontent_bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#maincontent-bottom_ p {
	position: relative;
	text-transform: uppercase;
	font-family: Trebuchet MS;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 10px;

}

#maincontent-bottom_ p a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#maincontent-bottom_ p a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#footer_ {
	position:relative;
	left:-15px;
	width:901px;
	height:19px;
	background-color: #666600;
}

	/********** TEXT FORMATTING **********/
	
h1 {
	padding-top: 10px;
	font-size: 15px;
	text-transform: uppercase;
	
}

h2 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: -10px;
}

p {
	font-size: 11px;
}

ul li {
	font-size: 11px;
}
