/* INTRO CSS FILE */

html, body,#mainDiv {	width: 100%; height: 100%;
					border: 0; padding: 0; margin: 0;
					background: black;
					/*background: url(../pics/intro/IMG_0597_intro.jpg) no-repeat #000;*/
					}
					
						
/*h2 {	color: #0e8208; border: 1px solid black; background: #333333; }*/

#centerImage 	{	position: relative;
					width: 800px; height: 532px;
					background: url(../pics/intro/IMGP3540.jpg) no-repeat #000;
				}

#introBar00	{	position: absolute; left: 0px; top: 200px;
				width: 265px; height: 400px;
				/*background: url(../pics/intro_bar_00.jpg) no-repeat #000;*/
				background: url(../pics/intro_bar_00.png) no-repeat;
			}

#navigation {	/*position: absolute; left: 550px; top: 200px; */
				position: absolute; left: 15px; top: 15px;
				background: black;
				border: 1px solid #0e8208;
			}
			
#description 	{	/*position: absolute; top: 1000px;*/
					position: relative;
					color: #444444;
					border-bottom: 1px solid #0B6706;
					border-top: 1px solid #0B6706;
				}

#share	{	position: relative;
			color: #444444;
		}


th	{ 	background: #333333; color: #0e8208;
		/*border: 1px solid #0e8208;*/
		border: 1px solid #444444;
		font-size: 15px;
		font-family: sans-serif;
	}

td  	{	background: black;
		color: white;
		/*border: 1px solid #222222;*/
		border: 0;
		text-align: center;	
		font-size: 18px;
		font-family: sans-serif;
	}

tr:hover	{ background: white; }
td:hover { background: #333333; font-weight: bold; border: 1px solid #555555; font-size: 20px; }

a:link	{ color: white; text-decoration: none; }
a:active {}
a:visited { color: white; text-decoration: none; }
a:hover { color: white; }
