body {
	font-family: Helvetica, 'Lucida Sans Unicode', 'lucida grande', tahoma,
		arial;
	text-align: center;
	font-size: 12px;
	color: #727272;
}

a:link,a:visited{
	color:#025087;
	text-decoration:none;
}

strong {
	font-weight: bold;
}

#header {
	background: url('../img/header-bg.png') repeat-x left bottom;
	padding: 40px 0px;
}

#content {
	background: url('../img/body-bg.png') repeat-x left 1px;
	padding: 30px 0px;
}

#lookup {
	background: url('../img/lookup-bg.png') no-repeat;
	width: 762px;
	height: 150px;
	margin: 0px 0px 10px 0px;
}

#lookup input#ip {
	font-size: 36px;
	color: #727272;
	padding: 0px 5px;
	margin: 76px 0px 0px 30px;
	border: 0px;
	width: 518px;
	float: left;
}

#lookup img#loading {
	float: left;
	margin: 82px 0px 0px;
	visibility: hidden;
}

#lookup input#lu-button {
	float: left;
	margin: 72px 0px 0px 15px;
	background: transparent url('../img/lookup.png') no-repeat;
	cursor: pointer;
	width: 130px;
	height: 50px;
	border: 0px;
}

#lookup input#lu-button:hover {
	background: transparent url('../img/lookup-hover.png') no-repeat;
}

#results {
	width: 740px;
	padding: 10px;
	margin: 32px 0px 0px;
	background-color: #c7dfef;
	border: 1px solid #69879a;
	color: #122f42;
}

#results img#flag {
	margin: 2px 0px -2px 5px;
}

#results img.right {
	margin-top: 2px;
}

#moredetails{
	width: 740px;
	padding: 10px;
	margin: 32px 0px 0px;
	background-color: #F4F4F4;
	border: 1px solid #B6B6B6;
	color: #122f42;
        text-align: center;
}
#moredetails #map{
    width: 700px;
    height: 230px;
    margin: 20px;
    border: 1px solid;
    margin: 10px 0 6px 20px;
}

#footer {
	background: #b6b6b6;
	border-top: 1px solid #727272;
	border-bottom: 1px solid #727272;
	padding: 15px 0px 18px 0px;
	color: #727272;
	font-size: 12px;
	font-weight: bold;
}

#footer p.left {
	margin-top: 5px;
}

#footer p.right img {
	margin: 3px 0px -3px 0px;
}

.cntarea {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

.wiki {
	width: 436px;
}

.forum {
	width: 303px;
}

.item {
	padding: 10px;
}

.item.alternate {
	background: #eaeaea;
}

.item h3 {
	background: url('../img/arrow.png') no-repeat;
	font-weight: bold;
	font-size: 14px;
	padding-left: 25px;
	margin: 0px 0px 5px 0px;
	color: #333333;
}

.item p {
	margin: 0px 0px 0px 25px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}