a:link{
	color: orange;
	text-decoration: none;
}

a:visited{
	color: grey;
	text-decoration: none;
}

a:hover{
	color: #ffab00;
}

a:active{
	color: #ffb200;
	text-decoration: none;
}



body{
	margin-left: 10px;
	margin-right: 0px;
	margin: 0;
	padding: 0;
	width: 1100px;
	font-size: 62.5%;
	background: url(../images/bg.jpg) fixed;
}

/**Global Statement**/
.overlap{
	position: relative;
}

/**Sub-Global Statement**/
.overlap .Quote, 
.overlap .jamesianlogo, 
.overlap .mainlogo, 

.overlap .Navigation_Main,
.overlap .SubNavigation_Main,
.overlap .Sub_Nav, 
.overlap .Main_Nav, 
.overlap .Empty_Nav, 
.overlap .Content_Panel,
.overlap .Content_Panel-Print,
.overlap .Content_profile,
.overlap .Content_creative,
.overlap .Content_web,
.overlap .Content_others,
.overlap .Content_index,
.overlap .web_catg,
.overlap .web_content,
.overlap .copyright

{
	position: absolute;
}

/**Children or Individual Statement**/

/**Logo**/
.overlap .jamesianlogo{
	top: 150px;
	right: 850px;
}


/**FourPanels**/
.overlap .Quote{
	top: 50px;
	right: 230px;
}

.overlap .Main_Nav{
	top:50px;
	right: 432px;
}

.overlap .Sub_Nav{
	top: 248px;
	right: 432px;
}

.overlap .Empty_Nav{
	top: 248px;
	right: 230px;
}

/**Content Panel**/
.overlap .Content_Panel{
	top: 248px;
	right: 635px;
}

.overlap .Content_Panel-Print{
	top: 248px;
	right: 635px;
}

/**Main Navigation of the Site**/
.overlap .Navigation_Main{
	top: 189px;
	right: 548px;
	z-index: 3;
}

/**Sub Navigation of the Site**/
.overlap .SubNavigation_Main{
	top: 368px;
	right: 518px;
}





/**Content of the site**/

.overlap .Content_index{
	top: 240px;
	right: 640px;
	font-size: 12px;
}

.overlap .Content_profile{
	/**top: 160px;
	right: 790px;**/
	padding-top:270px;
	padding-right: 720px;
	padding-left: -25px;
	padding-bottom: 50px;
	font-family: "Ariel, Trebuchet MS", Helvetica;
	font-size: 12px; 
	color: #ffffff;
	letter-spacing: 0.1ex;
	text-align: justify;
	margin-left: 90px;
	margin-right: -60px;
	line-height: 15px;
	
}


/**Content for Creative Section**/
.overlap .Content_creative{
	top: 260px;
	right: 650px;	
}

.overlap .Content_web{
	top: 260px;
	right: 645px;	
}

.overlap .Content_others{
	top: 260px;
	right: 648px;	
	padding-right: 5px;
}

/** Web content **/

.overlap .web_catg{
	font-size: 12px;
	color: white;
	padding-top: 3px;
}

.overlap .web_content{
	font-size: 12px;
	color: white;
	padding-right: 5px;
}

.web_visit{
	padding-top: 22px;
}


/**Copyright Content**/
.overlap .copyright{
	top: 418px;
	right: 245px;
	font-family: "Ariel, Trebuchet MS", Helvetica;
	font-size: 0.9em; 
	color: #bebebe;
	text-align: right;
}


