body {background-color:#00183a;margin-top: 0; background-position: top; margin-bottom: auto; margin-left: auto; margin-right: auto; width: 900px;}
#banner {background-image: url('../images/banner.jpg');border: 0px solid red; width: 900px; height: 210px;background-repeat: no-repeat;}
table{position: relative; top: 130px; left: 160px; border: 0px solid red;}
td {width: 138px; height: 42px;border: 0px solid red;text-align: center; vertical-align: middle;background-image: url('../images/button02.png'); background-repeat: no-repeat;}
td a {padding: 0; margin: 0; font-family: Arial, sans-serif; font-size: 14px; color: #00183a; font-weight: bold; text-decoration: none; text-align: center; letter-spacing: 1px;}
td:hover {background-position: 0 -43px; }

#left {float: left; width: 160px; border: 0px solid red;}
#right {float: left; width: 735px; margin: 20px 0 0 0; border: 0px solid red;}

h4 {color:#ed1c24;font-family: Tahoma, sans-serif;letter-spacing: 1px; margin:0; padding:0;}
h5 {color:#ed1c24;font-family: Tahoma, sans-serif;letter-spacing: 1px;}
h5 > t {font-size: 11pt;}
h5 > p {color: #fff;font-weight: normal;line-height: 20px; text-align: left;margin-top: 10px;}
h4 > p {color:#ed1c24;font-family: Tahoma, sans-serif;letter-spacing: 1px; margin:0; padding:0; text-align: center;}
h5 > li {color: #fff;font-weight: normal;line-height: 20px; text-align: justify;margin-top: 5px; margin-left: 25px;}
cite {margin-left: 250px}
p > c {font-weight: bold;}
p > d {font-style: oblique;}
p > b {color:#ed1c24;}
li > b {color:#ed1c24;}
p > a {color: #8ba0b5; text-decoration:none;}
p > a:hover {text-decoration:underline;}
hr {color: #f00; background-color: #f00; height: 1px; border: 0;}
.ramka {padding: 10px;line-height: 20px;color: #fff;font-weight: normal;line-height: 20px; text-align: left;margin: 30px 30px 0 30px; border: 1px solid red;font-family: Tahoma, sans-serif;letter-spacing: 1px;}
/*** Nav bar styles ***/
ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 20px 0 0 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
        font-family: Tahoma, sans-serif;
        font-weight: bold;
        font-size: 14px;
}

ul.nav{
	width: 150px;
/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
}

ul.nav>li{
	margin: 0;
        background-image: url('../images/sub_button.jpg');
        background-repeat: no-repeat;
        width: 136px;
        padding: 5px 0 12px 0px;
        text-align: center;
}
ul.nav>li:hover{background-image: url('../images/sub_button_h.jpg');}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: relative;
	width: 150px;
	left: 35px;
	top: 8px;
        margin-bottom: 10px;
        margin-top: 0;
	margin-left: 0;
        background-color: transparent;
        background-image: none;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 0 0 25px;
        text-align: left;
	width: 90px;
}

/*** Menu styles (customizable) ***/

.nav ul li a{
	color: #fff;
        padding: 4px 0 0 0;
        text-decoration:none;
}

.nav ul li a:hover{
        text-decoration:underline;
}

.nav ul li a:active{
	color: #fff;
}

ul{
	border: 0px solid #369;
}

.nav a{
	text-decoration: none;
        color: #00183a;    
}
.nav a:hover{
	text-decoration: none;
        color: #f5f8fc;    
}
