body {
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:12px;
	line-height: 16px;
	background:#000;		
}


#page {
	width:600px; 
	margin:40px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background: #000 url(images/xbg.jpg) no-repeat;
	}

a         {color: #999;text-decoration:none;}
a:hover   {color: #006699;}

#leftclmn {float:left;width:260px; height: 360px; display:block;}

#rightclmn {float:right; background:#CCCCCC; width:520px; height:360px; display:block;}
#rightclmn .about {width:520px; height:360px; background: url(img/about.gif) no-repeat; display:block;}
#rightclmn .design {width:520px; height:360px; background: url(img/design.gif) no-repeat; display:block;}

#footer {clear:both;width:780px; height:40px; background:#111 url(img/bottom.gif) no-repeat;display:block;}


.content {margin:25px;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: 28px; font-weight: normal; color: #000000; text-transform:none;}


p {width:90%;}