/*Reset Style*/
body.custom {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	word-spacing: 1px;
	letter-spacing: 0.2px;
	font: 12pt Arial, Helvetica, "Lucida Grande", serif;
	color: #000;
	background: none;
	border: none;
}
a, a:hover {
	color: #000;
	font-weight: bold;
}
#logo, #logo a {
	background: none;
	font-size: 20pt;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#tagline h1 {
	font-size: 16pt;
	font-weight: bold;
}
h1, h1 a {
	font-size: 16pt;
	font-weight: bold;
}
h2, h2 a {
	font-size: 14pt;
	font-weight: bold;
}
h3, h3 a {
	font-size: 12pt;
	font-weight: bold;
}
h4, h4 a {
	font-size: 10pt;
	font-weight: bold;
}
/*Move Element*/
#content {
	float: left;
}
#sidebars {
	float: right;
}
/*Remove Element*/
.menu {
	display:none;
}
#sidebars ul li {
	list-style: none;
}
#multimedia_box {
	display:none;
}
#footer {
	background: none;
}