/* Reset margins, paddings etc */
@import url("reset.css");

html {
	min-height: 100%;
}

body {
	background: #fff url('../wsimages/body_bg.jpg') repeat-x;
	min-height: 100%;
}

div#wrap {
	background: transparent url('../wsimages/wrap_bg.png') repeat-y;
	height: 100%;
	margin: 0 auto;
	width: 974px;
}

div#content {
	padding: 0 30px;
}

div#header {
	background: transparent url('../wsimages/header_bg.jpg') no-repeat;
	height: 94px;
	width: 974px;
	position: relative;
}

div#footer {
	border-top: dotted 1px #d5d5d5;
	height: 84px;
	margin-top: -1px;
	clear: both;
}

	div#footer div#footerContent {
		background: transparent url('../wsimages/footer_bg.jpg') no-repeat;
		margin: 0 auto;
		width: 974px;
		height: 80px;
	}
	
	div#footer div#address {
		float: left;
		width: 600px;
		padding: 10px 0 0 35px;
	}
	
	div#footer div#dev {
		float: right;
		width: 269px;
		padding: 10px 35px 0 0;
		text-align: center;
	}

/* COLUMNS
------------------------------------------------------------------------ */
div#leftColumn {
	background: transparent url('../wsimages/rightColumn_bg.jpg') repeat-y 640px 0px;
	width: 637px;
	padding-right: 31px;
	float: left;
	padding-bottom: 20px;
}

div#leftColumn #leftColumnBody {
	padding: 0 10px;
}

div#rightColumn {
	width: 274px;
	background: transparent url('../wsimages/rightColumn_bg.jpg') repeat-y;
	margin-left: -28px;
	float: left;
	min-height: 300px;
	padding-bottom: 20px;
}

div#rightColumn h2 {
	margin-left: 12px;
}

/* DIVERSE
------------------------------------------------------------------------ */
.hr {
	background: #fff url('../wsimages/hr_bg.gif') repeat-x;
	height: 1px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}

.zeroPadMar {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.newsHeadlineOnly {
	padding: 0 0 7px 12px;
	
	}
