@charset "utf-8";
/* CSS Document */


/* 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;
	border-spacing: 0;
}


/*END RESET*/




body{
background-color:#364757
}

#container{
background-color:#fff;
width:960px;
margin:0 auto;
padding:10px;
}

#header{
width:960px;
background-color:#000
}

#news-nav li, #main-nav li{
display:inline;
list-style-type:none;
font:12px arial;

}

#news-nav{
width:960px;
background-color:#000;
height:30px;
margin-top:10px;
color:#fff;
font:12px arial;
}

#news-nav ul{
padding:7px;
}

#news-nav a{
margin:3px 8px 3px 3px;
text-decoration:none;
color:#fff;
}

#news-nav a:hover{
color:#ccc;
}

#main-nav a{
margin:3px 8px 3px 5px;
text-decoration:none;
color:#000;
font-weight:bold;
padding:5px;
}

#main-nav a:hover{
background-color:#D5ECF8;
padding:5px
}

#main-nav{
margin-top:5px
}

#content{
margin-top:10px;
}

.back{
font:10px Arial, Helvetica, sans-serif;
}
