/*	--------------------------------------------------------------------------- Universal Selector */
	

/*	--------------------------------------------------------------------------- Elements Selectors */
	body {
		line-height: 1.6em;
	}

	p {
		padding-bottom: 15px;
	}
	
/*	--------------------------------------------------------------------------- Class, Attributes and Pseudo Selectors */

	
/*	--------------------------------------------------------------------------- ID Selector */	
	#welcome{
		width: 800px;
		height: 60px;
		padding: 10px 0 0 10px;
	}
	
	#leftcontent {
		padding: 0 0 0 65px;
		
		width: 250px;
		height: 142px;
		display: block;
		float:left;
	}
	
	#rightscroll {
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		position:relative;
		width: 10px;
		height: 345px;
	}
	
	#rightcontent {
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		position:relative;
		overflow:hidden;
		width: 600px;
		height: 370px;
	}
	
	#rightc {
		position: absolute;
		padding: 0 0 0 30px;
	}