/* author m.nuantawee@mbs.edu
*/


/* change content margin-left form 169px to 0px, if there is 2 column layout*/
#content { margin: 0 0px 0 225px; } 

#content .page{
	background-color: #f3f3f3;	
	clear: both;
	font-size: 1em;
	padding: 5px;
	margin: 10px 00px;
}

#content .page ul{
	margin-top: -1.6em;
	margin-left: 50px
}

#content .page ul li{
	display: inline;
	list-style-type: none;
	background-image:none;
	padding-right: 0em;
	margin-left: -1em;
}

#content .result {
	border-bottom: 1px solid #E9E7E0;
	margin: 0 0 1.5em 0;
	padding: 0 0 0.75em 0;
}


