.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
#container{
	width: 940px;
	margin:0px;
	margin-left:10px;
	min-height:500px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
	margin:0px;
	padding:0px;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 10px;
	background: #e1e1e1;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #fff;
	cursor: pointer;
	width:170px;
}
#container ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #435E97;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	background: #fff;
	border: 1px solid #DFDDDE;
	padding: 0px;
	padding-bottom: 10px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.p0  h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.p0{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.tutorials  h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.p1{
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.links{
	display: none;
}
.content.links a{
	color: #5f95ef;
}
/******* /LINKS *******/
