* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(siteImages/background.jpg);
	background-repeat: repeat-x;
	background-color: #78397f;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
	border-left: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
	background-image: url(siteImages/innerBackground.jpg);
	background-repeat: no-repeat;
}
#header {
	color: #ffffff;
	width: 980px;
	float: left;
	height: 428px;
	margin: 0px 0px 0px 0px;
	background-color: #301734;
}
#leftcolumn {
	color: #333;
	width: 635px;
	float: left;
	margin-left: 20px;
}
#rightcolumn {
	float: right;
	color: #333;
	width: 310px;
	display: inline;
	margin-bottom: 15px;
	margin-right: 15px;
}
#footer {
	width: 980px;
	clear: both;
	color: #FFF;
	height: 50px;
	background-color: #000;
}
#contentTop {
	width: 600px;
	height: 21px;
	background-image: url(siteImages/contentTop.png);
}
#contentBottom {
	width: 600px;
	height: 21px;
	background-image: url(siteImages/contentBottom.png);
}
#content {
	width: 560px;
	background-color: #FFF;
	padding: 0px 20px 0px 20px;
}
#wrapper2 {
	margin: 0 auto;
	width: 980px;
	background-repeat: no-repeat;
}
