a {
	text-decoration: none;
}

body {
	background-image: url("images/background_4.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px 0px 0px 0px;
	font-family: verdana;
}

.top_menu {
	position: absolute;
	top: 30px;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-left: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.content {
	position: absolute;
	top: 140px;
	width: 100%;
}

.mid_menu {
	position: relative;
	width: 100%;
	background-color: #ce2026;
	background-color: #ce2026;
	text-align: center;
	font-family: verdana;
	font-size: 16pt;
	font-weight: bold;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

.info_row2 {
	width: 100%;
	background-color: #eef0e4;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.info_row1 {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

.info_row1 child a, .info_row2 child a, .info_row1 a:visited, .info_row2 a:visited {
	text-decoration: none;
	color: black;
}


.footer {
	height: 200px;
	width: 100%;
	background-color: #2f2e2e;
	text-align: center;
	padding-top: 10px;
}

ul.menu {
	list-style-type: none;
	display: table;
}

li.menu_item {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: black;
}

li.menu_item a {
	padding: 8px 16px;
	text-decoration: none;
	color: black;
	font-weight: normal;
}

.logo {
	padding-right: 100px;
	font-size: 32pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #FFD700;
	text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

ul.submenu {
	list-style-type: none;
	margin: 0px;
}

li.submenu_item {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	font-weight: normal;
	font-size: 10pt;
	color: white;
}

li.submenu_item a, li.submenu_item a:visited {
	color: white;
}

li.submenu_item2 {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	color: #a0a09f;
	padding-left: 10px;
	font-weight: normal;
	font-size: 8pt;
}

.contact a {
	color: #000000;
}

ul.content_list {
	list-style-type: none;
	margin: 0px;
}

li.content_item {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

li.content_item .content_image {
	border: 1px solid #000000;
	padding: 0px;
}

@media (max-width: 800px) {
	.logo {
		padding-right: 0px;
		padding-left: 0px;
		font-size: 80px;
	}
	.content {
		top: 700px;
	}
	li.menu_item {
		font-size: 32px;
	}
	li.submenu_item, li.submenu_item2 {
		font-size: 18px;
	}
	.content {
		top: 260px;
	}
}