body
{
	margin: 0px;
	padding: 0px;
	background: #000000 url(../Image/Body.gif);
	background-repeat: repeat;
	background-position: 0% 0%;
}
img
{
	border: 0px;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0px;
}
.clear
{
	clear: both;
}
/**
 * Content
 */
#Container
{
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
#Container .MenuContainer
{
	width: 900px;
	height: 50px;
	margin: 0px auto 0px auto;
	background-color: #000000;
}
#Container .MenuContainer .Menu
{
	width: 800px;
	height: 34px;
	margin: 0px auto 0px auto;
	border-bottom: 1px solid #969696;
	padding-top: 15px;
	text-align: center;
}
#Container .MenuContainer .Menu a
{
	text-decoration: none;
	font: bold 16px Arial, sans-serif;
	color: #A1A1A1;
	margin: 0px 7px 0px 7px;
}
#Container .MenuContainer .Menu a:hover, #Container .MenuContainer .Menu .active
{
	text-decoration: none;
	font: bold 16px Arial, sans-serif;
	color: #FFFFFF;
	margin: 0px 7px 0px 7px;
}
#Container .Content
{
	width: 785px;
	min-height: 500px;
	margin: 0 auto 0 auto;
	padding: 340px 50px 50px 65px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center 20px;
	color: #FFFFFF;
	font: normal 13px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	line-height: 17px;
}
#Container .GaleriaContent
{
	width: 800px;
	min-height: 850px;
	margin: 0px auto 0px auto;
	padding: 20px 50px 20px 50px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center 20px;
	color: #FFFFFF;
	font: normal 13px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	line-height: 17px;
}
#Container .Content a, #Container .GaleriaContent a
{
	color: #B7F501;
	text-decoration: none;
	font-weight: bold;
}
#Container .Content a:hover, #Container .GaleriaContent a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#Container .Content b, #Container .GaleriaContent b
{
	color: #B7F501;
	font-weight: normal;
}
#Container .Content #Map
{
	width: 450px;
	height: 400px;
	float: right;
	overflow: hidden;
	border: 2px solid #B7F501;
}
#Footer
{
	position: fixed;
	width: 900px;
	height: 25px;
	top: 100%;
	left: 50%;
	margin-top: -25px;
	margin-left: -450px;
	
	background-color: #000000;
	border-top: 1px dotted #B7F501;
	font: normal 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #999999;
	line-height: 20px;
	text-align: center;
}
#Footer a
{
	color: #B7F501;
	text-decoration: none;
	font-weight: bold;
}
#Footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.Album, .MovieAlbum
{
	float: left;
	margin: 14px;
	width: 172px;
	height: 190px;
	overflow: hidden;
	cursor: pointer;
}
.Album .AlbumImage, .MovieAlbum .MovieAlbumImage
{
	width: 170px;
	height: 170px;
	border: 1px solid #B7F501;
}
.Album .AlbumText, .MovieAlbum .MovieAlbumText
{
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 0px 2px;
}

.Photo
{
	float: left;
	margin: 14px;
	width: 172px;
	height: 190px;
	overflow: hidden;
	cursor: pointer;
}
.Film
{
	float: left;
	margin: 14px;
	width: 125px;
	height: 110px;
	overflow: hidden;
	cursor: pointer;
}
.Photo .PhotoImage
{
	width: 170px;
	height: 170px;
	/*border: 1px solid #B7F501;*/
}
.Film .FilmImage
{
	width: 120px;
	height: 90px;
	/*border: 1px solid #B7F501;*/
}
.Photo .PhotoText, .Film .FilmText
{
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 0px 2px;
}

.BigPhoto, .BigFilm
{
	text-align: center;
	margin-bottom: 70px;
}
.BigPhoto .BigPhotoImage
{
	border: 1px solid #000000;
	cursor: pointer;
}
.BigFilm .BigFilmImage
{
	cursor: pointer;
}
.BigPhoto .BigPhotoText, .BigFilm .BigFilmText
{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #B7F501;
	padding: 2px 2px 2px 2px;
}
.BigPhoto .BigPhotoText a, .BigFilm .BigFilmText a
{

	color: #B7F501;
	text-decoration: none;
	font-size: 14px;
}