@font-face {
    font-family: "Liberation Sans, Share Regular", Verdana, helvetica, sans-serif; 
	src: url(http://www.finrg-agency.com/liberationsans_italic.ttf)
	src: url(http://www.finrg-agency.com/share_regular.ttf) format("truetype");
}


html, body {
    margin: 0px;
}

body {
    background-image: url(bg.gif);
}

#wrapper {
    width: 979px;
    margin: 0px auto 0px auto;
    position: relative;
    left: -50px;
}

#header {
    height: 270px;
    background-image: url(header.png);
    background-repeat: no-repeat;
    position: relative;
    top: 150px;
    left: 126px;
    margin-top: -152px;
}

#body {
    padding-top: 150px;
    padding-bottom: 100px;
    margin-left: 129px;
    background-color: white;
    min-height: 600px;
    border-right: 2px solid #BD3C3C;
}

#navigation {
    position: relative;
    top: -90px;
    float: left;
    width: 180px;
	
}

#navigation ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}

#navigation li {
    font-size: 14pt;
    margin-left: 10px;
    padding-left: 0px;
}

#navigation li li {
    font-size: 9pt;
}

#navigation a {
    font-family: Arial;
	color: black;
	font-weight:bold;
	font-style: italic;
}

#content {
    margin: 0px 10px 10px 190px;
    font-family: helvetica;
	font-weight:none;
	font-style: none;
	font-size: 11pt;
}

#footer {
    height: 157px;
    background-image: url(footer.png);
    background-repeat: no-repeat;    
    position: relative;
    top: -120px;
    margin-bottom: -120px;
}

#banner {
    text-align: center;
    padding-left: 129px;
    margin: 10px;
}