BODY {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: rgb(245,245,245);
	line-height: 1.2;
	font: 12px arial,sans-serif;
	color: rgb(30,30,30);
}
H1 {
	margin: 10px 0px 30px 0px;
}
H2 {
	margin: 30px 0px 30px 0px;
}
H1, H2 {
	font: bold 22px arial,sans-serif;
	color: rgb(140,140,140);
}
P {
	margin: 20px 0px 0px 0px;
}
PRE {
	margin: 25px 10px 25px 10px;
	padding: 10px 10px 10px 0px;
	background: rgb(235,235,235);
	border: 1px dashed rgb(210,210,210);
	color: rgb(100,100,100);
}
UL {
	list-style-type: square;
}
TABLE {
	margin: 30px auto 30px auto;
	border-collapse: collapse;
}
TH, TD {
	padding: 8px 12px 8px 12px;
	border: 1px solid rgb(210,210,210);
	font: 12px verdana,sans-serif;
}
TH {
	font: bold 12px arial,sans-serif;
	color: rgb(90,90,90);
}

#top {
	width: 100%;
	height: 10px;
	background: rgb(153,153,204);
}
#header {
	width: 100%;
	height: 100px;
	background: rgb(250,250,250) url('/theme/default/files/header.jpg') repeat-x;
	border-bottom: 1px solid rgb(200,200,200);
}
#menu {
	width: 760px;
	height: 72px;
	margin: 0px auto 0px auto;
	padding-top: 28px;
}
#logo {
	font: italic bold 34px verdana,sans-serif;
	color: rgb(70,70,70);
}
#logo .toolbox {
	color: rgb(200,200,230);
}
#content {
	width: 100%;
	min-height: 250px;
	background: rgb(245,245,245) url('/theme/default/files/bg.jpg') repeat-x;
}
#page {
	width: 760px;
	min-height: 250px;
	margin: 0px auto 50px auto;
	padding-top: 20px;
}
#footer {
	width: 760px;
	height: 120px;
	margin: 0px auto 0px auto;
	text-align: center;
	font: 11px arial,sans-serif;
	color: rgb(110,110,110);
}
#footer DIV {
	margin-bottom: 25px;
}

.cms-menu {
	list-style-type: none;
	height: 15px;
	margin: -35px 0px 0px 270px;
  padding: 10px 0px 10px 15px;
  text-align: right;
}
.cms-menu LI {
	display: inline;
}
.cms-menu-item A {
  float: left;
  margin-left: 30px;
  text-decoration: none;
  font: bold 14px arial,sans-serif;
  color: rgb(50,50,50);
}
.cms-menu-item A:hover {
  color: rgb(120,120,120);
}
.cms-menu-active A {
  text-decoration: underline;
}

