body {
  background-image:url('bg_top.jpg');
  background-repeat:repeat-x;
	text-align:center;
	font: normal 11px/17px Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #C80000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C80000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #C80000;
}

#page
{
	width:730px;
 	margin: 0px auto;
	text-align:left;
}

.title {
	font: bold 17px/50px Arial, Helvetica, sans-serif;
	color: #444444;
	width:730px;
}

.content {
	font: normal 11px/17px Arial, Helvetica, sans-serif;
	color: #444444;
  width:730px;
}

.col-1 {
  float: left;
  display: inline;
  border:1px solid #333333;
  width:480px;
}

.col-2 {
  float: left;
  display: inline;
  /*border:1px solid #333333;v*/
  width:20px;
}

.col-3 {
  float: left;
  display: inline;
  /*border:1px solid #333333;*/
  width:200px;
}

.clear {
clear:both;
}
