body {
  margin: 0 40px;
  padding: 0;
  color: #333333;
  line-height: 16pt;
  font-family: "Helvetica",Arial,sans-serif;
  font-size: 11pt;
  background: url(siteback.jpg) no-repeat center top fixed;
}
a, a:link, a:visited {
  color: #802F82;
}
#page {
  margin: 0px auto;
  width: 880px;
}
#header {
  background: url(headerback.png) no-repeat center top;
  height: 250px;
}
#mainmenu {
  padding: 200px 40px 0 260px;
}
#mainmenu ul {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-size: 12pt;
}
#mainmenu ul li a {
  padding: 10px 10px 8px 10px;
  background: none;
  display: block;
  float: left;
  text-decoration: none;
  text-align: center;
  color: #802F82;
  opacity:0.7;
  filter:Alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
}
#mainmenu ul li a:hover {
  background: #802F82;
  color: #ffffff;
  -o-transition:.7s;
  -ms-transition:.7s;
  -moz-transition:.7s;
  -webkit-transition:.7s;
  transition:.7s;
}
#mainmenu ul li a.active {
  background: #5bbd00;
  color: #ffffff;
}
#submenu {
width:100%;
height:70px;
float:left;
}
#submenu ul {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-size: 12pt;
}
#submenu ul li a {
  padding: 5px 10px 3px 10px;
  margin-right: 10px;
  background: none;
  display: block;
  float: left;
  text-decoration: none;
  text-align: center;
  border: 1px solid #802F82;
  border-radius: 5px;
  color: #802F82;
  opacity:0.7;
  filter:Alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
}
#submenu ul li a:hover {
  background: #BA2780;
  color: #ffffff;
  -o-transition:.7s;
  -ms-transition:.7s;
  -moz-transition:.7s;
  -webkit-transition:.7s;
  transition:.7s;
}
#content {
  padding: 20px 30px;
  background: url(pageback.png) repeat-y;
}
#footer {
  padding: 40px 20px;
  background: url(footerback.png) no-repeat center top;
  font-size: 12px;
  text-align: center;
  clear:left;
}
#footer p {
  margin: 0;
  padding: 0;
}
h1 {
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 15pt;
  color: #802F82;
}
h2 {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 13pt;
  color: #BA2780;
}
a.askpanel {
	width: 190px;
	height: 105px;
	padding-top:15px;
	margin: 7px;
	display: block;
	text-align: center;
	background: url(panelback.png) top center no-repeat;
  	text-decoration: none;
  	color: #000;
  	vertical-align: middle;
}

a.askpanel span {
	color: #802F82;
	font-size: 16pt;
}
#content img {
   border: 3px solid #802F82;
   border-radius: 10px;
   }
