body
{
	background-image: url('images/texture_dot.gif');
    text-align: center;
}

p
{
	text-indent: 30px;	
}

div#header
{
	height: 77px;
	width:100%;
	position: absolute;
	top: -1px;
	left: -1px;
	overflow: hidden;
}

div#headerBar
{
    height:77px;
    width: 100%;
    position: absolute;
    top: -1px;
    
}



/* Begin Navigation Code */
div#navigation
{
	position:absolute;
	top:77px;
	left: -1px;
	height:30px;
	width: 100%;
	background-image: url('images/linkbar.gif');
	font-size: 16px;
	z-index: 3;
	margin: 0 auto;
	
}

div#duaneMove
{
    position: relative;
    text-align: center;
    top: 0px;
    width: 800px;
    margin: 0 auto;
    z-index: 3;
    
}

div#victoryMove
{
    position: relative;
    text-align: center;
    top: 0px;
    width: 600px;
    margin: 0 auto;
    z-index: 3;
}

div#javaMove
{
	position: relative;
	text-align: center;
	top:0px;
	width: 740px;
	margin: 0 auto;	
	z-index: 3;
	
}

div#javaMove li ul
{
	text-align: left;	
}

/*Pretty Java Style*/
ul.menu {list-style:none; margin:0; padding:0;}
ul.menu * {margin:0; padding:0; }
ul.menu a {display:block; color:#000; text-decoration:none;  color: white;}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:27px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1; color: Black;}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:148px; top:0px}
ul.menu .menulink { padding:3px 6px 7px; font-weight:bold; background:url(images/linkbar.gif); width:134px}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(images/header_over.png)}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}


div#flash
{
	height:430px;
	width:100%;
	position: absolute;
	top: 80px;
	left: -1px;
	background-image: url('images/flash_bar.gif');

}

div#countdown
{
    width: 485px;
    height: 55px;
    position: absolute;
    top: 25px;
    right: 4px;
    font-size: large;
    font-weight: 700;
    font-style: italic;
    color: #FF0000;
}

div#duane
{
	height:430px;
	position: absolute;
	top: 74px;
	left: -35px;
	width: 320px;
	z-index: 2;
	
}

div#bottom
{
	width:100%;
	height: 100%;
	position: absolute;
	top: 515px;
	left: -1px;
	clear: both;
	background: url('images/contentBackground.gif') no-repeat;
}

div#masterBottom
{
 	width:100%;
	height: 100%;
	position: absolute;
	top: 107px;
	left: -1px;
	clear: both;
	background: url('images/contentBackground.gif') no-repeat;
}

div#bodyTop
{
    /* background: url('images/bodyTop.png') no-repeat; */
    height: 116px;
    width: 850px;
    margin: 0 auto;
    position: relative;
    top: -65px;
}

div#body
{
    /* background: url('images/body.png') repeat-y; */
    background-color: White;
    width: 850px;
    margin: 0 auto;
    position: relative;
    top: -81px;
 
}

div#content
{
    width: 850px;
    margin: 0 auto;   
}

div#bodyBottom
{
    /* background: url('images/bodyBottom.png') no-repeat; */
    width: 850px;
    height: 116px;
    margin: 0 auto;
    position: relative;
    top: -97px;
       
}

div#wrap
{
	margin: 0 auto;
	position: relative;
	top: 5px;
	width: 1024px;
	height: 100%;
	overflow: hidden;

}


div#container1
{
	
	width:341px;
	float: left;
	height: 500px;
}

div#container2
{
	
	width:341px;
	float: left;
}

div#container3
{
	
	width:341px;
	float: left;
	
}


