body {
	margin:0px;
	color:#818181;
	background-image:url(img/bg.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;

}

p {
	margin:0px;
	padding:0px;
}

.container {
	width:775px;
	margin-top:18px; 
	
}

.header {
	background-image:url(img/header.png);
	width:775px;
	height:14px;
}

.footer {
	background-image:url(img/footer.png);
	width:775px;
	height:6px;
}

.main {
	width:743px;
	background-color:#fff;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	padding:5px 15px 0px 15px;
 
}

.logo {
	background-image:url(img/logo.png);
	width:435px;
	height:60px;
	margin-bottom:15px;
 
}

.menu {
	width:733px;
	background-image:url(img/menu.png);
	background-repeat:repeat-x;
	height:23px;
	padding:4px 0px 0px 10px;;


}

.menu ul {
	margin:0px;
	padding:0px;
}

.menu li {
	display:inline;
	margin-right:20px;
}

.menu a {
	color:#fff;
	text-decoration:none;
}

.menu a:hover {
	text-decoration:underline;
}


.main-left {
	width:500px;
	padding-right:15px;
	margin-right:15px;
    margin-top:25px;
	float:left;
	border-right:1px solid #666;
}

.main-right {
	width:212px;
    margin-top:25px;
	float:left;
}

.main-footer {
	display:block;
	clear:both;
	height:40px;
}

.proba {
	font-size:18px;
	margin-bottom:10px;
}

p {
	font-size:15px;
	text-align:justify;
}

.mem ul {
	margin:0px;
	padding:0px;
}

.mem li {
	margin-bottom:10px;
	padding:5px;
	background-color:#F4F4F4;
	border:1px solid #CCC;
	list-style:none;
}

.pointer {
	font-size:12px;
    margin:10px 10px 0px 0px;
}

.mem a {
	color:#333;
	text-decoration:none;
}

.mem a:hover {
	text-decoration:underline;
}

.members {
	margin-top:25px;
}

.members-left {
	float:left;
	width:160px;
	margin-right:10px;
}

.members-right {
	float:left;
	width:551px;
	padding:10px;
	background-color:#F4F4F4;
	border:1px solid #CCC;
}

.members-right img {
	float:left;
	margin:0px 10px 5px 0px;
}

.members-footer {
	display:block;
	clear:both;
	margin-bottom:10px;

}

.design {
	font-size:12px;
    color:#666;
	margin-bottom:30px;
}

.design a {
	color:#666;
}

 
