/*------------------------------------------------------------
 Base style sheet used in development.
 Only basic elements and class styles should be defined here.
 Application or component specific should have their own css.
 Following the convention guide to add your styles 
 - HTML tag: upper case.
 - Class: uses Camel convention.
--------------------------------------------------------------*/

/*-------------------------------------*/
/* HTML element style				   */
/* All HTML element style must be here */
/*-------------------------------------*/

BODY {
	background: #fff;
	margin: 0;
	padding: 0;
}

#wrap {
	margin: 0px;
	padding: 0;
	width: 100%;
	background: white;
	border: solid 1px #B4BADE;
	text-align: left;
}

#toppic 
{
	width: 100%;
}


#left {
	display: none;
}

#right {
	margin:  0 10px 0 10px;
	color: #444;
	width: 100%;
}










