@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

a {
	text-decoration: none;
	color: #9C0E0E;
}

a:hover {
	text-decoration: underline;
}

p, ul {
	margin-bottom: 10px;
}

ul {
	padding-left: 40px;
}

#body {
	width: 100%;
}

#header, #content, #footer {
	margin: 0 auto;
	max-width: 1200px;
	background-color: #FFF;
}

#header {
	margin-top: 10px;
}

#header:after, #logo:after, #slide:after, #content:after {
	content: " ";
	display: table;
	clear: both;
}

#content {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

#footer {
	margin-bottom: 10px;
	text-align: center;
	padding: 10px 0;
}

#content h1, #content h3 {
	margin-bottom: 10px;
	color: #371562;
}

#logo {
	float: left;
	max-width: 500px;
	width: 37%;
}

#logo img {
	width: 100%;
}

#slide {
	max-width: 600px;
	width: 70% !important;
	float: right;
}

.logo {
    width: 270px;
    float: left;
    margin: 0 20px 20px 0;
}

.gallery {
	width: 25%;
	float: left;
	min-width: 250px;
}

.gallery img {
	width: 100%;
}
	