body {
	margin: 0px;
}

html{
	height:100%;
}

#logo {
	display: block;
	position: absolute;
	top: 0px;
	width: 200px;
	height: 115px;
	background-color: #88DDFF;
	background-image: url(images/lefttop.jpg);
	margin: 0px;
}
#header {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 771px;
	height: 79px;
	background-image: url(images/top.jpg);
	background-repeat: x-repeat; 
	border-right: 1px solid black;
}
#menu {
	
	position: absolute;
	top: 115px;
	left: 0px;
	border: 0px;
	width: 200px;
	height: 100%;
	background-color: #4F4F4F;
}
#marquee {
	display: table-cell;
	vertical-align: middle;
	position:absolute;
	left: 200px;
	top: 79px;
	height: 36px;
	width: 771px;
	background-image: url(images/marqueeback.jpg);
	border-right: 1px solid black;
	
}
#window {
	position: absolute;
	left: 200px;
	top: 115px;
	width: 771px;
	height: 100%;
	background-color:#FFECB5;
	border-right: 1px solid black;
	
}
a.but {

	display: block;
	width: 200px;
	height: 25px;
	background-color: #212131;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Arial, Sans-Serif;
  	font-weight: normal;
	font-size: 11px;
	
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	font-weight: bolder;
	
}
a.but:hover {
	background-color: #FFDB6F;
	border-top: 1px solid #FFECB5;
	border-left: 1px solid #FFECB5;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: black;
}

	
.title {
	vertical-align: middle;
	margin-top: 20px;
	display: inline;
}	
.marqueetext {
	
	position: relative;	
	font-family: Sans-Serif; 
	color: #FFECB5; 
	font-weight: bolder; 
	font size: 18px;
	text-decoration: blink;
	top: 10px;
	
}
	