/* MyWANip style sheet. */
/* Copyright Tzolkin Corporation 2004 - All Rights Reserved */
/* CSS author: Scott Prive */
/* This validates at http://jigsaw.w3.org/css-validator/ Dec 2003 */

a {	white-space: nowrap; 
	color: #ff0000;
}

a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}

body    {
        color: #000000;
        background-color: #ffffff;
        margin: 0;
        padding: 0;
        border: 0;
        text-align: center; /* IE fix */
        font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
        padding-bottom: 25px;
}
/* DIV for the whole page */
.content {
	width:640px;
	margin:0 auto;
	text-align:left; /* IE fix */
}
/*
.content {
        margin-left: 46px;
        width:640px;
        margin-right: auto;
}
*/

h2 {
        margin-top:10px;
        margin-bottom:10px;
        text-align:center;
        font-size: large;
        border-bottom: 0.35em solid;
        line-height: 107.5%;
        border-color: red;
}

p {
	margin-top: 10px;
	margin-bottom:10px;
}


/* Used to swap bg image for text heading */

#titleimage {
      margin:0px; padding:0px;
      position:relative;
      width:640px; height:125px;
      margin:0px; padding:0px;
      overflow:hidden;
	text-align: center;
}

#titleimage span {
	text-align: center;
      display:block;
      position:absolute; left:0px; top:0px; z-index:1;
	/* image sizes MUST match actual image! */
	width:640px; height:125px;
      margin:0px; padding:0px;
	font-size: smaller;
      background:url("../images/mywaniptop.jpg") top left no-repeat;
}


/* "menu" is a LIST... */
#menu {
	padding: 5px;
	border: 1px solid #000;
	margin-bottom: 20px;
	font-weight: 800;
}

#menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#menu ul li {
	margin-left: 0;
	padding: 3px 13px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
#menu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

.ipdiv {
	clear:both;
	margin-top:0;
}
.ipaddress {
	margin-bottom: 0px;
	text-align:center;
}
.download {
	text-align:center;
}

.links {
	clear:both;
}

/* Advanced DIV: extra info about browser */
.advanced {
	width: 640px;
	text-align: left; 
	font-size: smaller;
}

#ad {
	clear:both;
	text-align:center;
}


/* Footer text */
.copyright {
	font-size: smaller;
}
