@charset "utf-8";
/* CSS Document */

#container {
    width: 968px;
    background: #FFF;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
#banner {
	background-image: url(../assets/banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 150px;
	width: 968px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
}
h1 {
	font-size: 48px;
	font-weight: bolder;
}
p {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#p2 {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#left_column, #centre_column, #right_column {
	width: 314px;
	float: left;
}
#centre_column, #right_column {
  margin-left: 13px;
}
#bottom {
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#main_image {
	vertical-align: middle;
	font-size: 12px;
	color: #333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	text-decoration: none;
}