	<style type="text/css" media="screen">
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg.jpg) center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	color: #000;
	font-family: Baskerville,Georgia,Cambria,Times,Times New Roman,serif;
	}
	
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@media only all and (max-width: 1024px) and (max-height: 768px) { /* Important: 1024x768px has the same ratio as 1280x960px */
	body {	
		-moz-background-size: 1024px 768px;
		background-size: 1024px 768px;
	}
}

#logo {
	left:3%;
	top:40.5%;
	position: absolute;
	height: 76px;
}

#navContainer { position: absolute;	left:3%; top:58.5%; padding: 0;}

#navContainer ul {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 85%;
	}

#navContainer ul li {
	display: inline; 
	width: 110px;
	height: 63px;
	float: left;
	line-height: 1.4em;
	background:  url(../images/border.gif) left no-repeat;;
	padding-left: 10px;
	padding-right: 10px;
	}




a {
	color: #002a5c;
	text-decoration: none;
	font-size: 1.25em;
}

a:hover {
	color: #002a5c;
	text-decoration: underline ;
	}

#footer {
	right:3%;
	bottom:3%;
	position: absolute;			
	color: #fff;
	font-size: 1.1em;			
}
