body, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, helvetica;
    font-size: 0.85em;
	background-color: #fff;
}

#maincontainer {
	width: 900px;
	background: #fff;
	margin: 0px auto;
	float: left;
}

#container {
	padding: 0px 25px;
}

#banner {
	margin: 0px;
	border: 0px;
	height: 298px;
	background: url('images/banner.jpg') no-repeat;
}

div.fb-like-box {
	float: left;
	background: #fff;
	margin-top: 10px;
}

#navig {
	height: 17px;
	padding-top: 6px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #EAEAEA;
	border-bottom: 0px solid #0080FF;
}

#navig .tab {
	padding: 6px;
	text-align: bottom center;
	background-repeat: no-repeat;
	background-position: bottom center; 
}

#navig .tabactive {
	padding: 6px;
	text-align: bottom center;
	background-image: url('images/nav.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#navig a:link {
	text-decoration: none;
    color: #000;
}

#navig a:visited {
	text-decoration: none;
    color: #000;
}

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

#content {
	margin-top: 0px;
	border-top: 0px solid #999;
	padding: 7px 10px 13px 10px;
	background-image: url('images/text.png');
	background-repeat: repeat-x;
}

#content h1 {
	font-weight: bold;
	font-size: 110%;
}

#content h2 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

#content h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

#content p {
	margin-top: 2px;
	padding-top: 2px;
	border-top: px;
}

#content ul {
	margin-top: 2px;
	padding-top: 2px;
	border-top: px;
}


.propotext {
	padding-left: 1em;
}

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.clear {
	clear: both;
}
a img {
	border: 0;
}

td.number {
	text-align: right;
}
td.center {
	text-align: center;
}


#footer {
	font-size: 1.1em;
    text-align: center;
}

.resultstab td {
	border: 1px solid;
}