/* CSS Document */

/* ie5 win - grrr - start */
body { 
	font: sanserif;
  margin: 0px; 
	padding: 0px; 
	line-height: 14px;
	color: #000;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small; 
	}
/* ie5 win - grrr - end */

/* opera - grrr - start */
html>body {
	font-size: small;
	}
/* opera - grrr - end */

body {
	height: 100%;
	background-color: #EDEDED;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	color: #333333;
	}
	
#main_container {
	position: relative;
	top:0px;
	width: 900px;
	height: 100%;
	bottom: 0px;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	}
	
#main_content {
	position: relative;
	width: 900px;
	}
	
#section_head {
	height: 40px;
	width: 410px;
	margin-bottom: 15px;
	}