@font-face {
	font-family: 'SegoeUILightWOFF';
	src: url('/fonts/segoeuil.eot');
	src: local("Segoe UI Light"), url('/fonts/segoeuil.ttf') format('truetype'), url('/fonts/segoeuil.woff') format('woff'), url('/fonts/segoeuil.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: Calibri, Arial, Helvetica, sans-serif
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

.right { 
	float: right;
}

div#container {
	width: 800px;
	margin: auto;
}

h1,p {
	margin: 0;
	padding: 0;
}

nav h1 {
	font-size: 16pt;
}

article h1 {
	font-size: 16pt;
	margin-bottom: 10px;
}

article h2, article section h1 {
	font-size: 14pt;
}

p {
	text-align: justify;
}

header {
	border-bottom: 2px solid black;	
	padding-bottom: 10px;
	margin-bottom: 10px;
}

header h1 {
	font-family: SegoeUILightWOFF, "Segoe UI Light", Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 24pt;
	line-height: 50px;
}

header h1 span {
	color: #aaa;
}

header img {
	float:right;
}

nav {
	float: left;
	clear: left;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
}

nav h1 {
	border-bottom: 1px solid #ccc;
}

nav h2 {
	font-size: 12pt;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

footer {
	border-top: 1px solid black;
	padding-top: 10px;
	font-size: small;
	clear: both;
}

section p, article p {
	margin-bottom: 10pt;
}

section h1 {
	margin-top: 10pt;
	margin-bottom: 10pt;
}

article {
	margin-left: 270px;
}

a {
	color: #999;
}

figure {
	margin: 0;
	padding: 10pt;
	margin-left: 30pt;
	margin-bottom: 10pt;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

figure figcaption {
	margin: 0;
	padding: 0;
	font-style: italic;
}