body{
margin:0px 0px;
padding:0 10px 0 10px;
background-color: #252759;
background-image: url(./images/background.png);
background-repeat: repeat-x;
}
#total {
	width: 800px;
	margin: auto;
        border-style:none;
}
#total img {
        border-style: none;
}

#title {
	margin-top: 10px;
	top:0px;
	height: 105px;
	width: 803px;
}

#content {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 350px;
	width: 800px;
}

#bottom{
	height: 150px;
	width: 800px;
	
}

#button {
        border-style: none;
	clear: right;
	float: right;
	width: 225px;
	height: 88px;
	
}	

#center{
	background-image: url(./images/cbox.png);
	background-repeat: no-repeat;
	top: 90px;
	margin-right: 15px;
	width: 560px;
	height: 350px;
	float: left;
	clear: right;
}
#centerimage {
    width: 560px;
    height: 290px;
    margin-top: 30px;
}

#news {
	background-image: url(./images/contacts.png);
	background-repeat: no-repeat;
	float: left;
	padding: 10px 0px 0px 10px;
	height: 150px;
	width: 225px;
	left: 0px;
}

#email {
        position: relative;
	height: 17px;
	width: 175px;
        top: 26px;
        left: 30px;
}
#about {
        position: relative;
	height: 17px;
	width: 175px;
        top: 100px;
        left: 10px;
}

#news .headr {margin-bottom: 10px; font-weight: bold; text-align: center;}
#news .address {margin-bottom: 5px;}
#nes .phone {}

#newsplace {
	background-color: #FFF;
	float: left;
	height: 150px;
	width: 324px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	overflow: auto;
}

#newsplace .title {font-family:sans-serif;margin-bottom: 10px;font-size:large}
#newsplace .pubdate {font-family:sans-serif;font-weight: bold;font-size:small}
#newsplace .newstext {font-family:sans-serif;font-weight: bold;font-size:small}

#newsplace2 {
	background-image: url(./images/downloads.png);
	padding: 10px 0px 0px 10px;
	float: right;
	height: 140px;
	width: 215px;
	right: 0px;
	color: #FFF;
}
#downloads {
	background-image: url(./images/downloads.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	float: right;
	height: 150px;
	width: 225px;
	right: 0px;
	color: #FFF;
}
#downloadstxt {
	margin-top: 36px;
	margin-left: 5px;
}
#downloadstxt .pubdate {font-family:sans-serif;font-weight: bold;font-size:small}
#downloadstxt .title {font-family:sans-serif;margin-bottom: 10px;font-size:small}

#aboutimage {
	position: relative;
	bottom: 20px;
}

#footer {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 500px;
	height: 18px;
}
h1 { 
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: xx-large;
	color: 
}

h2 {
    font-size: x-large;
}
h3 {font-family: "Times New Roman", serif;
	text-indent: 0px;
	color: #FFF;
	text-align: center;
}

tr.news {
    font-size: small;
}

/* Set the style of links, A:link is the default style */
A:link { 
   text-decoration: none;
}

/* These are for links that have been visited or that are clicked on  */
A:visited, A:active { 
text-decoration: none;
}

/* Set a background colour for <pre> sections and show text in red      */
/* note that NS4.x and earlier don't show the background colour for the */
/* full width of the page, just for where there's text                  */
pre {
background-color: #E0E0E0;
font-weight: bold;
font-family: monospace;
color: #802020;
}
pre.diff {
margin-left: 15px;
margin-right: 20px;
background-color: #F0F0F0;
}

pre.newpage {
background-color: #FFFF0;
margin-left: 15px;
margin-right: 20px;
}
hr.diff {
margin-left: 15%;
margin-right: 15%;
}
span.context {
background-color: #F0F0F0;	   
}
span.old {   
background-color: #FFA0A0;	   
}

span.newpage {   
background-color: #FFFF00;	   
}

span.new {
background-color: #A0FFA0;	
}

span.continue {
font-weight: normal;
//   background-color: #FFFFFF;	
}


dt {
font-weight: bold;
}



#version {
    font-size: small;
}



#navigation {
    margin: 0px 100px 50px 0px;
    border-left: 60px solid #FFF;
    padding: 0;
    font: bold 110% Arial;
    list-style-type: none;
}

#navigation li {
    float: left;
    margin: 10px 20px 10px 0;
    text-transform: uppercase;
    list
}

#navigation li.current {
    padding: 2px 2px;
    background: #00FFFF;
    color: #FFF;
}

#navigation li a {
    display: block;
    padding: 2px 2px;
    text-decoration: none;
    background: #3D001C;
    color: #000000;
}
#navigation li a:hover {
    background: #EBF5FC;
    color: #FFF;
}
#navigation2 {
margin: 0;
font: bold 90% Arial;
border-left: 0px solid #EF5C00;
padding: 0;
list-style: none;
}

#navigation2 li {
float: left;
margin: 1px 12px 1px 10px;
text-transform: uppercase;
}

#navigation2 li.current {
padding: 2px 2px;
background: #193A8B;
color: #FFF;
}

#navigation2 li a {
display: block;
padding: 2px 2px;
text-decoration: none;
background: #FFF;
color: #193A8B;
}
#navigation2 li a:hover {
background: #444444;
color: #FFF;
}
