* {
	padding:0;
	margin:0;
}

body {
	background: #fffff0 url(../images/logos/maingrad3.jpg) repeat-y left;
	font-family: helvetica;
	z-index:-5;
	color: #666666;
	text-align: justify;
}


#wrap {
	margin: 0 auto;
	left: 7%;
	width: 80%;
	position: relative;
	top:5px;
}

#main {
	float:right;
	width:90%;
	background: #AAA9FF url('../images/maingrad2.gif') repeat-x top;
	position:relative;
}

#content{
	float:right;
	top:auto;
	width:90%;
	display:block;
	z-index:2;
	position:relative;
	padding: 15px;
}

#content a, #content a:visited, #content a:active{
	font-family: helvetica;
	font-size: 17px;
	color: #333366;
	text-decoration: none;	
}

#list ul {
	list-style-type: none;
	/*list-style-position: outside;
	list-style-image: none;*/
}

#list li {
	margin: 0px;
	/*display: block;
	text-align: center;*/
	width: 70%;
}

#copyright {
	bottom: 10px;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 20px;
}

#copyright p {
	text-align:center;
	font-size:9px;
}

.list {
	display: list-item;
	position:relative;
}

.list ul {
	list-style-type: circle;
	list-style-position: inside;
}

.list li {
	text-align: left;
}

#mmenu {
	float:left;
	padding:2px;
	position:absolute;
	top:180px;
	width: auto;
	z-index: 3;
	left: 5px;
}

.dropdown {
	display:block;
	position:relative;
	margin: opx;  
}

.dropdown dt {
	border:1px none #B2C1e0;
	cursor:pointer;
	padding:2px;   
	width:auto;
}

.dropdown .upperdd {
	border-bottom:medium none;
}

.dropdown dt:hover {
}

.dropdown dd {
	background:#B2C1e0 none repeat scroll 0 0;
	display:none;
	overflow:hidden;
	position:absolute;
	top:0;
	width:208px;
	left: inherit;
}

.dropdown ul {
	border:2px solid #B2C1e0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: auto;
}

.dropdown li {
	display:inline;
	margin: o;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	color: #333333;
	display: block;
	padding: 2px;
	text-decoration: none;
	width: auto;
}

.dropdown a:hover {
	background:#9999FF none repeat scroll 0 0;
	color: #CCCCFF;
}

.dropdown .underline {
	border-bottom:1px solid #B2C1e0;
}

#banner{
	width:80%;
	background: url('../images/zen2.jpg') right no-repeat;
	padding: 5px;
	height:130px;
}

.transp{
	background:url('../images/pixgrey3.png') repeat;
	padding: 46;
}

.description{
	width:80%;
	padding:5px;
}

.photo{
	position:relative;
	float:left;
	margin: 5px 15px 0px 0px;
}

#news {
	width: 80%;
	height: auto;
	left: inherit;
}

.mborder {
	background: rgba(241, 238, 238, 0.7);
	border: 1px #f0f0f0 double;
	border-top: 1px #f0f0f0 double;
	border-right: 1px #f0f0f0 solid;
	padding: 10px;
	border-radius: 5px;
}

#nheader{
	background: url('../images/zen3.jpg') right no-repeat;
	padding: 5px;
	height: 130px;
}

.newsimg{
	position: relative;
	float: left;
	margin: 5px;
	width: auto;
	height: 130px;
}

p{
	position: relative;
	margin: 5px 5px 10px 5px; 
}

h2{
	position: relative;
	margin: 0px 0px 0px 5px; 
}

h3{
	position: relative;
	margin: 5px 0px 30px 5px; 
}

li{
	margin:0 5 0 30;
}

#newshl{
	position: absolute;
	float:right;
	width:185px;
	right: 18%;
	z-index: 10;
	top: 175px;
	padding: 15 0 0 0;
	text-align: left;
	background-color: #d0dddf;
	border: 2px solid #d0dddf;
}

#newshl a, #newshl a:visited, #newshl a:active{
	font-family: helvetica;
	color: #333366;
	text-decoration: none;	
}

#newshl li{
	font-size: 11px;
	list-style: none;
	margin: 0 0 0 15;
	padding: 0;
}

#newshl ul{
	padding: 10 0 0 0;
}