body {
	margin: 0 0 0 0px; 
	background-image: url('images/bg-grad.png');
	background-repeat: repeat-x;
	background-color: #2C81C3;
	font-size: 12px;
	font-family: arial, verdana;
}

#container {
	padding: 2px;
	height: 100%;
	width: 786px;
	background-color: #FFFFFF;
	
}

#header {
	width: 786px;
	background-color: #FFFFFF;
	padding: 5px;
}

#header td {
	font-size: 12px;
}

#topnavi {
	background-image: url('images/navbar.png'); 
	padding: 3px;
	width: 786;
}

#topnavi td {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	height: 25px;
}

#content {
	width: 100%;
	font-size: 12px;
	border-top: 1px dotted #cococo;
	padding: 10px;
}

h1 {
	font-size: 18px;
	color: #73afdd;
}

#host-table {
	width: 100%;
}

#host-table th {
	border: 1px dotted #c0c0c0;
	padding: 5px;
	font-size: 12px;
}

#host-table td {
	border: 1px dotted #c0c0c0;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

.image {
	width: 125px;
	height: 34px;
	border: 1px solid #135e97;
}

#footer {
	padding: 5px;
	width: 100%;
}



