@CHARSET "UTF-8";

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
  	font-weight: 400;
  	src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  	font-family: 'Open Sans';
  	font-style: normal;
  	font-weight: 700;
  	src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
  	font-family: 'Open Sans';
  	font-style: italic;
  	font-weight: 400;
  	src: url(../fonts/OpenSans-Italic.ttf);
}

@font-face {
  	font-family: 'Open Sans';
  	font-style: italic;
  	font-weight: 700;
  	src: url(../fonts/OpenSans-BoldItalic.ttf);
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #e8e6f8;
    padding: 0px;
    margin: 0px;
}

header {
    background-image: url("../img/bg.png");
    height: 170px;
    padding-top: 20px;
}

header #baner-wrapper {
	width: 1000px;
	margin: auto;
}

header #baner {
	background: url('../img/logo.png') left no-repeat;
	height: 130px;
	width: 500px;
	padding: 25px 0px 0px 150px;
	color: white;
	font-size: 28px;
	font-weight: bold;
	display: block;
	float: left;
}

header #baner #main-unit-name {
	font-size: 40px;
	margin: 0px;
	line-height: 20px;
}

header #baner #unit-name {
	text-align: justify;
	font-size: 21px;
}

header #baner:HOVER {
	text-decoration: none;
	outline: 0px;
}

header #database-name {
	padding: 20px 0px 0px 0px;
	color: #ffc20e;
	font-size: 40px;
	font-weight: bold;
	float: right;
	font-family: Times New Roman;
	text-align: center;
	margin-right: 100px;
}

header #location-name {
	color: white;
	display: block;
	font-size: 21px;
	font-style: italic;
}

footer {
	color: #aaa;
	min-width: 1000px;
	margin: auto;
    font-size: 13px;
    text-align: center;
    border-top: 2px solid #b9b3df;
    padding: 10px;
}

footer a, footer a:FOCUS, footer a:HOVER {
	outline: 0px;
	color: #483d8d;
}

#content {
	min-width: 1000px;
	margin: 0 auto;
	padding: 10px;
	background-color: #ffffff;
	padding-bottom: 50px;
	padding-top: 50px;
}

#content #cnt {
	width: 1000px;
	margin: 0 auto;
}

#content .center, .table tr th {
	text-align:center
}