
body {
    background: none repeat scroll 0 0 #FDF8E6;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10pt;
    line-height: 160%;
    margin: 0;
}
img {
    border: 0 none;
}
a {
    color: #0056B8;
}
a:hover {
    color: #FF6600;
}
h2 {
    color: #69451B;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 115%;
    margin: 0;
    padding: 0;
}
h1 {
    color: #69451B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 115%;
    margin: 0;
    padding: 0;
}
h2 {
	margin-top: 2em;
}
#top-header {
    margin: 0px;
    padding-top: 20px;
}
#main-wrap {
    background: none repeat scroll 0 0 #FDF8E6;
    display: block;
    padding-bottom: 20px;
    padding-top: 30px;
    width: 100%;
}
#main-wrapper {
	display: block;
	position: relative;
    background: url("../img/bg.jpg") repeat-x scroll left top #FDF8E6;
    border: 1px solid #E7A61A;
    border-radius: 10px 10px 10px 10px;
    display: block;
    height: auto;
    margin: 40px auto 0;
    overflow: hidden;
    padding: 20px;
    width: 920px;
}
#main-header {
    display: block;
    margin-bottom: 40px;
}
#content {
    float: left;
    width: 590px;
}
#content > p:first-child {
	width: 440px;
	margin-bottom: 2em;
}

#side {
    display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#footer-copy {
    height: 40px;
    margin: 0 auto;
    padding: 2px;
    position: relative;
    text-align: center;
    width: 960px;
}
.col:first-child {
    margin-left: 0;
}
