﻿@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/bg.gif) repeat-x fixed;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

#header {
	width: 940px;
	height: 114px;
	background: url("images/top.png") no-repeat;
	padding: 10px 7px 0 7px;
	margin: 10px auto 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 10px;
	left: 20px;
	height: 138px;
	z-index: 4;
}

#middle {
	width: 940px;
	background: url(images/content.png) repeat-y;
	padding: 0 7px 0 7px;
	margin: 0 auto 0 auto;
	position: relative;
}

#inside {
	background: url(images/gradient.png) repeat-x;
	padding: 32px 7px 0 7px;
	margin: 0 auto 0 auto;
	width: 922px;
}

#menu {
	float: left;
	width: 211px;
}

.section {
	margin-bottom: 20px;
	background: url("images/side-bar.jpg") no-repeat bottom center;
	padding-bottom: 10px;
}

.section ul {
	margin: 10px 15px;
	padding: 0;
	list-style:inside;
}

.section li {
	margin-bottom: 4px;
}

.name {
	margin: 0;	
	color: white;
	font: bold 14px/27px Tahoma, Geneva, sans-serif;
	background: url("images/menu.jpg") no-repeat;
	text-indent: 35px;
}

.name a {
	text-decoration: none;
	color: white;
}

.name a:hover {
	text-decoration: underline;
}

#text {
	width: 695px;
	margin-left:225px
}
#footer {
	width: 940px;
	height: 38px;
	background: url(images/footer.png) no-repeat;
	padding: 0 7px 0 7px;
	margin: 0 auto 0 auto;
	position: relative;	
	color: #ffffff;
	text-indent: 20px;
	font: bold 12px/30px Tahoma, Geneva, sans-serif;
}
#footer a {
	color:white;
	text-decoration:none
}
#footer a:hover {
	text-decoration:underline
}
h1 {
	font-size:18px;
	margin:0px 00px 12px 0px
}
h2 {
	font-size:16px;
	margin:0px 00px 12px 0px
}
h3 {
	font-size:14px;
	margin:0px 00px 12px 0px
}
.text p {
	margin-bottom:12px
}
.text ul {
	margin-left:30px;
	list-style:disc;
	margin-bottom:12px;
}
.table-list {
	width:380px;
	margin-bottom:12px;
}
.table-list li {
	margin-bottom:10px
}