/* !!------------------ Elements ------------------!! */

body
{
	font-size: 12pt;
	color: #000;
	background: #fff;
}

/* !!------------------ IDs ------------------!! */

#google
{
	display: none;
}

#header
{
	padding-bottom: 1%;
	color: #ea2;
	border-bottom: 5px solid #ea2;
}

#header h1
{
	display: inline;
	margin-left: 5%;
	font-size: 18pt;
}

#logo
{
	margin-left: 1%;
	width: 80px;
	height: 76px;
	border: 1px solid #6c6f9c;
}

#content h2
{
	font-size: 16pt;
}

#navigation
{
	display: none;
}

#footer
{
	display: none;
}

/* !!------------------ Classes ------------------!! */

.namedescription
{
	font-style: italic;
}