html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 16px;
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
:focus {
	outline: 0;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 1px;
}
caption, th, td {
	text-align: center;
	font-weight: normal;
	padding: 1px;
}
a {
	color: #336;
}
a:hover {
	color: #633;
}
html {
	background: #f1eded url("../img/html-bg.gif") repeat-y center 0;
}
body {
	line-height: 140%;
	color: #336;
	width: 980px;
	margin: 15px auto;
	background: #fff url("../img/body-bg.gif") repeat-y 0 0;
	position: relative;
}
h1 {
	background: #fff url("../img/header.jpg") no-repeat 0 0;
	height: 133px;
	width: 980px;
	text-indent:-1000px;
}
em.topreg {
	font: normal 10px/140% "Century Gothic";
	position: relative;
	top: -10px;
}
em.bottomreg {
	font: normal 10px/140% "Century Gothic";
	position: relative;
	top: 5px;
}
#content {
	padding-right: 24px;
	padding-left: 270px;
	width: 656px;
	border-bottom: 3px solid #fff;
	margin: 0 auto;
}
#content p {
	padding: 0 20px;
	text-align: justify;
	text-indent: 20px;
	margin: 5px 0;
}
#content ul {
	list-style: disc;
	margin-left: 40px;
	margin-right: 20px;
	text-align: justify;
}
#content img {
	float: left;
	margin: 0 20px 10px 20px;
	padding: 2px;
	border: 1px solid #336;
	background: #fff;
}
#nav {
	position: absolute;
	top: 135px;
	left: 30px;
	background: #e3dada;
}
#content h2 {
	background: #fff;
	font-size: 18px;
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	width: 606px;
	border:2px solid #336;
}
#content table {
	margin: 10px 20px;
	background: #336;
	font-size: 14px;
}
#content table img, #content a img {
	float: none;
	margin: 0;
}
#content a img{
	margin: 0 0 10px 19px;
}
#content td {
	background: #eaeaef;
}
#content th {
	background: #d6d6e0;
}
#nav li, #nav a {
	display: block;
}
#index,#esp,#et,#tlit,#km,#sp,#contacts {
	display: block;
	width: 240px;
	height: 60px;
	text-indent: -500px;
	overflow:hidden;
}
#index {
    background: url("../img/index-bg.png") no-repeat 0px 0px;
}
#index:hover {
    background: url("../img/index-bg.png") no-repeat -240px 0px;
}
#esp {
    background: url("../img/esp-bg.png") no-repeat 0px 0px;
}
#esp:hover {
    background: url("../img/esp-bg.png") no-repeat -240px 0px;
}
#et {
    background: url("../img/et-bg.png") no-repeat 0px 0px;
}
#et:hover {
    background: url("../img/et-bg.png") no-repeat -240px 0px;
}
#tlit {
    background: url("../img/tlit-bg.png") no-repeat 0px 0px;
}
#tlit:hover {
    background: url("../img/tlit-bg.png") no-repeat -240px 0px;
}
#km {
    background: url("../img/km-bg.png") no-repeat 0px 0px;
}
#km:hover {
    background: url("../img/km-bg.png") no-repeat -240px 0px;
}
#sp {
    background: url("../img/sp-bg.png") no-repeat 0px 0px;
}
#sp:hover {
    background: url("../img/sp-bg.png") no-repeat -240px 0px;
}
#contacts {
    background: url("../img/contacts-bg.png") no-repeat 0px 0px;
}
#contacts:hover {
    background: url("../img/contacts-bg.png") no-repeat -240px 0px;
}
#nav ul {
    border: 1px solid #633;
    border-top: 2px solid #633;
    position:relative;
    top:-5px;
    left:5px;
    width:229px;
    background:#fff;
}
#nav ul a {
    text-decoration:none;
    padding-left:20px;
    background: #fff url("../img/nav-ul-li-a-bg.png") no-repeat 5px 6px;
}
#nav ul a:hover {
    background: #fff url("../img/nav-ul-li-a-bg.png") no-repeat 5px -42px;
}
#imageslide {
    border-top: #e3dada 10px solid;
    min-height: 101px;
}
#imageslide img {
	float: none;
	margin: 0;
	padding: 0;
	background: #fff;	
    width: 652px;
    height: 97px;
    border: 2px solid #fff;
    margin-bottom:-5px;
}
#copyright {
	padding: 10px;
	border-bottom: 10px solid #e3dada;
	border-top: 10px solid #e3dada;
	position:relative;
	top:0;
	left:0;
}

#copyright a#madeby {
	display: block;
	text-align: right;
	font-size: 13px;
	position:absolute;
	right:10px;
	top:30px;
	width:350px;
}