body {
	background-color: #191004;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
}
form {
	display: inline;
}
h2 {
   padding: 0;
   margin: 0;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.framework {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	overflow: visible;
}
.frame {
	width: 910px;
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.innerframe {
	padding-right: 5px;
	padding-left: 5px;
}
.header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 900px;
}
.phone {
	height: 35px;
	width: 25px;
	float: left;
	position: relative;
	left: -25px;
}
.phonenumber {
	background-image: url(img/phonenumber.jpg);
	background-repeat: no-repeat;
	background-color: #F4B5F2;
	height: 34px;
	width: 125px;
	float: left;
	position: relative;
	left: -25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F46CF4;
	display: none;
}
.image {
	background-image: url(img/image.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 900px;
}
.pub {
	margin-top: -1px;
	margin-left: -5px;
	float: left;
}
#.pub {
	margin: 0px;
	float: left;
}
.language {
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	height: 30px;
	width: 90px;
	float: right;
}
.seperator {
	font-size: 0px;
	height: 1px;
	width: 900px;
}
.menu {
	height: 45px;
	width: 900px;
	overflow: hidden;
}
.menuon {
	background-color: #BFBFBF;
	height: 45px;
	width: 300px;
	float: left;
}
.menuoff {
	background-color: #CCCCCC;
	height: 45px;
	width: 300px;
	float: left;
}
.pannel {
	background-image: url(img/pattern.jpg);
	background-repeat: repeat;
	background-color: #BFBFBF;
	width: 900px;
	overflow: hidden;
}
.innerpannel {
	padding: 5px;
}
.hidden {
	padding: 5px;
	display: none;
}
.footer {
	height: 5px;
	width: 910px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
}