body {
	margin: 0px;
	padding: 1em 0px;
	font-family: tahoma, sans-serif;
	font-size: 105%;
	text-align: center;
	color: #555;
	background: #FFF url('/site/img/line.gif') repeat-x 0% 0%;
}

table {
	font-size: 1em;
}

img {
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px 0px 0.8em 0px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

#main {
	width: 1000px;
	margin: auto;
	text-align: left;
	background: transparent url('/site/img/logo.png') no-repeat;
}

#header {
	height: 50px;
	border-bottom: 1px solid #00437E;
}

#header div {
	width: 810px;
	float: right;
}

#logo {
	width: 183px;
	height: 50px;
	display: block;
	float: left;
}

#left_block {
	width: 160px;
	float: left;
}

#menu {
	margin-top: 1.5em;
}

#menu a {
	display: block;
	font-weight: bold;
	padding: 4px 0px 4px 8px;
}

#content {
	width: 830px;
	padding: 1em 0px;
	float: right;
}

#footer {
	clear: both;
	border-top: 1px solid #00437E;
	padding-top: 0.5em;
}

#screensaver {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	filter: alpha(opacity=60);
	opacity: 0.60;
	background: #fff url(/site/img/loader.gif) no-repeat 50% 50%;
	display: none;
}

