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

@media (orientation: portrait) {

#content {
	width: 780px;
	margin: 0 auto;
}

#content > img {
	width: 380px;
	height: auto;
	margin: 80px 0 -15px 200px;
}

#content > ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 3em;
	list-style-type: none;
	text-align: center;
	line-height: 3em;
}

#content > ul > li > a {
	text-decoration: none;
	text-decoration-color: #00b3db;
	color: #00b3db;
}

#content > ul > li > a:hover {
	text-decoration: none;
	color: #333;
	
}

}

@media (orientation: landscape) {

#content {
	width: 780px;
	margin: 0 auto;
}

#content > img {
	width: 220px;
	height: auto;
	margin: 40px 0 -15px 290px;
}

#content > ul {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 2em;
	list-style-type: none;
	text-align: center;
	line-height: 3em;
}

#content > ul > li > a {
	text-decoration: none;
	text-decoration-color: #00b3db;
	color: #00b3db;
	
}

#content > ul > li > a:hover {
	text-decoration: none;
	color: #333;
}

}