/* ids */
#container {
    min-height: 100%;
    width: 752px; /* match my N900 */
    margin: auto;
    position: relative;
    padding: 0px 4px 0 4px;
}

#header {
    padding: 48px 0 24px 0;
}

#limitland:hover {
    background-image: url("img/ll2h.png");
}

#navmenu {
    float: right;
    text-align: right;
    padding: 8px;
}

#header {
    font-size: 100%;
}

#main {
    padding: 24px 0 48px 0;
    clear: both;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 24px;
    text-align: center;
    font-size: 0.8em;
}

/* classes */

.mini {
	font-size: 0.7em;
}

.copyleft {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

.tool {
    padding: 16px;
    margin: 8px;
}

.toolimg {
    border: 0;
    float: right;
    margin: 16px 0 6px 24px;
}

.tooltext h4 {
    padding: 4px;
}

.more {
    margin-top: 4px;
    font-size: 75%;
}

.dbox {
    border: 1px solid silver;
    padding: 0.5em 1em 0 1em;
    margin: 2px;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;

}

.hidden { 
	display: none; 
}

.email {
    background-image: url("img/email.gif");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 22px;
}

.lnext {
    background-image: url("img/lnext.gif");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 16px;
}

/* styles */

html,body {
	font-family: "Verdana", "Sans Serif";
	font-size: 14px;
	background-color: white;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

a {
	color: blue;
	text-decoration: none;
}

c:hover { 
    text-decoration: underline;
}
a:hover { 
    color: navy;
}

pre {
	font-family: "Lucida Console", "Courier New", "Courier";
}

h3 {
	margin-bottom: 0.3em;
}

h4 {
	margin-bottom: 0.2em;
}

img {
	vertical-align: middle;
	border: 0;
}

p {
    margin: 0.7em 0 0.7em 0;
}

