@charset "UTF-8";
/* CSS Document */
html {
	border:0; /* remove borders */
	background:#fff; /*color background - only works in IE */
	font-size:100%; /*set default font size */
	font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	height:100%; /* fix height to 100% for IE */
	margin:0 auto; /* remove margins */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	text-align: center;
}
body {
	background-color: FFF;
	text-align: center;
}
img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#container td {
	font-size: 85%;
}
#container td.title {
	font-size: 90%;
	font-weight: bold;
}
#container {
	display: block;
	height: 100%;
	width: 600px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
}
.column {
	display: block;
	float:left;
	width: 180px;
	margin-right: 20px;
	text-align: right;
	height: 2600px;
}
.link {
	display: block;
	width: 180px;
	height: 20px;
	float: left;
	
}
.img {
	border: 1px solid #000;
}
a {
	color: #3366FF;
	text-decoration: none;
}
h3 {
	font-size: 85%;
}
p {
	font-size: 80%;
}
a:hover {
	text-decoration: underline;
	}
