/*----( Fix Page Structure )-----------------------*/
div.clr {
     height: 1px;
     overflow: hidden;
     clear: both;
}
.clrfix:after,
.content:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/*----( Page Structure )----------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
	height: 100%;
}
div.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	position: relative;
	background: url(/images/bk_shadow.gif) no-repeat 0 0;
}
div.header {
    height:59px;
    border-bottom:1px solid #5d5d5d;
    position: relative;
    width:940px;
    margin:0px 10px;
}
div.content {
    font-size: 110%;
    margin: 0 10px;
}
div.footer {
    padding: 0px 10px;
    height: 69px;
    position: relative;
    width:920px;
    margin:0px 10px 20px 10px;
}

/*----( Headings )----------------------------*/
.content h1, .content h2, .content h3 {
    color: #343434;
    font-weight: 100;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 0.5em;
}
