@charset "UTF-8";
/* CSS Document */

body {
	background:#eaedf0 url(images/background.png);
}

p {
	color:#000;
	font-family: Arial;
	font-size: 10pt;
}

a {
	color: #404041;
	text-decoration: underline;
}

a:hover { 
	color: #25a9df;
	text-decoration: underline;
}

h3 {
	color:#25a9df;
	font-family: Arial;
	margin-top: 10px;
}

h4 {
	color:#125570;
	font-family: Arial;
}

img {
	border: 0px;
}

.header {
	height: 108px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.body {
	background: url(images/body.png) no-repeat left top;
	height: 478px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: -10px;
}

.left {
	background: #fdfdfd no-repeat left top;
	float: left;
	height: 453px;
	width: 230px;
}

.right {
	float: right;
	height: 480px;
	width: 640px;
	margin-right: 23px;
}

.content {
	height: 470px;
	width: 630px;
	overflow-x: hidden;
	margin-left: 10px;
	margin-top: 5px;
}

.footer {
	height: 26px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

#operaBug
{
    overflow: hidden;
}

