﻿*
{
	margin:0;
	padding:0;
}

p
{
	margin:0px 0 15px 0
}

img
{
	border:none;
	margin:0;
}

ul
{
	margin: 0px 0 10px 50px;
	list-style-image: url('images/list.jpg');
}

h1
{
	font-size: 10pt;
	color: #1D2891;
	border-bottom: 1px #666666 solid;
}

html
{
	background:#6694ec;
	background-image:url('images/background1.jpg');
	background-repeat:no-repeat;
}

body
{
	width:800px;
	margin:auto;
	text-align:justify;
	font-family:tahoma;
	font-size:11pt;
}

#page
{
	width:760px;
	margin:auto;
	margin-top:30px;
	background:#76A3DE;
}

#float
{
	background:#fff;
	float:left;
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}

#header
{
	width:760px;
	height:180px;
	background:#fff;
	background-image:url('images/header.jpg');
}

#leftBlock
{
	width: 180px;
	float: left;
	margin-top: 0px;
	
}

#pix img
{
	display:block;
	margin-bottom:5px;
}


#menu ul
{
	margin:0px;
	width:180px;
	
}

#menu ul li
{
	
	list-style:none;
	
	/*border:1px solid #ddd;*/
	display:inline;
}

#menu ul li a
{
	border-left: 8px solid #ccc;
	padding: 10px;
	background: #1d2891;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	display: block;
	margin-bottom: 2px;
}

#menu ul li a:hover
{
	border-left:8px solid #cb5600;
}

.contentblock
{
	float:right;
	width:560px;
	padding:10px;
	background:#fff;
	color:#666;
	margin-top:10px;
	background-image:url('images/watermark.jpg');
	background-position:center center;
	background-repeat:no-repeat;
}

#pix img
{
	display:block;
	margin-bottom:5px;
}


#footer
{
	float: left;
	font-size: 8pt;
	color: #fff;
	width: 750px;
	background: #1D2891;
	padding: 5px;
}

#footer a
{
	color:#fff;
}






















