#general {
	margin-left: 160px;
	width: 1000px;
	height: 750px;
	font-family: Ubuntu Condensed; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: -5px 5px 50px #888888;
}

#top {
	width: 1000px;
	height: 25px;
	background-image: url(img/topred2.png);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#header {
	width: 1000px;
	height: 300px;
	background-image: url(img/HeaderBackground.png);
}

#menu {
	margin-top: 0px;
	width: 1000px;
	height: 35px;
	background-image: url(img/topred2.png);
	list-style-type: none;
}

#menu ul {
	padding-top: 7px;
	margin-left: 300px;
	margin-top: 0px;
}

#menu li {
	padding-left: 12px;
	padding-right: 12px;
	display: inline;
	color: white;
	font-size: 18px;
}

#menu li a:link {color: white;
				text-decoration: none;}

#current {font-weight: bold;
				color: white;
				text-decoration: none;}

#menu li a:visited {font-weight: bold;
				color: white;
				text-decoration: none;}

#menu li:hover {background-color: rgb(200,200,200);
		padding-top: 7px;
		padding-bottom: 8px;
	}

#middle {
	width: 1000px;
	height: 400px;
	background-image: url(img/grey.jpg);
	background-color: white;
}

.gwd-carouselgallery-w13p {
    position: absolute;
    height: 450px;
    width: 1000px;
    left: 168px;
    top: 370px;
}
.gwd-gallerynavigation-l3wj {
    position: absolute;
    width: 200px;
    height: 50px;
    left: 570px;
    top: 800px;
}

#CL {
	color: rgb(75,75,75);
	padding-top: 15px;
	line-height: 0px;
	vertical-align: top;
	text-align: center;
	width: 500px;
	height: 400px;
}

#CL a:link {color: rgb(75,75,75);
				text-decoration: none;}
#CL a:visited {font-weight: bold;
				color: white;
				text-decoration: none;}

#LC {
	margin-top: 0px;
	width: 500px;
	height: 400px;
}


#bottom {
	padding-top: 3px;
	color: white;
	text-align: center;
	width: 1000px;
	height: 25px;
	background-image: url(img/topred2.png);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
