body {
        background: #eee;
	background-image: url('imgs/stripe.png');
        margin:0px;
        padding:0px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
        font-size: small;
        height: 100%;
}

html {
        height: 100%;
}

a,a:link,a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: 900;
}

a:hover {
	color:#FFFFFF;
}

.Error {
        text-align: center;
        font-size: normal;
        font-weight: 900;
        font-color: #ff0000;
}

.Result {
        text-align: center;
        font-size: normal;
        font-weight: 900;
}

td {
        font-family: Verdana;
        font-size: small;
}

#block {
        position:absolute;
        left:50%;
        width: 900px;
        margin-left: -450px;
        border: 1px solid #C0C0C0;
        background-color: #FFFFFF;
        height: 99%;
}

#content {
        padding-left: 5px;
        padding-right: 5px;
        height: 61%;
}

#menu {
        text-align: center;
        padding: 5px;
        border-bottom: 1px solid #C0C0C0;
	background-color: #323232;
}

#ads {
        text-align: center;
        padding-bottom: 5px;
}

#header {
/*        background-color: #3371A3;*/
}

#footer {
        border-top: 1px solid #C0C0C0;
        text-align: center;
        font-size: x-small;
}

#ip {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 15pt;
        font-weight: 900;
        font-color: #000000;
}

h1,h3 {
        text-align: center;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: .2em 1em;
}

#navcontainer ul li a:hover
{
	background-color: #000000;
}
