 <?php header("Content-type: text/css"); ?>
*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  scrollbar-base-color: #F8ECB8;
}

#bubble {
  position: relative;
  left: -100px;

}

body {
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
	background: url('../images/background.gif');
	background-repeat: repeat;
	background-position: top left;
	background-color: #C5CBDA;
}

#page {

}

#top {
  background: url('../images/top.gif');
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  width: 850px;
  height: 41px;
}

#menu {
  background: url('../images/middle.gif');
  background-repeat: repeat-y;
  background-position: top center;
  position: relative;
  width: 850px;
  height: 25px;
}

#menu #menuText {
	position: absolute;
	top: 5px;
	right:70px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#menu #menuText a {
	font-size: 14px;
	font-weight: bold;
	color: #0B70B8;
	text-decoration: none;
}

#empty {
  background: url('../images/middle.gif');
  background-repeat: repeat-y;
  background-position: top center;
  position: relative;
  width: 850px;
  height: 20px;
}

#middle {
  background: url('../images/middle.gif');
  background-repeat: repeat-y;
  background-position: top center;
  position: relative;
  width: 850px;
  height: 535px;
}

#middle #pageMiddle {
	float: left;
	width: 680px;
}

#middle #pageMiddle #left {
	float: left;
	width: 320px;
}

#middle #pageMiddle #center {
	float: right;
	margin-left: 100px;
	width: 350px;
}

#middle #pageMiddle #center #title {
	font-size:22px;
	font-weight: bold;
	color: #11405D;
	text-align: left;
}

#middle #pageMiddle #center #content {
	font-size:10px;
	text-align: left;
	margin-left: 40px;
	color: #11405D;
}

#middle #right {
	float: right;
	width:1px;
}


#bubble #image {
	position: absolute; 
	top: 0px; 
	left: -44px;
}

#box {
  background: url('../images/box.gif');
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  width: 301px;
  height: 301px;
  top: 0px;
  left:0px;
}

#boxText {
	position: absolute;
	width: 200px;
	height: 101px;
	top: 305px;
	left:70px;
	text-align: right;
	font-size: 9px;
}

#boxTitle {
	text-align: right;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 30px;
}

#boxSearch {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 30px;
}

#footer {
  background: url('../images/footer.gif');
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  width: 850px;
  height: 104px;
  text-align: right;
  padding-right: 20px;
  padding-top: 25px;
}



