body {
	font-family: 'EB Garamond', serif;
	background-image: url("../images/texture10.jpg");
	background-repeat: repeat-both;
}

h1,h2,h3,h4,h5 {
	font-family: 'EB Garamond', serif;
}

h5 {
	padding-left: 1em;
}

p {
	font-size: 120%;
}
#email_contact {
	float: left;
	padding: 1em;
}
#mail_contact {
	float: left;
	padding: 1em;
}
#tel_contact {
	float: left;
	padding: 1em;
}
#validation_errors {
	width: 500px;
	padding: 1em 0 0 1em;
	margin-bottom: 1em;
	background-color: #fff;
	border: 1px solid black;
	color: #800517;
	font-weight: bold;
}
#nav
{
    padding:1em;
    margin-bottom: 4em;
}
#nav li 
{
    display:inline;
}
#nav li a 
{   
	
   font-family:"EB Garamond",Arial;
   font-size:24px;
   text-decoration: none;
   float:left;
   padding:0.5em;
   padding:0.5em 2em 0.5em 2em;
   background-color: #888888;
   color:#ffffff;
   border-bottom:1px;
   border-bottom-color:#000000;
   border-bottom-style:solid;
}
#nav li a:hover 
{
   background-color:#9B1C26;
   padding-bottom:12px;
   border-bottom:2px;
   border-bottom-color:#000000;
   border-bottom-style:solid;
   margin:-1px;
}

#entry_form label {
    display: block;
	float: left;
    width: 250px;
    clear: both;
    font-weight: bold;
}

#entry_form input,checkbox,textarea {
	float: left;
}

.instrumentation_container {
	width: 200px;
	background-color: #eee;
	border: 1px solid black;
	padding: 0.5em;
	margin: 0.5em;
	float: left;
}

.instrumentation_container_info {
	width: 400px;
	padding: 0.5em;
	margin: 0.5em;
	float: left;
}

.instrumentation {
	list-style: none;
	font-size: 1.4em;
	margin-left: 1em;
}

.instrumentation li {
	width: 150px;
	text-align: right;
}

.list_break {
	margin-bottom: 1em;
}

.logos {
	width: 100%;
	height: 250px;
	text-align: center;
}

.logos a {
	text-decoration: none;
	color: black;
	font-family: 'Playball', cursive;
}
