html, body {
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, Arial, Verdana, 'trebuchet MS';
	font-size: 12px;
	color: #000000;
}

.container{
	width: 1030px;
	margin: 0;
}
.screen, .content{
	width: 100%;
	float: left;
}

#headerS{
	background: url(../images/gif/header-bg.gif) repeat-x top left;
}

#header{
	height: 156px;
}

#header h1{
	width: 415px;
	float: left;
	margin: 52px 0 0 58px;
	padding: 0;
}

#header #logo{
	float: left;
	border: none;
}

#contactDetails{
	width: 144px;
	height: 31px;
	float: right;
	margin: 69px 71px 0 0;
}

#contactDetails p{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #ffffff;
}

#menuS{
	background: url(../images/gif/menu-bg-slice.gif) repeat-x top left;
	width: 100%;
}

#menu{
	padding: 9px 0 0 0;
	margin: 0;
	height: 30px;
	overflow: hidden;
	float: left;
	width: 100%;
	list-style: none;
	text-align: center;
	background: url(../images/jpg/menu-bg.jpg) no-repeat top left;
}

#menu li{
	padding: 0 14px 0 14px;
	display: inline;
}

#menu li a{
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}

#contentS{
	background: url(../images/jpg/body-bg-slice.jpg) repeat-x top left;
}

#content{
	background: url(../images/jpg/body-bg.jpg) no-repeat top left;
	min-height: 712px;
	position: relative;
}

#footerS{
	background: url(../images/gif/footer-bg.gif) repeat-x top left;
}

#footer{
	height: 57px;
	padding-top: 60px;
}

#footer p{
	text-align: center;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	color: #ffffff;
}

#footer p #telephone{
	float: left;
	width: 630px;
	text-align: center;
	float: right;
}

#footer p #vmal{
	float: right;
	width: 200px;
	text-align: right;
}

#vmal a{
	text-decoration: none;
	color: #ffffff;
}

#vmal b{
	color: #ff6647;
}

#leftColumn{
	width: 780px;
	float: left;
}

#rightColumn{
	width: 210px;
	padding-top: 20px;
	float: right;
}

#rightColumn h2{
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 18px;
	float: left;
}

#rightColumn .links{
	list-style: none;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
}

.links li{
	width: 100%;
	float: left;
	font-size: 14px;
	padding: 0 0 10px 0;
}

.links li a{
	color: #000000;
	text-decoration: none;
}