* {
	/* font color ;-) */
	color: #b2b2b2;
}

body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #b2b2b2;
}

a:hover{
	text-decoration: none;
	color: #b2b2b2;
}

img {
	border:0;
}

#wrapper {
	position: relative;
	padding:0px;
	padding-top: 5px;
	width: 880px;
	margin: 0 auto;
	background: #FFFFFF;
}

/*
html>body #wrapper {
	height: auto;
}
*/

#header{
	height:125px;
}

.hr {
  height: 21px;
  background: #FFFFFF url(../design_images/hr.gif) no-repeat scroll center;
}

.content{
	height:340px;
}

#footer{
	height:20px;
	text-align: center;
}

.table{
	width:700px;
}


.td_left{
	float:left;
}

.td_right{
	float:left;
}

.cleaner{
	clear:both;
	height:0px;
}
.orange{
	color:#ff9f1d;
}

b{
	color:#636363;
	font-weight:normal;
}

.div_links{
	position:relative;
	left:115px;
	float:left;
}

.k{
	width:30px;
	height: 10px;
	background: #FFFFFF url(../design_images/k.jpg) no-repeat scroll center;
}
