/* CSS Document */

body {
	background:#040707;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border:none;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border: #0099FF solid 1px;
	width:100%;	
}

a:link {
	color: #ED1B24;
}
a:visited {
	color: #ED1B24;
}
a:hover {
	color: #00ADEF;
}
a:active {
	color: #ED1B24;
}


#wrap_all {
	margin:auto;
	position:relative;
	width:1010px;
}


#header {
	width:662px;
	position:relative;
	float:left;
}
#range {
	position:relative;
	float:left;
	width:85px;
	background-color:#666666

}

#column_left, #column_right {
	float:left;
	position:relative;
}

#column_left {
	text-align:center;
}	


.float_left {
	float:left;
	position:relative;
}


