/* -------------------------- color sheme --------------------------

font color:                   #1f1f1f                              black
link color:                   #0c3a67                              blue
hover color:                  #171d22                              darker blue

bg color:                     #30434e                              blue


site, footer width:           998px
footer height:                53px

left,right, header height:    160px
left width:                   46px
right width:                  45px
header width:                 907px

navigation width:             178px
bar width:                    173px
content width:                543px







*/




/* -------------------------- Settings -------------------------- */

html { height: 100%; }
img, a img { border: 0; }
*{ padding: 0; margin: 0; border: 0; }
/*ul {
  padding:3px 0px 3px 2px;
  margin:5px 0px 5px 10px;
}
li {
  padding:0px 0px 0px 2px;
  margin:1px 0px 1px 10px;
  list-style-image: url(../images/list/list_dark.gif);
}*/

/* -------------------------- Attributes -------------------------- */

.middle { vertical-align: middle; }
.none { display: none; }
.clear { clear: both; }
.upper { text-transform:uppercase; }
.f_left { float:left; padding-right:15px;}
.f_right { float:right; padding-left:15px;}

/* -------------------------- Links -------------------------- */

a:link  { color: #212121; text-decoration: none;}
a:visited { color: #212121; text-decoration: none;}
a:hover, active { color: #000000; text-decoration: none;}

/* -------------------------- Site construction -------------------------- */

/* -------- BODY -------- */

body {
	height: 100%;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.3em;
	/*color: #1f1f1f;
	
	background-color: #30434e;
	background-image: url(../gfx/content.jpg);
	background-position: center;	
	background-repeat:repeat-y;
	
	min-width: 998px;*/
	}

/* -------- CONTAINER -------- */

div#container {
	text-align: left;
	margin: 0 auto;  
	background-repeat:repeat-y;
	background-position: center;	
	background-image: url(../gfx/content.jpg);

	width: 998px;
	}
	
* html #container {
	height: 100%;
	}
	
/* -------- LEFT BORDER TOP PICTURE -------- */

div#left {
	float:left;
	
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../gfx/left.jpg);
	
	width: 46px; height: 160px;
}
.left_sub {
  float:left;
  width: 46px;
  height: 1px;
}
		
/* -------- RIGHT BORDER TOP PICTURE -------- */

div#right {
	float:right;
	
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../gfx/right.jpg);
	
	width: 45px; height: 160px;
	}

/* -------- SITE HEADER -------- */
/*
div#header {
	float: left;
	background-image:url(../gfx/header.jpg);
	width: 907px; height: 160px;
	}
	*/
/* -------- NAVIGATION VERTICAL -------- */
/*
div#navigation {
	float: left;
  width: 178px;
  font-size:0.8em;
	}
div#navigation a:link  { color: #0074b4; text-decoration: none; font-weight: bold; }
div#navigation a:visited { color: #0074b4; text-decoration: none; font-weight: bold; }
div#navigation a:hover, active { color: #003c5d; text-decoration: none; font-weight: bold; }

div#navigation ul li ul li {
  background-image:url(../gfx/option.jpg);
  height:22px;
  padding:1px 0px 0px 45px;
}
div#navigation ul {
  margin:0;
  padding:0;
}
div#navigation li {
  margin:0;
  padding:0;
  list-style-image: none;
  list-style: none;

}*/
/* -------- CONTENT -------- */
	
/*div#content {
	width:543px;
	padding:0px 4px 10px 4px;
	overflow: hidden;
	float:left;
	}*/
/* -------- BAR -------- */
/*
div#bar {
	float:left;
	width: 173px;
	padding-left:5px;
	overflow:hidden ;
	}
	*/
/* -------- FOOTER -------- */

/*div#footer {
	clear: both;
	
	width: 998px; height: 53px;
	margin: 0 auto;
	background-image: url(../gfx/footer.jpg);
  }*/