body,html,div,h1,h2,h3,p,ul,li,form,fieldset {
	margin				: 0px;
	padding				: 0px;
}

body {
    background          : #f5f4ef url(../images/bg-body.jpg) repeat-x 0px -76px;
    font-family         : "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size           : 13px;
    color               : #436874;
}

ul {
    list-style-type     : none;
}

img,fieldset {
    border              : 0px;
}

a {
    color               : #436874;
    text-decoration     : none;
}

a:hover {
    text-decoration     : underline;
}

.clear {
	display				: block;
	clear				: both;
	height				: 0em;
	margin				: 0em;
	padding				: 0em;
	overflow			: hidden;
}

#content img {
    margin              : 5px;
    padding             : 1px;
    border              : 1px solid #666666;
}

#page {
    width               : 916px;
}

#top {
    height              : 40px;
    background          : url(../images/bg-top.jpg) no-repeat 0px 0px;
    padding             : 225px 20px 0px 0px;
    position            : relative;
    text-align          : right;
}

#top a {
    font-size           : 15px;
    margin              : 0px 20px;
    font-weight         : bold;
    text-decoration     : underline;
}

#top a:hover {
    text-decoration     : none;
}

#top a.logo {
    position            : absolute;
    left                : 415px;
    top                 : 0px;
    margin              : 0px;
}

#content {
    padding             : 20px 40px;
    text-align          : justify;
}

#content h1 {
    font-size           : 18px;
    margin-bottom       : 10px;
    font-weight         : normal;
    border-bottom       : 1px solid #cccccc;
}

#content div.center {
    margin              : 15px 0px;
    text-align          : center;
}

#content span {
    color               : red;
    text-decoration     : underline;
}

#footer {
    text-align          : center;
    margin              : 10px auto;
    padding-top         : 5px;
    border-top          : 1px solid #cccccc;
    width               : 836px;
}