@charset "utf-8";
/* CSS Document */


body
{
	background: #dddddd;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	margin:0 auto;
}

#page1
{
	width:800px;
	height:600px;
	margin:0 auto;
	background:url(images/bgimg.jpg) repeat-y;

}

.columns
{
	float:left;
	width:266px;
	height:600px;
	margin:0 auto;
}

.columns a
{
	text-decoration:none;
	color:#000;
	font-style:italic;
}

.reg
{
	font-size:10px;
	color:#85050b;
}

.highlight
{
	color:#85050b;
}


