﻿/* Body and structure
-------------------------------------------------- */
body {
	background-color: #181C1F;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.main_div
{
    margin-left: auto;
    margin-right: auto;
    width: 966px;
    padding: 10px 0 0 0;

}
.main_centre_div
{
    background-color: #dadaf5;
    width: 952px;
    text-align: left; 
    border: solid white;
    border-width: 0 7px 0 7px;
    
}

.border_top
{
	width: 966px;
	height: 7px;
	background-image: url(/images/main-border-top.png);
}

.border_bottom
{
	width: 966px;
	height: 7px;
	background-image: url(/images/main-border-bottom.png);
    margin: auto;
	margin-bottom: 10px;
}

.copyright
{
    background-color: #333333;
	text-align: center;
	border: solid 1px #000000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #ffffff;
    font-weight: bold;
	margin-top: 7px;
}

.fade li {
	position: relative;
	display: inline;
	float: left;
}

.fade li {
	position: relative;
	display: inline;
	float: left;
}

