body {
	padding: 0px;
	margin: 0px;
	background-color: #a8d126;
	color: #5C544F;
	cursor: default;
    font-family: Arial, Helvetica, san-serif;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
}

form, ul, ol, li, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

ul, ol {
	list-style: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #5C544F;
}

a:hover, a:active {
    text-decoration: underline;
    color: #5C544F;
}

#fullscreen
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#skip
{
	position: fixed;
	top: 10px;
	right: 15px;
}

#main {
	padding: 15px;
	position: absolute;
	left: 50%;
	width: 975px;
	margin-left: -507px;
}

#header {
	text-align: center;
}

#languages {
	text-align: right;
	margin-bottom: 10px;
}

#languages li {
	display: inline;
	padding-left: 19px;
	background: url(images/arrow-blue.gif) no-repeat center left;
	font-size: 11pt;
	text-transform: uppercase;
}

#languages li.first {
	padding-left: 0px;
	background: none;
}

#languages a {
	color: #D9261F;
	font-weight: bold;
}

#menu {
	margin-top: 20px;
	font-size: 13px;
	text-align: center;
}

#menu li {
	display: inline;
	margin: 0 4px;
	text-transform: uppercase;
}

#menu a {
	border: 2px solid #D9261C;
	text-decoration: none;
	padding: 2px 3px;
	font-weight: bold;
}

#menu strong {
	padding: 4px 5px;
	font-weight: bold;
	background-color: #D9261C;
	color: #ffffff;
}

#main-page-images {
	text-align: center;
	float: left;
	height: 100%;
	width: 715px;
	padding-bottom: 30px;
	margin-left: 120px;
	margin-top: 15px;
}

#main-page-images img {
	border: 4px solid #D9261C;
	margin: 3px;
}

#page {
	width: 500px;
	margin: 20px 237px;
}

#gallery {
	width: 975px;
	height: 100%;
}

#gallery li {
	display: inline;
	margin: 10px;
	float: left;
}

#gallery img {
	border: 5px solid #D9261C;
}

#gallery span {
	display: block;
	padding-left: 3px;
}

#submenu ul {
	clear: both;
	margin-left: 30px;
	list-style-type: disc;
}

#submenu a {
	color: #D9261C;
}

#footer {
	clear: both;
	margin-top: 30px;
	color: #D9261C;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}

#footer a {
	color: #D9261C;
}

