.clear{
	clear: both;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* MENU *******/
#container{
	width: 729px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 0px;
}
#container ul.menu li{
	font-weight:bold;
	font-size:12px;
	display: block;
	padding: 0px 0px 0px 3px;
	background:url(../images/menu2-b.jpg) bottom no-repeat;
	margin-bottom: -1px;
	margin-left: -1px;
	color:#000000;
	cursor: pointer;
	height:31px;
	width:98px;
	text-align:center;
	line-height:28px;
}
#container ul.menu li.active{
	background:url(../images/menu2-over-b.jpg) bottom no-repeat;
	top: 1px;
	border-bottom: 0;
	color:#fff;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0 auto;
	background: #efefef;
	background: #fff;
	/*border: 3px solid #2346c8;*/
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	height:280px;
}

/******* NEWS *******/
.content.news h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.news{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.tab h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.tab{
	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;
}
.content.links2 h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.links2{
	display: none;
}
.content.links2 a{
	color: #5f95ef;
}


.content.links3 h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.links3{
	display: none;
}
.content.links3 a{
	color: #5f95ef;
}


.content.links4 h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.links4{
	display: none;
}
.content.links4 a{
	color: #5f95ef;
}



.content.links5 h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.links5{
	display: none;
}
.content.links5 a{
	color: #5f95ef;
}
