@CHARSET "UTF-8";
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

#container{
margin: 30px 0 0 0px;
width: 590px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
		margin-left:-30px;

}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;

}
#container ul.menu li{
	font-weight: 700;
	width:155px;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #ec1c24;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #ffffff;
	cursor: pointer;
}
#container ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #db2d21;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	text-align: left;
	padding: 30px;
	padding-bottom: 20px;
	font-size: 12px;
	border: 1px solid #d0ccc9;
}
.content h1{
	font-size:16px;
	color:#ec1c24; 
	line-height:1.7em;
	font-weight:normal;	
	text-decoration:none;
	letter-spacing:2px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.news h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.news{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.content.tutorials h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.tutorials{
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.links{
	display: none;
	width: 530px;
	height:128px;
}
.content.links a{
	color: #db2d21;
}
/******* /LINKS *******/
