html, body {
	text-align:center;		/* for IE */
	margin:10px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:"Courier New", Courier, monospace, mono;
}

#ddiv {
	border:1px solid #000000
}

div.container {
	position:relative;
	margin:0 auto;			/* align for good browsers */
	text-align:left;		/* counter the body center */
	width:600px;
}

div.header {
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	height:50px;
	text-align: right;
	overflow: visible;
}

div.content {
	position:absolute;
	top:50px;
	left:00px;
	width:600px;
}

div.footer {
	position:relative;
	text-align:left;
	top:10px;
	left:0px;
	width:600px;
}

a {
	text-decoration:none;
	color:#005D4C;
}

img {
	border:0px none;
	float:left;
}

div.header img {
	border:0px none;
	float:right;
}

p, h1 {
	font-size:16px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:10px
}

h1 {
	font-size:25px;
	color:#005D4C;
	font-weight:bold
}

p.tcpip {
	font-size:10px;
}

p.footer {
	font-size:12px;
	margin-top:0px;
}

a:visited { color:#005D4C; }
a:hover   { color:#800000; }