
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
caption, 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;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

body {
  background:url(images/background.jpg);
  background-repeat:no-repeat;
  background-position:center top;
  background-color:#05314a;
  width:100%;
  height:100%;
  margin:0 auto;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  line-height:22px;
  color:#ffffff;
}

h1 {
  font-size:20px;
  font-weight:bold;
  padding-bottom:12px;
  padding-top:30px;
}

h2 {
  font-size:20px;
  font-weight:bold;
  padding-bottom:12px;
}

p {
  padding-bottom:20px;
}

a {
	text-decoration:none;
	color:#ffffff;
}

a:hover {
  text-decoration:underline;
}

#mainwrapper {
	width:1168px;
	margin:0 auto;
}

#top {
	height:128px;
	width:100%;
	margin:0 auto;
	background:url(images/top-background.jpg);
	background-repeat:repeat-x;
}

#top-wrapper {
	width:1168px;
	margin:0 auto;
	overflow:hidden;
}

#logo {
	width:355px;
	height:98px;
	background:url(images/logo.jpg);
	position:absolute;
	margin-top:12px;
}

#logo a span{
	width:100%;
	height:100%;
	text-indent:-9999px;
	display:block;
}

#menu {
	float:right;
	margin-top:80px;
}

#menu a {
	color:#45647b;
	font-weight:bold;
	font-size:22px;
}

#menu a:hover {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#menu a.active {
	color:#008bcf;
}

#menu ul li{
	list-style:none;
	float:left;
	margin-left:30px;
}

#content {
	margin-top:20px;
	overflow:hidden;
	padding-bottom:40px;
}

#content ul li {
	list-style:inside square;

}

#content a {
	color:#f1e317;
	font-weight:bold;
}

#content .foto {
	border:4px solid #CCC;
}

#main-column-left {
	width:330px;
	float:left;
	overflow:hidden;
	text-align:center;
}

#main-column-right {
	width:800px;
	margin-left:30px;
	float:left;
}


#footer {
	background-color:#053753;
	border-top:2px solid #a2daf3;
	width:100%;
	font-size:12px;
}

#footer-wrapper {
	width:1168px;
	margin:0 auto;
	padding:18px;
}

#footer .copyrights {
	text-align:left;
}

#footer .footer-menu {
	text-align:right;
	float:right;
}

tr {
	vertical-align:top;
}

#images img{
	margin:10px;
	border:4px solid #999;

}
