﻿
#container
{
	background-image: url('../Images/gallery-background.jpg');
	background-repeat: no-repeat;
	background-position:right top;
	height: 1120px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#events
{
	position: absolute;
	top: 1000px;
	left: 150px;
}

#events .eventarea
{
	float: left;
}

.register
{
	position: absolute;
	left: 840px;
	top: 980px;
}

#content
{
	position: absolute;
	left: 150px;
	top: 280px;
	width: 563px;
	font-family: Verdana;
	font-size: 11px;
}

.gallery img
{
	padding-right: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

#gallerylinks a.notselected
{
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
}

#gallerylinks a.selected
{
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: right;
}

#gallerylinks a:hover, #gallerylinks a.on
{
	background-position: right;
}

#gallerylinks
{
	height: 27px;
	line-height: 27px;
	width: 500px;
	vertical-align: middle;
}

#gallerylinks .item
{
	float: left;
	height: 12px;
	padding-right: 20px;
}
#menu
{

}

