@charset "utf-8";
/* CSS Document */
*, html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #908e8e;
}
#main {
	width: 1055px;
	margin: 0 auto;
	background-color: #FFF;
}
#image {
	height: 671px;
	background: url(../images/background.jpg) top left no-repeat;
}
#desc {
	padding: 10px 100px;
	text-align: left;
}
.column1, .column2 {
	width: 40%;
	float: left;
}
.column3 {
	width: 20%;
	float: left;
}
.clear {
    clear:both;
}
a:link   	{ color: #333333; font-weight: bold; text-decoration: none; }
a:visited  	{ color: #333333; font-weight: bold; text-decoration: none; }
a:active	{ color: #B2001A; font-weight: bold; text-decoration: none; }
a:hover 	 { color: #B2001A; font-weight: bold; text-decoration: none; }