@charset "utf-8";
/* CSS Document */

body 	{	background:url(./imgs/bgtile.jpg);
			text-align: center;
			font-family: sans-serif;
		}
table	{ border: none; }
#mainbox{	width: 860px;		}
p		{	font-size: 12px;	}


#cbox	{	background:url(./imgs/cbrtile.jpg);
			height: 200px;
			text-align: left;
			border-color: #000000;
			border-width: 1px;
			border-style: solid;
		}

#cbox p	{	background:url(./imgs/cbgtile.jpg);
			height: 172px;
			margin: 10px;
			padding: 4px;
			border: inherit;
		}


#cbox p:first-line	{	font-weight: bold;
						font-size: 125%;
					}
#cbox p:first-letter{	font-size: 125%;
					}

#cbox[type="xl"]	{	width: 860px; }
#cbox[type="lg"]	{	width: 640px; }
#cbox[type="md"]	{	width: 430px; }
#cbox[type="sm"]	{	width: 220px; }