﻿/* ****************************************** */
/* BODY */ 
/* ****************************************** */
body
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;	
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	background-attachment: fixed;
	background-position: 0% 0%;
	background-repeat:repeat-x;
	background-position: center top;
	background-color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

/* ****************************************** */
/* Background wrapper div masterpage */ 
/* ****************************************** */
.BackgroundWrapper
{
	width:1024px;
	height:768px;
	margin:auto;
	background-repeat:no-repeat;
	background-image:url('images/NoRepBackground.png');
}
.InnerWrapper
{
	position:absolute;
	margin-left:170px;
	width:680px;
	height:768px;
}
.TopWrapper
{
	position:absolute;
	margin-left:0px;
	width:680px;
	height:110px;
	
}
.MenuWrapper
{
	position:absolute;
	margin-left:394px;
	width:334px;
	height:35px;
	margin-top:84px;
}
.ContentWrapper
{
	position:absolute;
	margin-left:4px;
	width:670px;
	height:505px;
	margin-top:124px;
}
a:link              { color:#FFF; text-decoration:none; font-weight:bold; }
a:visited           { color:#FFF; text-decoration:none; font-weight:bold; }
a:hover             { color:#CCC; text-decoration:none; font-weight:bold; }
a:active            { color:#CCC; text-decoration:none; font-weight:bold; }