/* CSS Document */
body{
	color:#FFFFFF;
	margin:0;
	padding:0;
	background-color: #1F66BE;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Tahoma, Helvetica, sans-serif, Arial;
	font-size: 14px;
	line-height: 20px;
}
	
a:link {
	color: #F8D307;
}
a:visited {
	color: #F8D307;
}
a:hover {
	color: #000000;
}
.spacer{
	font-size:0; line-height:0; clear:both;}

/* ------------------------ header start --------------------------- */
#header{
	position:relative;
	width:778px;
	color:#FFFFFF;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 400px;
	text-align: left;
}
/* ------------------------ footer end --------------------------- */


.image_right {

	margin-right: 15px;
	margin-bottom: 15px;
	float: right;
	margin-top: 20px;
	margin-left: 15px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.image_left {

	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
	margin-left: 15px;
}
