html,body {
	margin:0;
	padding:0;
	background-color:#c1dbee;
	font-family:Tahoma;
	font-size:12pt;
	color:black;
	height:100%;
	text-align:center;
}
#container {
	width:906px;
	margin:auto;
	height:100%;
}
#header {
	height:143px;
	padding-top:10px;
}
#menu {
	padding-top:10px;
	width:170px;
	background-color:#646464;
	vertical-align:top;
}
#content {
	background:url(content_mid.gif) left repeat-y #979797;
	vertical-align:top;
	width:736px;
}
#contentdiv {
	height:100%;
	background:url(content_bottom.gif) bottom left no-repeat;
	font-size:10pt;
}
#contenttext {
	text-align:left;
	padding:0px 10px 6px 15px;
}

#counter {
	background:url(footer.jpg) bottom left no-repeat #646464;
	width:170px;
	vertical-align:bottom;
	padding:0 0 3px 15px;
	height:240px;
	font-weight:bold;
	text-align:left;
}
#footer {
	height:10px;
	background-color:#353535;
	line-height:10px;
}

.button {
	height:25px;
	width:158px;
	border:0px solid #979797;
	border-bottom-width:2px;
	padding-left:2px;
	text-align:left;
}

img {
	border-width:0px;
	vertical-align:middle;
}

a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

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

td { 
	height:100% 
}

h1 {
	font-size:16pt;
	padding:0px;
	margin:0px;
}

h2 {
	font-size:14px;
	padding:0;
	margin:0;
	margin-top:20px;
}

hr {
	height:1px;
	border:0px solid #646464;
	border-bottom-width:1px;
}
