/* CSS Document */

body {
    margin: 0px 0px 0px 0px;
	background-color: #d3d3d3;
}

a:link {
	color: #000;
	text-decoration: none;
	}
	     
a:visited {
	color: #000;
	text-decoration: none;
	}  

a:hover {
	color: #000;
	text-decoration: underline;
	}  
	 
a:active {
	color: #000;
	}   

#bghome {
	background-image:url(skins/flashback/styleImages/home.jpg);
	background-position: left;
	background-repeat: repeat-xy;
	height: 87px;
}

#sitedocs{
	float: right;
	margin: 30px 100px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
}

#main {
    background-color:#96342b;
}

#toplogo {
    background-image:url(skins/flashback/styleImages/headerhome.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 69px;
}

#toplogocont {
    background-image:url(skins/flashback/styleImages/headerhomecont.jpg);
	background-position: left;
	background-repeat: repeat-x;
	height: 69px;
}

#footer {
    background-image:url(skins/flashback/styleImages/homefooter.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 69px;
}

#footercont {
    background-image:url(skins/flashback/styleImages/homefootercont.jpg);
	background-position: left;
	background-repeat: repeat-x;
	height: 69px;
}
