﻿* {
	font-family: "Open Sans", sans-serif;
	line-height: 25px;
}

a {
	text-decoration: none;
	color: black;	
	border-bottom: thin white solid;
	padding-bottom: 2px;
	transition: 0.3s;
}

a:hover {
	border-bottom-color: black;	
}

body {
	background-color: #DBDBFE;
}

#container {
	background-color: white;
	width: 960px;
	box-shadow: -5px -5px 5px #888888;
	margin-left: auto;
	margin-right: auto;
}
	
#header {
	background-color: white;
	width: 960px;
}

#header table {
	width: 960px;
	height: 200px;
	font-size: 32px;
}

#header table td {
	text-align: center;
	vertical-align: bottom;
}

#main {
	padding-top: 50px;
	background-color: white;
	width: 960px;	
	display: table;
}

#main div {
	
}

#main table {
	width: 210px;
}

/*
#main li {
	list-style-position: inside;
	font-weight: normal;
	text-indent: -1em;
	padding-left: 1em;
	transition: 0.2s;
}

#main li:hover {
	padding-left: 2em;
	font-weight: bold;
}
*/

#footer {
	background-color: #0000FF;
	width: 960px;
	color: white;
	font-size: 13px;
}

.contact {
	background-color: #0000FF;
	color: white;
	text-align: center;
}
