body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 10px;
    text-align: center;
    background: #000000 top center repeat-x;
    color: #ffffff;
    margin: 0;
    padding: 10px;
}

html, #wrapper, h1 {
    margin: 0;
    padding: 0;
}

img { border: 0; }

#wrapper {
    margin: auto;
    text-align: left;
    width: 458px;
    position: relative;
}

h1, h2, h3 {
    font-size: 10px;
}


h1 {
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

h3 {
    padding: 4px 0 0 0;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 10px;
}

.left {
    float: left;
    margin: 5px 20px 0px 0px;
}

.right {
    float: right;
    margin: 0px 0px 0px 20px;
}

.bsd {
    float: right;
    position: absolute;
    top: -30px;
    left: 140px;
}

.readmore {
    text-align: right;
}

/* page structure */

#wrapper {
    background: url(images/body_t.png) 24px 0px no-repeat;
    height: 40px;
}

h1 {
    position: absolute;
    top: 16px;
    left: 43px;
    margin: 0;
    padding: 0;
    width: 135px;
    z-index: 10;
}





#body {
    background: url(images/body_bg.png) repeat-y;
    position: absolute;
    top: 39px;
    left: 10px;
    width: 448px;
    margin: 0;
    padding: 10px 0 0 0;
    z-index: 2;
}

#body .inner {
    width: 300px;
    margin: 10px 20px 0px 20px;
}

#body .inner #content {
    width: 200px;
    margin-left: 10px;
    margin-top: 1em;
}

#body .inner #content p {
    margin: 1em 0;
    padding: 0;
}

#body .inner #content div {
    padding: 17px;
    border-top: 1px solid #d4d6cf;
    border-bottom: 1px solid #d4d6cf;
}

#body .inner h2 {
    font-size: 12px;
}

#page_title {
    float: left;
    margin: 3px 0 -50px 15px;
    padding: 20px 0 50px 0;
    width: 57px;
    border-right: 1px solid #d4d6cf;
}

* html #page_title {
    margin-left: 7px;
}

#news {
    float: left;
    width: 129px;
    margin: 10px 0 0px 6px;
    background: url(images/box_bg.gif) repeat-y;
}

#left {
    float: left;
    width: 205px;
    margin: 0px 0px 10px 10px;

}

#news div {
    background: url(images/box_t.gif) no-repeat;
}

#news div div {
    padding: 12px 12px 7px 12px;
    background: url(images/box_b.gif) bottom left no-repeat;
}

#news p {
    margin: 0;
    padding: 0 0 3px 0;
}

#news .readmore {
    padding-top: 4px;
}

#paper {
    position: absolute;
    top: 39px;
    left: 243px;
    width: 196px;
    z-index: 9;
    background: url(images/paper_bg.gif) repeat-y;
}

#paper .inner {
    background: url(images/paper_b.gif) bottom no-repeat;
    padding: 8px 30px 18px 30px;
}

#paper .readmore {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

#paper p {
    margin: 1em 0;
    padding: 0;
}

#footer {
    text-align: right;
    margin-top: -10px;
}

.footerie {
    display: none;
}

.clear {
  margin-top: -20px;
}

a {
    color: #575e58;
    font-weight: bold;
}

a:hover {
    color: #b31d00;
}



#nav {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 0em 0;
	margin-bottom: 0em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #ffffff;
	color: #006600;
	}



 
 
 #nav {
    position: absolute;
    top: 50px;
    left: -40px;
    width: 70px;
    margin: 0;
    padding: 20;
    z-index: 25;
}

#nav li {
    float: left;
    width: 70px;
    padding: 10;
    margin: 30;
    list-style: none;
}


#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#nav li {
		border-bottom: 1px solid #006600;
		margin: 0;
		}

#nav li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #006633;
		border-right: 10px solid #009900;
		background-color: #003300;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

html>body #nav li a {
		width: auto;
		}

#nav li a:hover {
		border-left: 10px solid #ffcc00;
		border-right: 10px solid #ffcc66;
		background-color: #cc9933;
		color: #fff;
		}
		
#nav li.on {
		border-left: 10px solid #ffcc00;
		border-right: 2px solid #ffcc66;
		background-color: #cc9933;
		color: #000;
		font-weight: bold;
		}



/* POP-UP PIC CSS */

.boxpic{
position: relative;
z-index: 0;
}

.boxpic:hover{
background-color: transparent;
z-index: 50;
}

.boxpic span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.boxpic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.boxpic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -60px; /*position where enlarged image should offset horizontally */

}

/* POP-UP PIC CSS END */


.container {
width: 500px;
padding: 15px;
margin: 3px 0 20px 0;
border: 1px solid #ccc;
background: #fff;
}

#zoom {
float: right;
width: 127px; /* show only thumbnail */
height: 96px;
overflow:visible;
margin: 0 0 10px 10px;
position:relative;
}

#zoom a {
float:right;
border: 1px solid #000;
text-indent: -1000em; /* hide the link text */
overflow: hidden;
display: block;
width: 125px; /* show only thumbnail */
height: 94px;
background: url(../images/zoom.jpg) no-repeat top left;
}

#zoom a:hover {
width: 300px;
height: 225px;
background-position: 0 -104px;
position:absolute;
right:0;
}

.red {
	FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: verdana,arial,helvetica
}
