/*  --------------------------------------------------------------------------------  Ms&Mr CSS   */

html, body {
	padding: 0px;
	border: none;
	margin: 0px;
}

body {
	background: #FFFFFF;
	background-image:url(../img/background.gif);
	background-repeat:no-repeat;	
}

/*  --------------------------------------------------------------------------------  Fonts   */

body, a, span {
	color: #000000;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.menu, .menu a {
	color: #000000;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.subMenu, .subMenu a {
	color: #9D9EA8;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}

.subMenu a:hover {	
	text-decoration: underline;
}

.text, .text a {
	color: #000000;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}

.text a:hover {
	text-decoration: underline;
}

.footer, .footer a {
	color: #000000;
	font: 9px Arial, sans-serif;
	text-decoration:none;
}

.date, .date a {
	color: #000000;
	font: 15px Futura, sans-serif;
	text-decoration:none;
}

.footer a:hover {
	text-decoration: underline;
}

/*  --------------------------------------------------------------------------------  Div   */

#menu {
	position: absolute;
	top:35px;
	left:15px;
	width:215px;
	text-align:left;
}

#main {
	position: absolute;
	top:24px;
	left:243px;
	width:725px;
	height: 408px;
	text-align:center;
	
}

#caption {
	position: absolute;
	top:453px;
	left:-24px;
	width:770px;
	text-align:left;
}

#msandmr {
	position: absolute;
	top:478px;
	height:54px;
	left:721px;
	width:265px;
}

#footer {
	position: fixed;
	bottom:0px;
	height:20px;
	left:15px;
	width:1020px;
	background-color:#FFFFFF;
}
