﻿*
{
	margin:0;
	padding:0;
}

p
{
	margin:0px 0 15px 0
}

img
{
	border:none;
	margin:0;
}

ul
{
	margin:0px 0 10px 30px;
}

h1
{
	font-size:10pt;
	color:#666;
	border-bottom:1px solid #98b802;
}

h3{
font-size:large;
border-bottom:medium #1394e6;
border-bottom-style:solid;
border-bottom-width:3px;
	}
}
html
{
	background:#071a5a;
	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:#fff;

}

#header
{
	width:760px;
	height:200px;
	background:#fff;
	background-image:url('images/header.jpg');
}

#leftBlock
{
	width:180px;
	float:left;
	background:#ddd;
	margin-top:0px;
}

#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:8px;
	background:#1359bd;
	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 #c30008;
}

.contentblock
{
	float:right;
	width:560px;
	padding:10px;
	background:#fff;
	color:#000;
	background-image:url('images/bg.jpg');
	background-position:center;
	background-repeat:no-repeat;

}

#pix img
{
	display:block;
	margin-bottom:5px;
	padding-left:15px;
}


#footer
{
	font-size:8pt;
	color:#fff;
	width:750px;
	background:#1359bd;
	padding:5px;
}

#footer a
{
	color:#fff;
}






















