﻿html{
height: 100%;
border: 0;
padding: 0;
margin: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;	background-image: url('images/body.jpg');
	background-repeat: repeat-x;
	background-color: #F6F6F6;
}
#spacer{
	display: block;
	height: 94%;
	float: left;
	width: 0px; /* 1px would be enough this is for display only */;
	font-size: 1px; /* to make sure width is not overridden */;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF; /* visual effect only */
}
#container {
	margin: 0px auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 82%;
	width: 980px;
	text-align: left;
	display: block;
}
#header {
	height: 93px;
	max-width: 980px;
}
#header-in a#star{
	width: 406px;
	height: 63px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url('images/header-in.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#top-menu {
	width: 650px;
	height: 93px;
	float: right;
	text-align: right;
	color: #EDEDED;
	padding-top: 25px;
}
#content-wraper {
	width: 980px;
}
#sticky {
	height: 295px;
	background-image: url('images/sticky.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
#content-right {
	width: 770px;
	float: right;
}
#content-left {
	width: 210px;
	float: left;
}
#footer {
	height: 40px;
	clear: both;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
}
#footer a {
	color: #6BA3C6;
}
#footer a:hover {
	color: #FFFFFF;
}
#xyz {
	height: 0px;
	clear: both;
	background-color: #F6F6F6;
}

a {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}
a.a1 {
	color: #383636;
}
#image-slider {
	width: 980px;
}
#pagecontact {
	height: 250px;
	padding-left: 365px;
}
#content-wraper p {
	font-size: 13px;
	line-height: 25px;
}
#sticky a {
	color: #CC6600;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
