#container {
	height: 950px;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
}
#header {
	height: 250px;
	width: 950px;
	background-image: url(../images/banner.jpg);
	padding: 0px;
	}

#content {
	height: 650px;
	width: 920px;
	background-image: url(../images/content-bg.gif);
	font-family:"Verdana";
	font-weight:normal;
	font-size: 13px;
	color: #3A1F2E;
	padding-right: 15px;
	padding-left: 15px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 40px;
	width: 950px;
	padding-top: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

#links-side a{
	font-size:13px;
	color:#3A1F2E;
	font-weight:normal;
	text-decoration:none;
}

#links-side a:hover{
	font-size:13px;
	color:#3A1F2Ef;
	font-weight:normal;
	text-decoration:underline;
