* {
    margin:0;
    padding:0;
}

html {
    height:100%;
}

body {
    background:#ECF4FA url(../images/bg.gif) repeat-x;
    font:12px arial;
    height:100%;
}

img { border:0; display:block; }

*.offset { position:absolute; left:-999em; }
A:link {text-decoration:none; color:#0572AF;}
A:visited {text-decoration:none; color:#00C;}
A:active {text-decoration:none}
A:hover {text-decoration:underline; color:#c3160d;}

/*
*
* Wrappers
*
*/

div#outer-wrapper {
    background:url(../images/faux.png) top center repeat-y;
    margin:0 auto;
    min-height:100%;
    width:824px;

}

* html div#outer-wrapper { height:100%; }


div#inside-wrapper:after, div#content:after {
    content:".";
    clear:both;
    display:block;
    height:0;
    visibility:hidden;
}

/*
*
* Branding
*
*/



div#branding {
    padding:35px 0 0;
	text-align: center;
	padding-top: 15px;
}

/* 
*
* Content Area
*
*/

div#content {
    width:775px;
	margin: 0px auto;
}

div#content h2 {
    color:#c3160d;
    font:bold 18px arial, sans-serif;
    margin:0 0 17px 24px;
    padding:34px 0 0;
}

div#content p {
    color:#597894;
    font:12px arial, sans-serif;
    margin:0 0 20px 24px;
}

div#content strong {
    color:#316799;
    font-weight:bold;
}

div.inset {
    display:inline;
    margin:0 16px 0 0;
    padding:16px 0 0;
    float: left;
    width:277px;
}


/*
*
* Footer
*
*/

div#footer {
    background:url(../images/footer.gif) top center no-repeat;
    color:#2e4357;
    clear:both;
    height:96px;
    position:relative;
	margin-left: auto;
	margin-right: auto;

}

div#footer a#to-top {
    color:#4a8fd0;
    position:absolute;
    right:38px;
    text-decoration:none;
    top:48px;

}

div#footer p {
    left:16px;
    position:absolute;
    top:47px;
}
