body {
    margin: 0;
    padding: 0;
    background: url(../images/bg.gif) top left repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #5A5B5D;
}

a {
    text-decoration: none;
    color: #5A5B5D;
}

a:hover {
    text-decoration: underline;
}

h1 {
    margin: 0;
    padding: 0;
    width: 597px;
    height: 329px;
    display: block;
    text-indent: -9999px;
    background: url(../images/logo.gif) top left no-repeat;
}

h2 {
    margin-top: 80px;
    padding: 0;
    width: 372px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    background: url(../images/title.gif) top left no-repeat;
}

#content {
    width: 597px;
    overflow: hidden;
    margin: 55px auto 0 auto;
    padding; 0;
    position: relative;
    background: url(../images/divider.jpg) 0 379px no-repeat;
}

#content p {
    margin-bottom: 29px;
    padding: 0;
    width: 597px;
    height: 140px;
    display: block;
	font-size:14px;
	line-height:24px;
    background: url(../images/intro.gif) top left no-repeat;
}

#footer {
    width: 597px;
    margin: 0 auto;
    padding-top: 15px;
    background: url(../images/divider.jpg) top left no-repeat;
    overflow: hidden;
}

#footer p {
    float: left;
    margin: 0;
    padding: 0;
}

span {
    padding-left: 15px;
    background: url(../images/diamond.gif) 3px 5px no-repeat;
}

#footer img {
    margin-right: 25px;
    float: left;
}

p#right {
    float: right;
}