@charset "utf-8";
body {
	background-image: url(images/bgRepeat.jpg);
	background-repeat: repeat-y;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#bgException {
	background-image: url(images/bgException.jpg);
	left: 100px;
	top: 200px;
	position: absolute;
	height: 100px;
	width: 114px;
}
#container {
	position: absolute;
	left: 250px;
	width: 80%;
}
#menu {
	position: relative;
	width: 425px;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	clear: left;
	float: left;
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 100%;
	padding: 25px;
}
#conText {
	padding: 5px;
	width: 80%;
	float: left;
}
#conGallery {
	padding: 5px;
	width: 80%;
	float: left;
	clear: left;
}
#conGallery img {
	text-align: center;
}
#content h1 {
	font: 1.5em "Times New Roman", Times, serif;
	color: #11F919;
}

#menu a span {
	display: none;
}

#menu p {
	margin: 0px;
	padding: 0px;
}

.noMargin {
	margin: 0px;
}
#menu img {
	margin-right: 25px;
}
