body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, georgia, serif;
	font-size: 66%;
	background-color: #666666;
	color: #000000;
	background-image: url(../images/background_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a {
	color: #660000;
	text-decoration: underline;
	font-size: 1em;
}

a:hover { color: #330000; }
img { border-width: 0px; }

div#main {
	background-color: #ffffff;
	width: 780px;
	height: auto;
	margin: 0 auto;
	padding: 5px 0 0 0;
	font-size: 1.1em;
}

div#header { padding: 0 0 0 10px; }

div#column-one {
	width: 385px;
	height: 500px;
	padding: 0 20px 0 20px;
	float: left;
}

div#column-two {
	width: 345px;
	height: 500px;
	padding: 0 10px 0 0;
	float: left;
 	position: relative;
}

div#footer {
	height: 21px;
	width: 100%;
	background-image: url(../images/background_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: left;
	color: #333333;
}

