body,html {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: white;  
}

div.pageContainer {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

div.pageInner {
  width: 1024px;
  height: 100%;
  text-align: left;
  margin-left: auto; 
  margin-right: auto;
  background-color: white;
}

div.pageTop {
  height: 184px;
}

div.logo {
  width: 184px;
  height: 184px;
  float: left;
  background: #ff6 url("../images/logo.gif") left top no-repeat;
}

div.title {
  width: 840px;
  height: 184px;
  float: left;
  background: white url("../images/title.gif") left top no-repeat;
}

div.pageMenu 
{
  z-index:2;
  position:absolute;
  top:176px;
  height: 15px;
  width: 100%;
}

ul.menu {
  list-style-type: none;
  padding: 0px;
  margin: 0px 24px;
  font-size: 12;
  font-style: italic;
  font-weight: bold;
  text-align: right;
}

li.menuItem {
  position: relative;
  float: left;
  width: 100px;
  height: 15px;
  margin: 0px 5px;
  background:  url("../images/button_yellow.gif") left top no-repeat;
}

li.menuItem a {
  color: blue;
  text-decoration: none;
  margin-right: 2px;
}

li.menuItemSelected {
  position: relative;
  float: left;
  width: 100px;
  height: 15px;
  margin: 0px 4px;
  background: url("../images/button_blue.gif") left top no-repeat;
}

li.menuItemSelected a {
  color: yellow;
  text-decoration: none;
  margin-right: 2px;
}

div.pageMain {
  height: 480px;
}

div.mainBegin {
  height:42px;
  width:100%;
  text-align:right;
}

div.mainBeginCorner {
  float:right;
  width:42px;
  height:42px;
  background: url("../images/corner_left_bottom.gif") right top no-repeat;
}

div.mainBeginBlock {
  float:right;
  height:42px;
  width:300px;
  background-color:white;
}

div.main {
  height:396px;
  width: 100%;
}

div.mainText {
  position: relative;
  color: white;
  font-size: 14;
}
  

div.mainEnd {
  height:42px;
  width:100%;
}

div.mainEndCorner {
  float:left;
  width:42px;
  height:42px;
  background: url("../images/corner_right_top.gif") right top no-repeat;
}

div.mainEndBlock {
  float:left;
  height:42px;
  width:300px;
  background-color:white;
}

div.mainMessages {
  float: left;
  width: 480px;
  margin: 0px 16px;
  margin-bottom: 16px;
}

div.mainMessage {
  padding: 16px;
}

div.mainMessageTitle {
  font-size: 14px;
  font-weight: bold; 
}

div.mainMessageText {
  width: 300px;
  float: left;
  font-size: 14px;
}

div.mainMessageText a{
  float: left;
  color: blue;
  text-decoration: none;
}


div.mainMessageImage {
  display: inline; 
  width: 160px;
  height: 112px;
  text-align:center;
  background-color:#666;
  padding-top: 8px;
  float: left;
}


div.pageBottom {
  height: 16px;
}
  
.gallery ul { 
  list-style: none; 
  margin: 8px;
 }
.gallery ul li { 
  display: inline; 
  width: 160px;
  height: 112px;
  text-align:center;
  background-color:#666;
}
.gallery a { 
  width: 100%;
  height: 112px;
}  
.gallery ul img {
  border: 0px;
  margin: 8px;
}
.gallery ul a:hover img {
  margin: 3px;
  border: 5px solid #fff;
	border-width: 5px;
	color: #fff;
}
		
div.clear { clear: both; }

