body {
  font-family: helvetica,arial;
  font-size: 12px;
  background-color:#dfdfff;
  line-height: 1.3;
}

a {color:blue;}
img {border:none;}
h3 {font-size:16px;color: #bb1405;}
td {font-size:12px;}

.cont {
  text-align:center;
  background-color:white; 
  border:2px solid #bb1405; 
  border:2px solid #de3425; 
  width:800px; 
  height:500px;
  z-index: 0;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  behavior:url(border-radius.htc);
}


.top {
  text-align:left;
  border: none;
  background-color: #bb1405;
  background-color: #de3425;
  color: white;
  height: 80px;
  letter-spacing:2px;
}

.side {
  padding-top:3px;
  float:left; 
  text-align:center; 
  background-color: #ffedc6;
  border-right: 1px solid #bb1405; 
  border-right: 1px solid #de3425; 
  width:200px; 
  height:497px;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  behavior:url(border-radius.htc);
}

.sideimg {
  padding:0px 0px 8px 12px;
  text-align:center;
  border: none;
}

.sider {
  float:right;
  width:599px;
}

.head_name {
  font-weight:bold;
  text-align:right;
  font-size:18px; 
  padding:4px 10px 0px 0px;
}
.head_name span {font-size:12px;}

.head_bar {
  float:left;
  height:60px;
  margin:10px 20px 10px 10px;
  border-left:1px solid white;
}

.head_text {
  font-size:24px; 
  padding:1px; 
  font-weight:bold;
  text-align:center;
}


.page {
  border: none;
  font-size:13px;
  text-align:left;
  height:420px;
  margin: 5px 0px 5px 10px;
  padding:0px;
  width:570px;
}

.menu, .menu_show {
  background-color:#bb1405;
  background-color: #de3425;
  border: 1px solid #bb1405;
  border: none;
  color:white;
  font-weight:bold;
  font-size: 14px;  
  text-align:center;
  width: 140px;
  padding:2px;
  margin:7px 30px 7px 30px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  behavior:url(border-radius.htc);
}

.menu_show {
  background-color: #fe5445;
  color: white;
}

div.menu:hover {
  background-color:#fe5445;
  color:black;
}

.info {
  padding-top:20px;
  margin-top: 80px;
  text-align:center;
  font-size:11px;
}

.enq {
  border:1px solid black;
  background-color:#eeeeff;
  width:220px;
}

.create {
  margin:auto;
  width:200px;
  font-size:10px;
  text-align:left;
  padding-top:10px;
}

.links,.links A {
  font-size:11px;
  color:black;
  text-decoration: none;
}

.links A:hover {
  color:blue;
}
