* {margin:0;padding:0;font-family: Arial, sans-serif;font-size:12px;}

html, body {height:100%}

body {
    text="#000000" bgcolor="#ffffff"
    text-align:center;
    color:black;
}

#container {
	width:800px;
	margin:auto;
	position:relative;
	min-height:100%;
}

html>body #container{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:802px;w\idth:800px;}
/* end hack */ 

#sidebar {
  float: right;
  width: 165px;
  padding:5px 0 ;
}

#content {
  width: 600px;
  padding:5px 0 ;
}
		
/* #content p, #sidebar p {margin:0 5px 5px 5px}		 */
#content p {margin:0 0 15px 0}		

h2 {font-size:16px; text-align:center}

a:link {color: blue; text-decoration: none}
a:active {color: blue; font-weight: bold; text-decoration: none}
a:visited {color: blue; text-decoration: none}
