body { 
	padding:0px;
	margin:0px;
	height: 100%;
	background: #eee;
	font-family: 'Trebuchet MS',verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10pt;
	width:100%;
}

html { 
	height: 100%;
	width:100%;
}

.header{
	margin:auto;
	width:990px;
	height:64px;
background: #999999; /* Old browsers */
background: -moz-linear-gradient(top, #999999 0%, #777777 21%, #666666 51%, #777777 80%, #999999 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(21%,#777777), color-stop(51%,#666666), color-stop(80%,#777777), color-stop(100%,#999999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #999999 0%,#777777 21%,#666666 51%,#777777 80%,#999999 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #999999 0%,#777777 21%,#666666 51%,#777777 80%,#999999 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #999999 0%,#777777 21%,#666666 51%,#777777 80%,#999999 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #999999 0%,#777777 21%,#666666 51%,#777777 80%,#999999 100%); /* W3C */
	border-left: 1px #333 solid;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	border-radius:0 0 8px 8px;
}

.logo{
	position:relative;
	width:380px;
	height:75px;
	margin-left:auto;
	margin-right: auto;
/*background: #b4ddb4; /* Old browsers */
background: url('kis.png') 50% 50% no-repeat, -moz-linear-gradient(top, #333333 0%, #888888 62%, #8e8fcc 74%, #1f00d3 77%, #8e8fcc 79%, #888888 88%, #333333 100%); /* FF3.6+ */
background: url('kis.png') 50% 50% no-repeat, linear-gradient(top, #333333 0%, #888888 62%, #8e8fcc 74%, #1f00d3 77%, #8e8fcc 79%, #888888 88%, #333333 100%);/* W3C */
	/*background: #333 url('kis.png') 50% 50% no-repeat; /* Old browsers */
	z-index:4;
	border-radius:0 0px 8px 8px;
	box-shadow: 0px 1px 6px #1f00d3;
}

.menu{
	color:#eee;
	float:left;
	margin-top:10px;
	margin-left:20px;
	border-radius:5px 0 6px 0;
	/*background: #ddd;
	box-shadow: inset 0px 4px 7px #111;*/
	text-shadow: #333 1px 1px 2px;
}

.menu2 {
	color:#eee;
	float:right;
	margin-top:10px;
	margin-right:20px;
	border-radius:5px 0 6px 0;
	/*background: #dd;
	box-shadow: inset 0px 4px 7px #111;*/
	text-shadow: #333 1px 1px 2px;
}

.menu a, .menu2 a{
	color:#eee;
}

.menu a:hover, .menu2 a:hover{
	color:#dde;
	text-shadow: #1f00d3 1px 1px 2px;
}

ul { 
	padding:0px;
}

li {
	display: inline;
	list-style-type: none;
	padding: 0px 6px;
}

.content{
	margin: 0px auto;
	width:970px;
	min-height:500px;
background: #ddd; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 2%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(2%,#dddddd), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#dddddd 2%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#dddddd 2%,#dddddd 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#dddddd 2%,#dddddd 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #eeeeee 0%,#dddddd 2%,#dddddd 100%); /* W3C */
	border-left:1px #333 solid;
	border-right:1px #333 solid;
}

a {
	text-decoration:none;
}

