/* TheMadisonFallout Default CSS */
/* Lee Heslop */

/* page & header styles */

.body{
	background-color:#000000;
}

body{
	margin: 0 0 0 0;
	background-color:#FFFFFF;
}

#container{
	position: relative;
	margin: 0 auto;
	width: 770px;
	height: 500px;
	background: url(../images/body.gif) center repeat-y;
	visibility: visible;
}

#header{
	position: relative;
	width: 100%;
	height: 150px;
	background: url(../images/header.gif) no-repeat top center;
}

#mainContent{
	position: relative;
	width: 100%;
	height: 100%;
}

#leftCol{
	position: absolute;
	width: 200px;
	height: 400px;
	left: 30px;
	top: 20px;
	z-index: 3;
}

#rightCol{
	position: absolute;
	width: 530px;
	height: 400px;
	left: 200px;
	top: 20px;
	font-family: verdana, helvetica, arial, sans serif;
	font-size: 12px;
	z-index: 3;
}

#footer{
	position: relative;
	margin: 0 auto;
	width: 770px;
	height: 160px;
	background: url(../images/footer.gif) top center no-repeat;
}

#leeImage{
	padding-right: 5px;
	padding-top: 20px;
}
