/** layout css file **/



#right

{

	width: 215px;

	float: right;

	padding-left:10px;

}



#left

{

	float: right;

	width: 715px;

	padding-left:15px;
	padding-right: 15px;

	background-color: #ffffff;
	/*background: url(../img/article_img.jpg) no-repeat right top;*/
	/* section for improving navigation */

}



/** article css file **/



#article 

{

	/**border: 1px solid red;**/

}



#article-title

{

	font-size: 16pt;

	display: block;

	background: url(../img/page_dot.gif) bottom repeat-x;

	padding-bottom: 5px;

	margin-bottom: 10px;

}



#article

{

	font-size: 14px;

}


#article h1

{

	margin-top: 3px;

}



#article h2

{

	font-size: 13pt;

}





.article-box-ad

{

	float: right;

	width: 300px;

	margin: 10px;

}



.article-box-ad p

{

	margin-top: 10px;

	text-align: center;

	font-size: 8pt;

}



article-image

{

	float: right;

	width: 300px;

	margin: 10px;

}

.article-image p

{

	margin: 10px;

	text-align: center;

	font-size: 8pt;

}







#atricle-author p

{

	margin-top: 0px;

}



.atricle-author-name

{

	text-transform: uppercase;

}



.article-text-intro

{

	font-style: italic;

}






