/* CSS Document */


body {
  background-color: #d1f2f9;
  background-image:url(images/site/bg.gif);
  background-repeat:repeat-y;
  font-size: 10pt;
  font-family: "Tahoma", "Arial", "Verdana", sans-serif;
  color:#09224e;  
}

.info {
font-size:9px;
}

a.info:link{
color:#d0e7ec;

}
a.info:visited{
color:#d0e7ec;

}

a img {
	border: none;
}

a:link {
	text-decoration: none;
	color: #027F9A;
}

a:active {
	text-decoration: none;
	color: #027F9A;
}

a:visited {
	text-decoration: none;
	color: #027F9A;
}

a:hover {
	text-decoration: underline;
	color: #027F9A;
}


table {
	border-collapse: collapse;
	font-size: 10pt;
  	font-family: "Tahoma", "Arial", "Verdana", sans-serif;
	color: #09224e;
}
td {
	border: 0px;
}
tr {
	border: 0px;
}


#header {
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(images/site/bgtop.gif);
	background-repeat:repeat-x;
	width:100%;
	height:183px;
	padding:0;

}


/* Main container, applies to all includes */
#main {
	z-index:1;
	position:absolute;
	top:185px;
	left:180px;
	width:500px;
	padding:0;
}




#shoutbox {
	z-index:2;
	position:absolute;
	top:116px;
	left:720px;

	border: 2px solid #71a9c4;


}


#preview {
	z-index:3;
	position:absolute;
	top:20px;
	left: 370px;
	padding:0;
}


#navigation {
	position: absolute;
	z-index: 1;
	width: 150px;
	left: 0px;
	top: 165px;
	margin: 0;
	padding: 10;
	padding-left:20px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Tahoma", "Verdana", sans-serif;
	vertical-align:top;
}

#navigation h3 {
	/* .kapi */
	font-size: 11px; /* IE bug */
	font-weight: bold;
	text-align: left;
}

#navigation ul {
	/* .nali */
	margin: 0; /* IE only */
	text-indent: 0px;
	padding-left: 0;
	list-style-type: none;
	text-align: left;
}


