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

#container {
	width: 968px;
	overflow: visible;
	height: 700px;
	background-color: #FFF;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#banner {
	height: 150px;
	width: 968px;
	background-image: url(images/sig_banner_3.jpg);
	background-repeat: no-repeat;
}
#left_side_bar {
	float: left;
	width: 200px;
	height: 475px;
	padding-left: 100px;
	padding-top: 30px;
	color: #565656;
}
body {
	font-size: 1em;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main_image {
	float: left;
	width: 650px;
	height: 430px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	font-weight: lighter;
	visibility: visible;
}
#description {
	float: left;
	height: 70px;
	width: 460px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: small;
	text-align: center;
	margin-right: 100px;
	margin-left: 100px;
}
#footer {
	background-color: #000;
	width: 890px;
	float: left;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 78px;
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 15px;
}

