@charset "UTF-8";
/* CSS Document */
body{
	color:#FFF;
}
a, a:visited{
	margin:5px;
	text-transform:uppercase;
	color:#aaf5f3;
	font-size:12px;
}
#container{
	width:1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header{
	background:url(../images/header.gif) top left no-repeat;
	height:118px;
}

#container-body{
	background:url(../images/bg_tile.jpg) #BCBEC0;
	height:2000px;
	color:#000000;
}

#lft-col, #cntr-col, #rt-col{
	float:left;
	margin:18px;
}

#lft-col{
	width:18%;
	color:#FFF;
	line-height:18px;
}

#cntr-col{
	width:49%;
	margin:20px;
}

#rt-col{
	float:right;
	width:20%;	
	cursor:pointer;
	text-align:center;
}
#new_header {
	padding-top: 88px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
	margin: 0px;
}
#wrapper {
	height: 100px;
	width: 100%;
}
