/* ---------------------------------- */
/* ----- Written By Ray Gerrard ----- */
/* ---------------------------------- */

body{
	background: url("images/background.gif");
	margin: 0;
	padding: 0;
	font: normal 11px/24px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a{
	color: #996666;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#nav{
	width: 100%;
	background-color: #960C19;
	margin: 0;
	padding: 0;
	text-align: center;
}
#nav ul{
	width: 100%;
	height: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#nav li{
	display: inline;
	padding: 1.5em;
	margin: 0;
}
#nav li a{
	color: #f3f3f3;
	text-decoration: none;
}
#nav li a:hover{
	border-bottom: 3px solid #f3f3f3;
}
#container{
	width: 700px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#content{
	width: 700px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
#content h1{
	font-size: 1.5em;
	font-variant: small-caps;
	text-indent: 0.1em;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #960c19;
}
#content p{
	margin: 0 0 1em 0;
	padding: 0;
	text-align: justify;
}
#footer{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #960c19;
	text-align: center;
}
#footer p{
	color: #f3f3f3;
}
 
 
 td.horisont {
 	text-align:center;
	padding-bottom:40px;
 }
 td.horisont .i_top_elem,  td.horisont .vt_top_elem{
    float:left;
    width:110px;
    height:110px;
    vertical-align:bottom;
 }
 td.horisont .i_top_elem a,  td.horisont .vt_top_elem a{
    display:block;
    width:100px;
    overflow:hidden;
    white-space: nowrap;
 }
 td.horisont .i_top_elem img,  td.horisont .vt_top_elem img{
    width:100px;
    height:100px;
 }