div, p, table, form, ul {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 10px auto 20px auto;
	font: 11px Tahoma, Arial, sans-serif;
	line-height: 16px;
	color: #454545;
}

img {
	vertical-align: middle;
	border: 0px;
}
a {
	color: #003B6E;
	font-weight: bold;
}

a:hover {
	color: #c00000;
}

h1 {
	font-size: 20px;
	margin-top: 105px;
	margin-left: 315px;
}

#body h1 {
	margin: 20px 20px 20px 0px;
}

h2 {
	padding-left:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 17px;
	margin-top: 0px;
}

h3 {
	margin-bottom: 5px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

h4 {
	margin-bottom: 5px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
	color: #000000;
}

#container {
	margin: 0px auto auto auto;
	border: 1px solid #006699;
	width: 958px;
	height: 884px;
}

#head {
	height: 160px;
}

#logo {
	width: 550px;
	height: 160px;
	background-image: url("./images/head.jpg");
	float: left;
}

#address {
	height: 100px;
	background-image: url('./images/address_bg.jpg');
}

#address-im {
	padding-top: 6px;
}

#address-im-skype {
	margin-right:30px
}

#address-im-skype a {
	text-decoration:none;
	font-weight: normal;
}

#address-old {
	margin-top: 7px;
}

#search {
	height: 90px;
	float: right;
}

#main {
	width: 750px;
	padding-top: 10px;
}

#body {
	float: left;
}

.thumbnail {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #006699;
}

#boxes {
	float: right;
	width: 240px;
	color: #ffffff;
	font-weight: bold;
}

#boxes img {
	float: left;
	margin-right: 10px;
}

.box1 {
	height: 170px;
	background-image: url('./images/blue.jpg');
	border: 2px solid blue;
	padding: 10px 0px 0px 5px;
}

.box1 img{
	border: 2px solid blue;
	margin-bottom: 5px;
}

.box2 {
	height: 170px;
	background-image: url('./images/green.jpg');
	border: 2px solid green;
	margin-top: 25px;
	padding: 10px 0px 0px 5px;
}

.box2 img{
	border: 2px solid green;
	margin-bottom: 5px;
}

.box3 {
	height: 170px;
	background-image: url('./images/orange.jpg');
	border: 2px solid #be5f00;
	margin-top: 25px;
	padding: 10px 0px 0px 5px;
}

.box3 img{
	border: 2px solid #be5f00;
	margin-bottom: 5px;
}

#footer {
	font: 11px Tahoma, Arial, sans-serif;
	line-height: 16px;
	text-align: center;
	height: 70px;
	width: 956px;
	overflow: visible;
	color: #ffffff;
	padding-top: 10px;
	float: left;
	background-image: url('./images/black.jpg');
	font-weight: bold;
	margin-top: 30px;
	border: 1px solid #000000;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #bb5555;
}

#darina {
	height: 600px;
	padding-top: 10px;
	text-align: center;
	width: 200px;
	float: right;
}

#ads {
	text-align: center;
	float: left;
	margin-top: 10px;
	height: 70px;
	width: 750px;
}

.myinput {
	border: 1px solid #cccccc;
}