/*Could you please creat a new file and right anything CSS whta you want.
I don't like to be changed by the base file of CSS.  */
/*link..........................................................................................................................*/
a:link , a:visited {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;	
}
a:hover , a:active {
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
/*html..........................................................................................................................*/
	p#history{
		background-color:#e3e3e3;
		text-align: left;
		display:block;
		padding:0 0 0 3px;
		margin:1px 0 0 0;
		height:20px;
		width:624px;
	}
	html > body p#history{
		background-color:#e3e3e3;
		text-align: left;
		padding:0 0 1px 3px;
		margin:0;		
		height:20px;
		width:624px;
	}	
/*id............................................................................................................................*/

/*div id........................................................................................................................*/

/*about content*/
#content_a{
	width:628px;		
	background-image:url(../images/sd/content_a.jpg);
	background-repeat:repeat-y;
	background-position:-1px 0%;	
	margin:0;
	margin-left:-1px;
	padding:0;
}
#content_b{
	width:628px;		
	background-image:url(../images/sd/content_b.jpg);
	background-repeat:no-repeat;
	background-position:-1px 0%;
	margin-left:-1px;
	margin:0;
	padding:0;
}
#content_c{
	width:628px;	
	background-image:url(../images/sd/content_c.jpg);
	background-repeat:no-repeat;
	background-position:0 100%;
	margin-left:-1px;
	margin:0;
	padding:0;
}
/*preload*/
#preload{
display:none;
}
/*close all history*/
p#history{display:none!important;}