a img {
	border: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	background: #000a1c;
	
}

#container {
	min-width: 1000px;
	min-height: 780px;
	position: absolute;
	left: 50%;
	width: 1000px;
	height: 780px;
	margin-left: -500px;
	text-align: left;
	border-style: none solid solid solid;
	border-width: 1px;	
	border-color: #666;
}

#header {
	width: 1000px;
	height: 80px;
	margin-left: 0px;
	margin-top: 0px;
}

#banner {
	position: absolute;
	width: 100%;
	height: 80px;
	margin-top: 0px;
	margin-left: 0px;
	background: url(../images/banner_80px.png);
	background-repeat: repeat-x;
}

#globe {
	position: absolute;
	width: 60px;
	height: 70px;
	margin-top: 20px;
	margin-left: 20px;
	z-index: 10;
}

#logo {
	position: absolute;
	width: 275px;
	height: 50px;
	margin-top: 20px;
	margin-left: 80px;
	z-index: 10;
}

#address {
	position: absolute;
	width: 200px;
	height: 60px;
	margin-top: 20px;
	margin-left: 655px;
	font-size: 10pt;
	text-align: left;
	color: #fff;
	z-index: 10;
}

#vline {
	position: absolute;
	width: 1px;
	height: 60px;
	margin-top: 10px;
	margin-left: 790px;
	background: #666
}


#phoneA {
	position: absolute;
	width: 80px;
	height: 60px;
	margin-top: 20px;
	margin-left: 800px;
	font-size: 10pt;
	text-align: left;
	color: #fff;
	z-index: 10;
}

#phoneB {
	position: absolute;
	width: 200px;
	height: 60px;
	margin-top: 20px;
	margin-left: 780px;
	font-size: 10pt;
	text-align: right;
	color: #fff;
	z-index: 10;
}

#navmenu {
	position: absolute;
	width: 100%;
	height: 25px;
	margin-top: 80px;
	margin-left: 0px;
	z-index: 10
}

#facebook a {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 930px;
	background: url(../images/facebook.png);
}

#facebook a:hover {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 930px;
	border-style: solid solid solid solid;
	border-width: 1px;	
	border-color: #fff;
}

#twitter a {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 960px;
	background: url(../images/twitter.png);
}

#twitter a:hover {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 960px;
	border-style: solid solid solid solid;
	border-width: 1px;	
	border-color: #fff;
}

#rss a {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 956px;
	background: url(../images/rss.png);
}

#rss a:hover {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 956px;
	border-style: solid solid solid solid;
	border-width: 1px;	
	border-color: #fff;
}

#footer {
	position: absolute;
	left: 50%;
	width: 1000px;
	height: 25px;
	margin-left: -500px;
	text-align: left;
	margin-top: 785px;
	font-size: 10pt;
	text-align: center;
	color: #999;
}

a.privacypolicy {
	color: #999;
	text_decoration: underline;
}

a.privacypolicy:hover{
	color: #999;
	text_decoration: underline;
}

a.privacypolicy:visited{
	color: #999;
	text_decoration: underline;
}
