/* CSS Document */

.body{
	font                : Verdana;
	color               : #000000;
	background          : #FFFFFF;
	
}
A {
	font                : Arial;
	font-size           : 14px;
	cursor              : pointer;
}
	A:link {
		color           : #999999;
		text-decoration : none;
	}
	A:visited {
		text-decoration : none;
		color           : #AAAAAA;
	}
	A:hover {
		color           : #ffd200; 
		font-weight     : bold;
	}
	A:active {
		color           : #ff0000;
		text-decoration : none;
	}
.container{
	background        : url(images/bg.jpg) no-repeat;
	background-color  : #FFFFFF;
	position		  : relative;
	margin			  : 0 auto;
	height            : 246px;
	width             : 740px;
}

.left{
	text-align        : center;
	color             : #FFFFFF;
	position          : absolute;
	top               : 53px;
	left              : 79px;
	width             : 175px;
	height            : 142px;
	background        : #000000;
}

.center{
	text-align        : center;
	font: Arial;
	font-size: 20px;
	color             : #FFFFFF;
	position          : absolute;
	top               : 53px;
	left              : 280px;
	width             : 175px;
	height            : 142px;
	background        : #000000;
}
.right{
	position          : absolute;
	top               : 53px;
	left              : 484px;
	width             : 175px;
	height            : 142px;
	background        : #000000;
}





.txtcontainer{
	font              : 12px Arial;
	color             : #00000;
	background-color  : #FFFFFF;
	position		  : relative;
	margin			  : 0 auto;
	width             : 740px;
}
.txt {
	position : absolute;
	left : 19px;
	width : 700px;
	top : 5px;
}
