/* body elements */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background: #0D2A4C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
a:link {
	color: #F7D387;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F7D387;
}
a:hover {
	text-decoration: underline;
	color: #FFE09E;
}
a:active {
	text-decoration: underline;
	color: #FFE09E;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}


.blue {
	font-size: 14px;
	color: #7EB5EC;
}
a.blue:link {
	color: #7EB5EC;
	text-decoration: none;
}
a.blue:visited {
	text-decoration: none;
	color: #7EB5EC;
}
a.blue:hover {
	text-decoration: underline;
	color: #F7D387;
}
a.blue:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.yellow {
	color: #F7D387;
}
a.yellow:link {
	color: #F7D387;
	text-decoration: none;
}
a.yellow:visited {
	text-decoration: none;
	color: #F7D387;
}
a.yellow:hover {
	text-decoration: underline;
	color: #FFE09E;
}
a.yellow:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.t1 {
	font-size: 24px;
}

.t2 {
	font-size: 24px;
	color: #F7D387;
}

.t3 {
	font-size: 24px;
	color: #7EB5EC;
}

.menu {
	display: inline;
     padding-right: 13px;
     padding-left: 13px;
     border-right: #47ABE7 solid 1px;
	 margin-bottom: 10px;
}

.copy {
	font-size: 10px;
	color: #7EB5EC;
}
a.copy:link {
	color: #7EB5EC;
	text-decoration: underline;
}
a.copy:visited {
	text-decoration: underline;
	color: #7EB5EC;
}
a.copy:hover {
	color: #F7D387;
}
a.copy:active {
	color: #FFFFFF;
}

/* html elements */

.menucontain {
	width: 280px;
	text-align: right;
	border-right: #12599C 2px solid;
	padding-right: 15px;
}
.textarea {
	padding-left: 18px;
	padding-right: 50px;
	line-height: 18px;
	padding-bottom: 10px;
}

.tentacle {
	background: url('../images/footer.jpg') no-repeat  top center;
	text-align: right;
	font-size: 10px;
	color: #7EB5EC;
	padding-top: 45px;
	padding-right: 80px;
	padding-bottom:103px;
}

.content {
	background: #0D294B url('../images/bg_body.jpg') no-repeat;
	text-align: left;
	padding: 18px;
}
.content p {
	line-height: 16px;
}
.content li {
	line-height: 16px;
}
.banner {
	height: 70px;
	padding-left: 160px;
	padding-right: 230px;
	background: url('http://www.hlebarki.biz/images/banner.gif') no-repeat;
}
.hr {
	height: 1px;
	background: #175390;
	overflow: hidden;
}