/* BASICS
-------------------------------------------------------------------- */
body { 
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff url(../imgs/bg.gif) repeat;
	}
img {
	border: 0
	}


/* table
-------------------------------------------------------------------- */
table#table {
	position: absolute;
	top: 1px;
	left: 100px;
	border-collapse: collapse;
	}
table#table td {
	width: 99px;
	height: 99px;
	margin: 0;
	padding: 0;
	}
table#table td.text {
	font-family : Arial, sans-serif;
	font-size : 11px;
	line-height : 16px;
	color: #000000;
	background: #ffffff url(../imgs/bg_text.gif) no-repeat;
	margin: 0;
	padding: 10px;
	}
	table#table td.text a:link {
	color: #006cc0;
	text-decoration: underline;
	}
	table#table td.text a:hover {
	color: #cb7b22;
	text-decoration: underline;
	}	
	
* html table#table td.text { /* IE6 */
	width: 392px;
	}
*:first-child+html table#table td.text { /* IE7 */
	width: 392px;
	}
	
	
/* Navigation
-------------------------------------------------------------------- */
#nav_side {
	font-family : times;
	font-size : 28px;
	line-height : 21px;
	font-weight: normal;
	letter-spacing: 0px;
	vertical-align: bottom;
	}
#nav_side a {
	color: #000000;
	text-decoration: none;
	}
#nav_side a:hover {
	color: #cb7b22;
	}

