* { margin: 0; padding: 0; }

body {
	background-color: #cccccc;
	text-align: center;
	font: normal 12px/16px 'lucida grande', tahoma, Verdana, Arial, Helvetica, sans-serif;
	
}
img {border: 0;}
h1, h2, h3 {
	height: 25px;
	line-height: 25px;
}
h1 { font-size: 14px; }
h2 { font-size: 12px; }
a { color:  #662e93; text-decoration: none; } a:hover {	text-decoration: underline; }
a:visited { color: black;	 }

input, textarea {
	background: white url(images/bginput.png) top repeat-x;
	border: 1px solid #cccccc;
	padding: 2px;
}

/***********    Layout     ***********/
#wrap {
    width: 100%;  		
	margin: 0 auto;
	text-align: center;	
}

#header {
	height: 150px; 
	background: #cccccc url(images/bgheader.jpg) top repeat-x;
}

#header-content {
 	width: 992px;
	margin: 0 auto;
}




/* content */
#content {
	width: 1010px;
	background: white url(images/bgcontent.jpg) repeat-y;
	margin: 0 auto;
	color: #464646;
	text-align: left;	
}

#content-inner {
	padding: 15px;
	width: 100%;
	margin: 0 auto;
}
#content-inner p {
	text-align: justify;
}

#content-inner-left {
	width: 166px;
	float: left;
}

#content-inner-right {
	margin-right: 65px;
	width: 755px;
	float: right;
}

#content-inner-right ul {
	margin-left: 20px;
}

/* footer */
#footer {
	background: #cccccc url(images/bgfooter.jpg) no-repeat;	
	padding-top: 10px;
	padding-left: 15px;
	clear: both;
	text-align: left;
	color: #652f85;	
	width: 100%;
	height: 20px;
}
#footer p {
	line-height: 20px;
}

#footer a {
	color: #652f85;	
}


#news-header {
	background: white url(images/newsheader.jpg) no-repeat;	
	width: 166px;
	height: 32px ;
}

#news-header h1 {
	color: white;
	padding-left: 10px; letter-spacing: 3px;
	font-size: 13px; 
	text-transform: uppercase;
}

#news {
	width: 166px;
	background: white url(images/newsbg.jpg) repeat-y;	
	clear: both;
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
}

#news-bottom {
	background: white url(images/newsbottom.jpg) repeat-y;	
	width: 166px;
	height: 19px ;
}

#contact-header {
	background: white url(images/contactheader.jpg) no-repeat;	
	width: 166px;
	height: 38px ;
}


#contact-header h1 {
	color: white;
	padding-left: 10px; letter-spacing: 3px;
	font-size: 13px; 
	text-transform: uppercase;
}

#contact {
	width: 166px;
	background: white url(images/contactbg.jpg) repeat-y;	
	clear: both;
	display: block;
	padding-bottom: 10px;
	color: white;
	
}

#contact-inner {
	width: 156px;
	margin: 0 auto;
	
}
#contact-inner  p {
	margin-bottom: 10px; 
	
}

#contact-bottom {
	background: white url(images/contactbottom.jpg) no-repeat;	
	width: 166px;
	height: 9px ;
	margin-bottom: 10px;
}



/* menu */
#menu {
	width: 100%; 
	margin-top: 1px;
	height: 35px;
}

#menu ul {	
	margin: 0; padding: 0;	
	list-style: none; 
	text-align: center;
}
#menu li{
	float: left;
	margin: 1px;
	padding: 0;
	background-color: #cccccc;
}
#menu li a {	
	margin-left: 5px;
	margin-right: 5px;	
	color: #4d4d4d;
	text-decoration: none;	
	text-transform: capitalize;
	height: 25px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 25px;
}

#menu li a:hover{
	color: white;
}

#menu li#current a{
	color: black;
}

#current {
	color: black;
}

#menu ul li ul {
 display:none;
}

#menu ul li:hover ul {
 display:block; 
 }
#menu li:hover ul li {
 float:none;
 }

#menu li ul {
 position:absolute;
 }
/** Menu page  */

.clear {
	clear: both;
}

/* menu */
#menu_page {
	float: left;
     margin-right: 15px;
	height: 700px;
	
}
#menu_page ul {	
	margin: 0; padding: 0;	
	list-style: none; 
	text-align: left;
}
#menu_page li{
	margin: 3px;
	background-color: #e4d6e7;
	color: #662e93;
	font-size: 12px;
}
#menu_page li a {	
	display: block;
	padding: 3px;
	height: 20px;
	line-height: 20px;
	background-color: #e4d6e7;
	color: #662e93;
	text-decoration: none;	
}

#menu_page li:hover{
	background-color: #662e93;
	color: #e4d6e7 ;
}

#menu_page li a:hover{
	background-color: #662e93;
	color: #e4d6e7 ;
}

#menu_page li.current a{
	background-color: #662e93;
	color: #e4d6e7 ;
}

#menu_page ul li ul {
 display:none;
}

#menu_page ul li:hover ul {
 display:block; 
 }
#menu_page li:hover ul li {
 font-size: 13px;
 float:none;
 }

#menu_page li ul {
 position:absolute;
 }

#langtoolbar {
	float: right;
}

.separator {
	height: 20px;
	display: block;
}


.news_date {
	color: #b3b3b3; 
	font-size: 9px;
}

.news_block {
	padding: 9px;
	padding-right: 12px;
}

.news_block h2{
	font-size: 13px;
}

.news_content {
	text-align: justify;
}





