body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	background-image:url(images/bg.png);
	background-repeat: repeat-x;
	text-align:center;
}
	#makeMeScrollable
	{
		width:100%;
		height: 190px;
		position: relative;
	}
	
	#makeMeScrollable div.scrollableArea *
	{
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
	}
img {
	border:0;
}

#wrap {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}

#head {
	background-image:url(images/head_bg.png) no-repeat;
	height:130px;
}
#head .left-l {
	float:left;
	background-image:url(images/logo.png);
	width:250px;
	height:95px;
}
#head .right {
	float:right;
	width:500px;
	padding:20px 2px 0 0;
}
#head .right .links {
	color:#999;
	float:left;
}
#head .right .links a {
	color:#ccc;
}
#head .right .mail {
	float:left;
	margin:-8px 0 0 17px;
	background-image:url(images/mail_tmp.jpg);
	display:block;
	width:103px;
	height:31px;
}
#head .right a:hover.mail  {
	background-image:url(images/mail_tmp2.jpg);
}


#head .right .lang {
	float:right;
}
#head .right .lang a {
	color:#fff;
	font-weight:bold;
}
#head .right .lang a:hover {
	color:#ccc;
	text-decoration:none;
}


a:link {
	color: #BC60BC;
	text-decoration: none;
}
a:visited {
	color: #BC60BC;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

#content {
	padding-top:5px;
	text-align:left;
}
#content ul {
	float:left;
	width:240px;
	list-style:none;
	padding:0;
	margin:0;
}
#content ul li {
	padding-left:20px;
}
#content .title {
	height:28px;
	padding-top:5px;
	color:#712E8E;
	font-size:16px;
	font-weight:bold;
	background-image:url(images/title_bg.gif);
	background-repeat:no-repeat;
}
#content .title2 {
	height:28px;
	padding-top:5px;
	color:#712E8E;
	font-size:14px;
	font-weight:bold;
	background-image:url(images/title_bg2.gif);
	background-repeat:no-repeat;
}
#content p {
	color:#666;
	font-size:11px;
}
#content .more {
	padding-left:14px;
	color:#555;
	font-size:11px;
	background:url(images/ft_more.gif) no-repeat;
}
#content p.ft_desc {
	padding-right:16px;
	font-size:12px;
	color:#444;
}


.news {
	height:240px;
	color:#555;
	background-color:#F5EEFC;
	padding:10px;
}
.news .img {
	float:left;
	margin:0 7px 9px 0;
	clear:both;
}
.news .img a {
	border:solid 1px transparent;
}
.news .img a:hover {
	border:solid 1px #722F8E;
}
.news .desc {
	font-size:12px;
	margin:0 5px 10px 0;
}
.news .desc a {
	color:#643E73;
	text-decoration:underline;
	line-height:16px;
}
.news .desc a:hover {
	color:#666;
}


.events {
	padding:10px 0 10px 0;
	width:200px; 
	font-size:12px;
}
.events a {
	color:#666;
	text-decoration:underline;
}
.events a:hover {
	color:#000;
	text-decoration:none;
}
.events .date {
	float:left; color:#444; width:25%; font-size:11px;
}
.events .e-title {
	float:right; width:70%;
}
.events .time {
	color:#882A8A;
}


#footer {
	width:960px;
	height:90px;
	clear:both;
	background:#eee url(images/footer_bg.gif) no-repeat right;
	text-align:left;
}
#footer .links {
	padding: 15px 0px 17px 20px;
	font-size:11px; 
}
#footer .copy {
	padding-left: 20px;
}
a:active {
	text-decoration: none;
}

.nav-bottom {
padding: 0;
margin:0 0 0 -7px;
}

.nav-bottom li{
float:left;
display:block;
padding:0 7px;
border-right: solid 1px violet;
}

.nav-bottom li.last {
border:none;
}
