@charset "utf-8";

html { 
		height: 101%; 
}

body {
	background: #212121;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#container {
	height: auto;
	width: 988px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 50px;
	width: 988px;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	padding-top: 249px;
	padding-left: 240px;
	text-decoration: none;
}
#title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: dddddd;
	border-bottom: 1px dotted #bbbbbb;
	margin-bottom: 10px;
	margin-top: 30px;
}

#footer {
	height: 88px;
	width: 988px;
	background-image: url(images/footer3.jpg);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
}
#footer p {
		color: #999999; 
		padding-top: 20px; 
		text-align: center;
}
#footer a, #footer a:visited {color: #999999; text-decoration: none;}
#footer a:hover {color: #999999; text-decoration: none;}
#content {
	background-image: url(images/pagebg3.jpg);
	background-repeat: repeat-y;
	height: 610px;
	width: 988px;
}
#inner-content {
	height: auto;
	width: 700px;
	margin-left: 30px;
	float: left;
}
#server {
	height: auto;
	width: 200px;
	float: right;
	margin-right: 31px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#server-text{
	margin-right: 31px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #dddddd;
	border-bottom: 1px dotted #bbbbbb;
	width: 200px;
}
#esltv-text{
	margin-right: 31px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #dddddd;
	border-bottom: 1px dotted #bbbbbb;
	width: 200px;
}
