*
{
	margin:0px;  /* Removes margins from all tags, preventing default values from interfering. */
	padding:0px; /* Removes padding from all tags, preventing default values from interfering. */
}

img
{
	display:none;
}

#page
{
	padding:3px;
}

.rounded
{
	color:#000;
}

#content
{
	margin:0;
}

.centerImage
{
	display:none;
}

.leftContainer, .rightContainer
{
	display:none;
}

.rounded
{
	background:none;
	padding-top:1em;
	padding-bottom:1em;
}

.rounded:before
{
	display:none;
}

.rounded:after
{
	display:none;
}

#navigation ul
{
	
}

#footer
{
	clear:both; /* So that #footer doesn't try to float around #navigation. */
}

#content .justify
{
	text-align:left;
}