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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#222b4e;
	margin: 0;
	padding: 0;
	background:rgb(255,255,255) url('images/bgnew.jpg') repeat-x fixed bottom left;
}

#top {
	margin-top:10px;
}

#main {
	background-image:url(images/main.png);
	background-repeat: no-repeat;
	background-position:top;
}

#menu {
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	background-position:left;
	position:absolute;
	width:640px;
	height:65px;
	z-index:50;
	margin-left:256px;
	margin-top:-8px;
	color:#7ea4ed;
	font-size:14px;
	padding-top:18px;
	padding-left:20px;
}

#menu a {
	color:#FFF;
	text-decoration:none;
}

#menu a:hover {
	color: #CCC;
}


#container {
	margin: 0 auto;
	width: 916px;
}

a {
	color:#4f8fed;
	text-decoration:none;
}

a:hover {
	color: #2B548D;
}

#logo {
	width:280px;
	height:260px;
	margin-left:20px;
}

#image {
	height:200px;
	width:560px;
	margin-top:60px;
	margin-left:320px;
	border:2px solid #87A9FF;
	position:absolute;
}

#content {
	width:860px;
	font-size:14px;
	paddding-top:20px;
	padding-bottom:10px;
	text-align:justify;
	margin-left:25px;
}

#footer {
	font-size:10px;
	height:12px;
	text-align:right;
	padding-right:20px;
	padding-top:8px;
	background-image:url(images/footer-bg.png);
	background-repeat:no-repeat;
	height:30px;
}