html {
	overflow: -moz-scrollbars-vertical;	
}

body {
	background: #588bda url('http://www.rt62.eu/images/bg.png') no-repeat top center;
	font-family: "Trebuchet MS", tahoma, arial, sans-serif;
	font-size: 14px;
}

.container {
	width: 703px;
	margin: 0 auto;
}

a {
	color: #f83b3b;
}

a:hover {
	color: #000000;
}

/*******	HEADER		*******/

.header .login {
	float: right;
	background: url('http://www.rt62.eu/images/login_button.png') no-repeat;
	width: 112px;
	height: 42px;
	margin-bottom: 35px;
}

.header .login a {
	color: #000000;
	width: 112px;
	height: 42px;
	display: block;
	text-align: left;
	padding-left: 45px;
	padding-top: 14px;
	text-decoration: none;
}

.header .login a:hover {
	color: #e32e3d;
}

.header #logo {
	clear: both;
}

.left {
	float: left;
	margin-top: 74px;
	width: 154px;
}

.left ul.navigation {
	text-align: right;
}

.left ul.navigation li {
	margin-bottom: 10px;
}

.left ul.navigation li.spacer {
	height: 27px;
}

.right {
	float: right;
	width: 512px;
	margin-top: 39px;
}

.right .contentTop {
	background: url('http://www.rt62.eu/images/content_top.png') no-repeat; 
	width: 512px;
	height: 15px;
}

.right .content {
	background: url('http://www.rt62.eu/images/content_bg.png') repeat-y;
	width: 512px;
	padding-bottom: 20px;
}

.right .content h1 {
	color: #f83b3b;
	font-size: 21px;
	margin-left: 19px;
	padding-top: 10px;
}

.right .content p {
	line-height: 18px;
	padding: 15px 19px 10px 19px;
}

.right .contentBottom {
	background: url('http://www.rt62.eu/images/content_bottom.png') no-repeat bottom left; 
	width: 512px;
	height: 15px;
}

#footer {
	clear: both;
	float: right;
	padding-bottom: 5px;
}

.imgBox {
	position:relative;
	display:block;
	width:95px;
	height:70px;
	float:left;	
}

.imgBox img {
	border:none;
	position:absolute;
	top:0;
	left:0;
	clip:rect(0px, 95px, 70px, 0px);
}

