
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* MENU *******/
#container{
	width: 680px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
}
#container ul.menu li{
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	display: block;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #00aeef;
	text-decoration: underline;
	cursor: pointer;
}
#container ul.menu li.active{
	color: #ff60c9;
	text-decoration: underline;
}
/******* /MENU *******/
/******* CONTENT BLOCK *******/
.content{
	margin: 0pt auto;
	text-align: left;
	font-size: 12px;
	letter-spacing: 2px;
}
#container h1{
	color: #333333;
	font-weight: bold;
	letter-spacing: 3px;
	padding-top: 6px;
	font-size: 20px;
}
/******* /CONTENT BLOCK *******/
/******* GRAPHIC *******/
.content.graphic h1{

}
.content.graphic{
	display: block;
}
/******* /GRAPHIC *******/
/******* PHOTOGRAPHY *******/
.content.photo h1{

}
.content.photo{
	display: none;
}
/******* /PHOTOGRAPHY *******/
/******* VIDEO *******/
.content.video h1{

}
.content.video{
	display: none;
}
/******* /VIDEO *******/
/******* CONTENT CREATION *******/
.content.contentC h1{

}
.content.contentC{
	display: none;
}
/******* /CONTENT CREATION *******/