body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 100%; /* width of the layout -- can be set to any value including percentages */
	overflow: hidden;
	background-image: url(../media/footer.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}
	
#header {
	padding : 0px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
	height: 119px;
	background-image: url(../media/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#navigation {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	height: 36px;
	background-image: url(../media/menu.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu {
	font-size: 120%;
}
#menu a {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: red;
	text-decoration: underline;
}
#menu ul li {
	list-style: none;
	float: left;
}
#menu ul {
    margin-top: 5px;
    margin-bottom: 0;   
}
div#menu, div#menu ul { position:relative; }
div#menu  { float:right; right:50%; width:auto;  }
div#menu ul { float:none!important; float:left; right:-50%; }

#sidebar-right {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#sidebar-left {
	float: left;
		text-align: center;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#content {
	margin: 0px;
	padding: 0px;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
}

#content-inner {
	width: 100%;
	overflow: hidden;
}
	
#footer {
	clear: both;
	margin: 15px;
	padding: 0px;
	width: 100%;

	overflow: hidden;
	text-align: center;
}
.year {
	font-size: 400%;
	color: #e7e7e7;
}
  #gallery {
    padding: 30px;
    margin: 0 auto;
  }
.gallery img {

	padding: 3px;
	margin: 0 25px 0 25px;
	border: 3px solid #aeb1b6;
}
.gallery {
	font-size: 200%;
	font-weight: bold;
		float: left;
}
.gallery a {
	text-decoration: none;
	color: #aeb1b6;
}
.gallery a:hover {
	text-decoration: underline;
}
table {
	width: 100%;
}

.top img {
	border: #aeb1b6 solid 2px;
	padding: 2px;
}
.bottom {
	width: 30%;
	font-size: 150%;
	font-weight: Arial;
	color: #3f3f3f;
}



#img img {
	padding: 2px;
	border: 0px;
}
.other {
	color: #aeb1b6;
	text-align: right;
}
.other a {
	color: #aeb1b6;
}
.other a:hover {
text-decoration: none;
}

.error {
	color: red;
	font-weight: bold;
}
.online {
		text-align: center;
}
.online a {
	color: #000000;
	font-size: 50%;
	text-decoration: underline;

}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.main {
	margin: 20px;
}
.main img {
	border: solid #eeeeee 2px
}
