* {padding:0;margin:0}

html{width:100%;height:100%;}

body {
	height: 100%;
	font:12pt/1.5em normal Georgia, Arial, Helvetica, sans-serif;
	color:#4F4F4F;
    font-family: Georgia,Arial,times,serif;
}

.wrapper {min-height: 100%;	height: auto !important; height: 100%; margin: 0 auto -48px;}

ul {padding-left: 20px; margin-bottom: 20px}
ul li {margin-bottom: 10px}
p {margin-bottom: 20px}
div.clear {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
h2 {margin-bottom: 20px}

#headerContainer {
	width:100%;
	height: 335px;
	background:transparent url(img/header-background.gif) repeat-x 0 0;
}

#header {
	width:820px;
	height: 260px;
	margin:0 auto;
	background:transparent url(img/header.gif) no-repeat 0 0;
}

#header h1 {
	width:820px;
	text-align: center;
	font-size: 17pt;
	padding-top:9px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px
}

#content, #footer {width:820px;margin:0 auto;}

#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-top:20px

}

#content #leftColumn {
	width: 499px;
	float:left;
	padding-right:30px;
	border-right: 1px solid #FF6607;
	line-height: 160%;
}

#content #rightColumn {
	width: 259px;
	float:right;
	padding-left:30px;
}

#content #leftColumn a.img {
	margin-left:20px;
}

#content #leftColumn a.marginRight {
	margin-right: 30px
}

#content a img {
	border: 1px solid #e1e1e1;
}
#content a:hover img {
	border-color: #FF6607;
}
#footer {
	clear:both;
	height:26px;
	background:transparent url(img/footer.jpg) no-repeat 0 0;
	color:#fff;
	text-align: center;
	padding-top: 2px;
	font-size: 9pt;
	margin-top:20px
}

.push {
	height: 48px;
}
