
/* -- 1. defaults -- */
* {
padding: 0;
margin: 0;
}

body {
font-family: "Lucinda Sans", Arial, sans-serif;
color: #000000;
background: #4F5B78;
}
/*div, span {border: solid thin #000055;}*/

/* -- 2. structure --*/

#wrapper {
width: 850px;
margin: 0 auto;
background-color: #4F5B78;
}

#masthead {
	height: 191px;
	border-bottom: 2px solid #b81f25;
	background-image: url(../assets/images/nsban.jpg);
	background-repeat: no-repeat;
}

.separator {
			clear: both;
			height: 0px;
}



#sidebar {
background-color: #4F5B78;
width:200px;
padding-right: 10px;
float: left;
margin-right: 10px;
border-right: 1px solid #b81f25;
}



#maincontent h2 {
text-transform: uppercase;
padding-top: 10px;
padding-bottom: 10px;
}

#maincontent {
float: left;
width: 610px;
padding-left: 10px;
padding-right: 3px;
margin-bottom: 10px;
}

#intro {
background-color: #DBDBDB;
padding: 10px;
}

#fix {
position: relative;
margin-top: 10px;
padding: 0 10px;
}

#fix h3 {
margin-bottom: 8px;
}

#block {
width: 240px;
padding: 5px 5px 10px 10px;
border: 1px solid #BA1525;
background-color: #ADA674;
}

#block a {
text-decoration: none;
color: #000000;
}

#block a:hover {
text-decoration: underline;
}

#news {
width: 260px;
background-color: #BECFF5;
padding: 5px 5px 10px 10px;
border: 1px solid #BA1525;
float: left;
position: absolute;
top: 0;
left: 300px;
}
#news a {
text-decoration: none;
color: #000000;
}

#news a:hover {
text-decoration: underline;
}

#footer {
	background-color: #ba1525;
	text-align: right;
	color: #BFBA93;
	padding-right: 10px;
	border-bottom: 1px solid #7d6e36;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
}

/* -- nav list --*/

#sidebar ul {
	list-style-type: none;
	margin-bottom: 40px;

}

#sidebar li {
	font-size: 95%;
	text-align: center;
	font-weight: bold;
	background: url(../assets/images/navbots/diamond.gif) no-repeat 10px;
	margin-top: 10px;
	padding: 31px;
}





#sidebar ul a {
text-decoration: none;
color: #ADA674;
}



#sidebar ul a:hover {
color: #e6e6e6;
}

h2 {
padding-top: 15px;
}

p {
font-size: 100%;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 0.8em;

}

#logo img {
border: 0;
}

#logo {
float: left;
margin-top: 35px;
}

#links a {
color: #000000;
}

.caption {
padding-bottom: 5px;
font-size: 10px;
font-weight: bold;
color: #4E305C;
}

#lib {
font-size: 1.0em;
text-align: center;
}

#lib p {
margin: 0;
}

#lib a {
color: #93988F;
text-decoration: none;
}

#lib a:hover {
border-bottom: 1px dotted #93988F;
font-weight: normal;
}
