@charset "utf-8";
@import url("lightbox.css");
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
}
#container  {
	width: 955px;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}
navigation  {
	height: 55px;
	background-color: #000;

}
#sub_nav {
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
}
#picture_animation {
	text-align: justify;
	width: 955px;
	color: #FFF;
}
#mainContent  {
	width: 955px;
	float: left;
	background-color: #000;

}

#footer  {
	background-color: #000;
	float: left;
	text-align: inherit;
	width: 955px;
}

.year {
	color: #F60;
}
.orange {
	color: #F60;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

:focus {
outline:none;
}

