@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'OswaldRegular';
    src: url('./fonts/oswald-webfont.eot');
    src: url('./fonts/oswald-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/oswald-webfont.woff') format('woff'),
         url('./fonts/oswald-webfont.ttf') format('truetype'),
         url('./fonts/oswald-webfont.svg#OswaldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'didactgothic';
    src: url(fonts/didactgothic-webfont.eot'),
    src: url('./fonts/didactgothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/didactgothic-webfont.woff') format('woff'),
         url('./fonts/didactgothic-webfont.ttf') format('truetype'),
         url('./fonts/didactgothic-webfont.svg#OswaldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bentham';
    src: url('./fonts/bentham-webfont.eot');
    src: url('./fonts/benthamc-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/bentham-webfont.woff') format('woff'),
         url('./fonts/bentham-webfont.ttf') format('truetype'),
         url('./fonts/bentham-webfont.svg#OswaldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #E9E6DF;
	color: #345334;
	font-size: 12.5px;
	letter-spacing: 0.5px;
	line-height: 17.5px;
    font-family: 'didactgothic';	
}
	
#box{
	width: 950px;
	 border-color:#E9E6DF;
	 background-color: #E9E6DF;
	 border-style:solid;
	 margin-left:auto;
	 margin-right:auto;
	 margin-top: 0px;
	 }

#content {
	margin-left: auto;
	margin-right: auto;
    font-family: 'didactgothic';	
}
	 
#logo{
	margin-left: auto;
	margin-right: auto;
	width: 270px;
	margin-bottom: 120px;
	margin-top: 20px;
	
}

#menu{
    font-family: 'didactgothic';
	font-size: 12.5px;
	letter-spacing: 0.5px;
	width: 250px;
	height:auto;
	text-align:left;
	vertical-align: top;
	display:inline-block;
	
}

#menu li:hover{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;	
	margin-left: 255px;
	
}

#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	letter-spacing: 0.5px;	
	list-style: none;
	text-align: left;
	text-indent: 0px;
	padding: 0px;
	border-top-width:1px;
	width: 250px;
	margin-left: 255px;
	
}

#menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	letter-spacing: 0.5px;	
	width: auto;
	text-align: left;
	height:20px;
	margin-top: 0;
	padding-top: 0px;
	margin-left: 255px;
	
}

#menu li a {
	font-size: 12.5px;	
	letter-spacing: 0.5px;	
	height:20px;
	vertical-align:super;
	font-family: Arial, Helvetica, sans-serif;
	
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	line-height: 36.4px;
	color: #000000;
	font-style:normal;
	font-weight:100;
}

#photo{
	width: 740px;
	display:inline;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #345334;
	text-decoration: none;
}

a {
	font-size: 12px;
	color: #345334;

}

a:visited {
	text-decoration: none;
	color: #A0AE8C;
}

a:hover {
	color: #B1454E;
}

a:active {
	text-decoration: none;
	color: #345334;
}

