﻿body
{
	width: 768px;
	margin: 8px auto 8px auto;
	padding: 0px 0px 0px 0px;
	background-color: Black;
	background-image: url("http://amfp.residentsd.co.uk/images/site_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial;
	font-size: 14px;
}

a:link
{
	color: Black;
}

a:visited
{
	color: Black;
}

a:active
{
	color: Black;
}

.clearfloat
{
    clear: both;
}

.site-container
{
    margin: 0px 2px 0px 2px;
    /* height: 720px; */
    border: solid thin Black;
    background-color: #E0E0E0;
}

.site-header
{
    background-image: url("http://amfp.residentsd.co.uk/images/site_header.jpg");
    background-repeat: repeat-x;
    height: 64px;
}

.site-navbar
{
    background-color: Black;
    padding: 5px;
    color: White;
    font-size: 16px;
}

.site-body
{
    clear: both;
}

.site-main
{
    width: 520px;
    /* height: 626px; */
    float: left;
    background-color: White;
}

.site-nav
{
    width: 230px;
    float: right;
    background-color: #E0E0E0;
    padding: 5px;
}

.body-container
{
    background-color: White;
    padding: 5px;
}

.news-postsheader
{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.news-posttitle
{
    background-image: url("http://amfp.residentsd.co.uk/images/post_title.jpg");
    background-color: Black;
    color: White;
    font-weight: bold;
    border-bottom: solid thin Black;
    font-size: 14px;
}

.news-posttext
{
    font-size: 12px;
    color: Black;
}

.news-postdetails
{
    font-size: 12px;
    border-top: solid thin Black;
    margin-top: 5px;
}

.site-links
{
    line-height: 18px;
    color: Black;
}

.site-footer
{
    border-top: solid thin Black;
    padding-top: 5px;
    font-size: 12px;
}

.admin-left
{
    width: 100px;
    line-height: 20px;
    font-weight: bold;
    float: left;
}

.admin-right
{
    width: 400px;
    line-height: 20px;
    float: right;
}

.admin-submit
{
    padding-top: 5px;
    clear: both;
}
