body {
	margin:40px 0px; padding:0px;
	text-align:center;
	background-color:#eee;
	color:#091118;
	}

A:link {
	text-decoration: none; color: #9D041A;
	}
A:visited {
	text-decoration: none; color: #9D041A;
	}
A:active {
	text-decoration: none; color: #F3041A;
	}
A:hover {
	text-decoration: underline; color: #F3041A;
	}

#header { 
	width:793px;
	height:97px;
	margin:0px auto;
	padding:0px;
	background: #FFFFFF URL(../images/taosphere_header_image.gif) no-repeat;
	border-bottom:1px dashed #D5D3D3;
	}

#contents { 
	width:793px;
	min-height:97px;
	margin:0px auto;
	padding:0px;
	background: #FFFFFF;
	text-align:left;
	}
	
#navigation { 
	width:125px;
	padding:0px;
	background: transparent;
	text-align:left;
	float:right;
	font-variant:small-caps;
	font-size:11pt;
	}
	
#article { 
	width:650px;
	padding:4px;
	background: transparent;
	text-align:left;
	border-right:1px dashed #D5D3D3;
	}

#linklibrary { 
	width:650px;
	padding:4px;
	background: transparent;
	text-align:left;
	border-right:1px dashed #D5D3D3;
        border-top:1px dashed #D5D3D3;
        font-size:10pt;
	}
	
#footer { 
	width:793px;
	height:50px;
	margin:0px auto;
	padding:0px;
	background: transparent;
	border-top:1px dashed #D5D3D3;
	text-align:center;
	font-size:8pt;
	}