﻿@charset "utf-8";
/* CSS Reset browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* { margin: 0; padding: 0; }

h1 { font-size: 25px; font-style: italic; line-height: 50px; }
h2 { font-size: 18px; font-style: italic; line-height: 30px;  }
p { padding: 10px 0; }
a { color: #686868; text-decoration: none; }
a:hover { text-decoration: underline; }
.clear { clear: both; }


body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 19px;
	color: #1e1e1e;
	font-weight: normal;
	font-family: Arial, sans-serif;
	background: #FFFFFF;
}
.wrapper { width: 960px; margin: 0 auto; padding: 0; }

header { margin: auto; background: url(../img/header.jpg) no-repeat center top; height: 500px; }

nav { height: 50px; padding: 0; margin: 0; overflow: hidden; }
nav ul { padding: 10px 10px; list-style: none; }
nav ul li { float: left; margin: 0; padding: 0; line-height: 50px; font-size: 13px; }
nav ul li a { padding: 0 20px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; text-decoration: none; color: #807f7c;  }
nav ul li a:hover, nav ul li a.active { color: #1e1e1e; text-decoration: underline; }

figure#logo { margin: 50px 0 0 40px; }
#info { width: 360px; margin: 60px 0 0 20px; }
#contbg { background: #f0f0f0; width: 100%; padding: 10px 0 ; }
.page { float: left; width: 680px; text-align: justify; }
.bar { width: 275px; float: left; }
#footbg { width: 100%; height:80px; background: url(../img/footer.jpg) repeat-x top left; }
#footbg p { float: left; padding: 0 15px; line-height: 80px; color: #f0f0f0; font-size: 13px; }
#footbg a { color: #f0f0f0; }
#menu { float: right; line-height: 80px; font-size: 13px; }
#menu a { padding: 0 10px; }