* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}
    
body {
	margin:0;
	padding:50px 0 0 0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#eee;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
    
#shadow1 {
	width: 809px;
	background-color:#fff;
	background-image:url(../img/bg1.jpg);
	background-repeat:repeat-y;
	background-position:right;
	height: inherit;
	float:left;
}
       
#wrapper {
	width:800px;
	background:#fff;
	z-index:10 !important;
}
    
#ad {
	position:absolute;
	top: 260px;
	left: 850px;
}

#galogo {
	position:absolute;
	top: 80px;
	left: 850px;
	background: url(../img/galogo.gif);
	width: 200px;
	height: 172px;
}

.myGallery {
	float: left;
	margin-left:0 !important;
	margin-right: 4px;
}

.myGallery .slideElement {
background-position: center;
}

#startlink:hover {
	background:none;
}

#startlink_span {
	width: 500px;
	height: 80px;
	display: block;
	margin-left: 20px;
	margin-top: 20px;
}

.news-single-img {
	float: left;
	margin-right: 10px;
}

.news-list-item img {
	float: right;
}
#ad {display:none;}
