﻿.backgroundCanvas {
	background-color: #28499F;
	width: 940px;
	margin: 0px 0 0 10px;
}
body{
background: url('../assets/bg1.png') repeat-x top center;
background-color: #28499F;
}
img
{
    position:absolute;
}
.mainMenu {
	color:#FFB200;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0px 0 8px 45px;
}

.smallAdvertisement {
	background:white;
	border:1px black solid;
	height:280px;
	width:336px;
	position:relative;
	top:11px;
	left:531px;
}

.headerAdvertisement {
	background:white;
	border:1px black solid;
	height:90px;
	width:720px;
	position:relative;
	top:10px;
	left:80px;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#FFB200;
	text-align:right;
	margin:10px 25px 10px 0;
}

.logo {
	position:relative;
	padding-left:20px;
	
}

.shadow{
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	margin: -15px 0 15px 30px !important;
	margin: -15px 0 15px 35px;
	width: 890px;
}
.headerContent{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 4px #FFB200 solid;
	background-color: #339932;
}

.mainContent {
	position:relative;
	bottom:6px;
	right: 6px;
	border:7px #FFB200 solid;
	background-color:#FFDB8C;
	min-height:400px;
}
