* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background-color: #cfe1f3;
	font-family:verdana,arial,sans-serif;
    font-size:12px;
	color:#000000;
}

a:link, a:visited, a:active {
	color: #004794;
	text-decoration:none;
}

a:hover {
	color: #004794;
	text-decoration:underline;
}

#header 
{
   position:relative;
   width:612px;
   height:65px;
   padding:0px;
   margin:0 auto;
}

#header .logo
{
	position:absolute;
	top:10px;
	left:120px;
}

#header .drake
{
	position:absolute;
	top:1px;
	left:1px;
}

#header .title
{
	position:absolute;
	width:160px;
	left:450px;
	top:25px;
	text-align:center;
}

#header .title h3
{
	font-family:verdana,arial,sans-serif;
    font-size:12px;
    font-style:italic;
	color:#000000;
}

#footer 
{
   position:relative;
   width:612px;
   padding:5px 0;
   margin:0 auto;
   font-size:11px;
   color:#000000;
   text-align:center;
   line-height:1.4em;
}

#outer-container
{
   background-color: #98bce3; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
   width:552px;
   padding:30px;
   margin:0 auto;
}

#container
{
   background-color: #ffffff; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
   width:532px;
   padding:10px;
   text-align:center;
}

#container .ipaddress
{
	font-size:30px;
	font-weight:bold;
	color:#004794;
}

#infobox 
{
	text-align:left;
	padding:10px 0;
}

.separator
{
	font-size:20px;
	color:#004794;
	padding-top:10px;
}

hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 10px;
  height: 0;
}

ul.infolist
{
	list-style-type: square;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	margin: 0px;
}
ul.infolist li
{
	background-image: url('http://ipdrake.com/images/list_square.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 1px;
}
strong
{
	font-weight:bold;
}
