/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 742px;
	background: #fff url(/pix/dot_line_wide.gif) repeat-y;
	border: 1px solid #ddd;
	padding: 0 4px;
	text-align: left; /* Cancel IE Fix */
	}

div.darkbg { background: #fff url(/pix/para_bg1.gif) repeat-x; }

div.lightbg { background: #fff url(/pix/para_bg3.gif) repeat-x; }
	
/*------------------------------------------------------------*
**  List
**------------------------------------------------------------*/

li {
	margin-left: -20px;
}

/*------------------------------------------------------------*
**  message
**------------------------------------------------------------*/
#message {
  background: #eee;
  padding:10px 0 10px 5px;
  border: 1px dashed #fff;
  font-size:14px;
  margin-bottom: 10px;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content h3 { 
	font-size: 1.1em;
	font-weight: bold;
	color: #673812; 
	margin: 0 10px 0 0; 
	cursor: default;
	}

#content div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  padding: 10px;
	}	
	
#content #content_left {
	float: left;
	width: 218px;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;
}	

#content #content_right {
	float: left;
	width: 218px;
	margin-left: 14px;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;	
	}	

