	/* CSS Document */
	
	
	
	html {
	height: 100%;
	}
	
	
	
	body {
	background-color:  #000000;
	background-image: url(images/layout/mg-bgnd.jpg); 
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	position:relative;
    height:100%;

	}
	

	td{
	text-align: center;
	}	
	
	
	
/*/////////////////////////////////TEXT STYLES//////////////////////////*/
	
p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#000000;}
	

/*/////////////////////////////////LINK STYLES//////////////////////////*/	
a {
color: #000000;}

a:link {
text-decoration: underline;
color:#000000;}

a:visited {
text-decoration: underline;
color:#000000;}
		
a:hover {
text-decoration: none;
color: #000000;}
	
a:active {
text-decoration: underline;
color:#000000;}

img
{  border-style: none;
}	
	
/*/////////////////////////////////Heading STYLES//////////////////////////*/	
	h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	}
	
	h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	font-style:normal;
	text-decoration:underline;
	}
	
		h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	font-style:normal;
	text-decoration:underline;
	}
	
	
/*//////////////DIV STYLES///////////////////////*/

#info{
	vertical-align: text-top;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 5px;
	text-align:left;
	}	


#name{
	vertical-align: text-top;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	text-decoration:underline;
	font-weight: bold;
	padding-left: 5px;
	text-align:left;
	}	
		
	
	#flash{
	z-index: 7;
	position: absolute;
	left: 190px;
	top: 177px;
	width: 547px;
	}
	
	
	#littledoe{
	z-index: 7;
	position: absolute;
	top: 825px;
	left: 563px;
		}

	#logo{
	vertical-align: top;
	z-index: 10;
	position: absolute;
	top: -2px;
	left: 4px;
		 }
	
	
	#nav{
	vertical-align: top;
	z-index: 3;
	position: absolute;
	top: 271px;
	left: 395px;
	height: 148px;
	}

	
	#container{
		position: relative;
		width: 1000px;
		height: 100%;
		}	
	
	
	#mainContent{
	height: auto;
	vertical-align: text-top;
	padding-left: 0px;
	padding-right: 0px;
	font-size:10px;
	color:#FFFFFF;
	z-index: 1;
	top: 196px;
	position: absolute;
	width: 804px;
	background-image:url(images/layout/main-table.png);
	background-repeat:repeat-y;
	left: 86px;

		}	
	
	
	#footer{
	z-index: 3;
	width: 804px;
	height: 20px;
	vertical-align:bottom;
		}	
	
	#header{
	z-index: 3;
	left: 68px;
	top: -1px;
	position: absolute;
		}
	
	#spec-head{
	z-index: 2;
	left: 548px;
	top: -1px;
	position: absolute;
		}

	#title{
	z-index: 12;
	left: 102px;
	top: 202px;
	text-align: left;
	position: absolute;
	background-repeat:no-repeat;
	width: 320px;
	height: 23px;
		}
