*
   {
	margin:0 auto;
	padding-top:0px;
   }
   
body
   {
   	background-color: #FFFFFF;
	font-size: 10px;
	font-family: "Trebuchet MS", sans-serif;
	color: #999999;
	}
p
  {
  text-align: justify;
  }

div#container
   {
	width: 600px;
    padding-top:20px;
	background: #FFFFFF;
   }
   
div#topMenu
   {
   padding-top: 25px;
   padding-left: 60px;
   width: 540px;
   text-decoration: none;
   }
   
#imgSizeSmall a:hover {
   background-position: 0px -20px;
   }
#imgSizeSmall a:active {
   background-position: 0px -20px;
   }
#imgSizeSmall a {
   padding: 0;
   display:block;
   width: 20px;
   height: 20px;
   text-decoration: none;
   float:left;
   background-image: url(../imgs/sizeSmall.jpg);
   background-repeat: no-repeat;
   }

#imgSizeMedium a:hover {
   background-position: 0px -20px;
   }
#imgSizeMedium a:active {
   background-position: 0px -20px;
   }
#imgSizeMedium a {
   padding: 0;
   display:block;
   width: 20px;
   height: 20px;
   text-decoration: none;
   float:left;
   background-image: url(../imgs/sizeMedium.jpg);
   background-repeat: no-repeat;
   }
#imgSizeLarge a:hover {
   background-position: 0px -20px;
   }
#imgSizeLarge a:active {
   background-position: 0px -20px;
   }
#imgSizeLarge a {
   padding: 0;
   display:block;
   width: 20px;
   height: 20px;
   text-decoration: none;
   float:left;
   background-image: url(../imgs/sizeLarge.jpg);
   background-repeat: no-repeat;
   }

div#leftColumn
   {
   width: 90px;
   float: left;
   }
div#increaseDecrease
   {
	padding-left: 0px;
   }
div#increaseDecreaseHeader
   {
	height: 350px;
    background-image: url(../imgs/titleIncrease.jpg);
    background-repeat: no-repeat;
    }

div#youAsked
   {
	padding-left: 0px;
   }
div#youAskedHeader
   {
	height: 45px;
    background-image: url(../imgs/titleYouAsked.jpg);
    background-repeat: no-repeat;
    }
div#youAskedText
   {
	padding-left: 5px;
   }
div#youAskedTextIP
   {
   padding-left: 5px;
   color: #CC0000;
   }
div#hostAddress
   {
	padding-left: 0px;
   }
div#hostAddressText
   {
	padding-left: 5px;
	padding-top: 25px;
   }
div#hostAddressTextAdd
   {
   padding-left: 5px;
   color: #CC0000;
   }
div#help
   {
   padding-top: 10px;
   }
div#helpIcon
   {
	height: 20px;
	width: 20px;
	display:block;
	text-decoration: none;
	float:left;
    background-image: url(../imgs/iconAlert.jpg);
    background-repeat: no-repeat;
    }
div#helpText
   {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 210px;
    text-decoration: none;
	float: left;
   }
div#ipAddress
   {
	padding-left: 0px;
	padding-top: 10px;
   }
div#ipAddressHeader
   {
	height: 45px;
    background-image: url(../imgs/titleIPAddress.jpg);
    background-repeat: no-repeat;
    }
div#ipAddressText
   {
	padding-left: 5px;
	padding-right: 20px;
   }
   
div#middleColumn
   {
   width: 250px;
   padding-left: 20px;
   float: left;
   }


div#rightColumn
   {
   width: 220px;
   padding-left: 20px;
   float: left;
   }

div#someLinks
   {
    padding-left: 0px;
   }
div#someLinksHeader
   {
	height: 45px;
    background-image: url(../imgs/titleSomeLinks.jpg);
    background-repeat: no-repeat;
    }
div#someLinksText
   {
	padding-left: 5px;
   }
   
div#theAdverts
   {
	padding-left: 0px;
	padding-top: 10px;
   }
div#theAdvertsHeader
   {
	height: 45px;
    background-image: url(../imgs/titleTheAdverts.jpg);
    background-repeat: no-repeat;
    }
div#theAdvertsText
   {
	padding-left: 5px;
   }

div#footer
   {
   width: 250px;
   text-align: center;
   padding-left:0px;
   padding-top: 25px;
   color: #CCCCCC;
   }
