/* css reset */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}
a {
	text-decoration: none;
	color: 006666;
}
	
a: hover {
	text-decoration: underline
}


body { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; } 

}
#container {
	margin: auto;
	width: 960px;
}

#header {
  overflow: hidden;
  height: 100%;
  padding-top: 0px;
  padding-left: 0px;
  }
  #header img {
  float:left;
  padding-left: 0pix;
  }
#navigation img {
background: url(images/navbar.png) repeat-x;
width: 1059px;
float: center;
height:40px;
padding-left: 0px;

}

#navigation ul#nav {
float: center;
lineheight:40px;
font-size: 22px;
padding-left: 365px;
margin-top:-35px;
}


#nav li{
display: inline;

}
#nav li a{
color: ff6600;
padding-right: 30px
}

#layer1 {
float: center;
width: 700px;
padding-top: 60px;
padding-left: 160px;
font-size: 28px;
color: 006666;
lineheight: 40px;
height:300px;
bottom-margin: 10px;
}
#footer {
font-size: 16px;
float: left;
padding-left: 160px;
padding-top: 50px;
color: 006666;
}