/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
color: #000;
margin: 0;
padding:0;
background-image: url(../../images/BG01.jpg);
background-repeat: repeat-x;
background-color: #a7a7a7;
font-size: 80%;
}


#container {
	background-image:url(../../images/containerBG1.png);
	background-repeat: repeat-y;
	width: 1081px;
	margin: 0 auto;
}

#header {
	background-image: url(../../images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: top;

	
}

#flash {
		text-align:right;
	padding: 0 21px 0 0;
	height:275px;
}

#contentWrapper {
	background-image: url(../../images/contentBG.png);
	background-repeat: no-repeat;
	background-position: top;
}

#mainNav {
	width: 222px;
	float: left;
margin: 0 22px;
	
}

#date {
float: right;
font-size: 11px;
color: #666;
padding: 10px;
width: 190px;
text-align: right;
}

#content {
	width: 740px;
	float:left;
margin: 0 15px;
 }

#footer {
text-align: right;
font-size: 11px;
	clear:both;
	background-color: #252526;
	color: #ccc;
margin: 0 20px ;
padding: 10px 20px 20px 0;
}

#credit , #credit a {
color: #598fb1;
}
