/* CSS Document */
/*Positioning Divs*/

body {
	font-family : Bodoni MT Black, comic sans, Times New Roman, serif;
	background-color:#000000;
	#040601
	
	}	

#container{
	position:relative;
	margin:0 auto;
	width:800px;
	height:500px;
	background-color:#CCCCCC;
	}

#banner{
	position:absolute;
	left:0px;
	top:0px;
	margin:0 auto;
	width:800px;
	height:50px;
	background-color:#92297e;
	background:   no-repeat top left;
	}
	
	#navBar{
	position:absolute;
	left:0px;
	top:50px;
	width:800px;
	height:50px;
	background-color:#D6E3FE;
	text-align:center;
	}
	
	#spaceBar{
	position:absolute;
	left:0px;
	top:100px;
	width:800px;
	height:5px;
	background-color:#D6E3FE;
	text-align:center;
	background: url(images/spacebar.gif) repeat top left;
	}
	
	#content{
	position:absolute;
	left:0px;
	top:100px;
	width:800px;
	height:400px;
	background: url(images/coolback.jpg) top left;
	}
	
	#contentIn{
	position:absolute;
	left:0px;
	top:100px;
	width:800px;
	height:400px;
	background: url(images/contentbox2.gif) top left;
	}

	#pageImage{
	position:absolute;
	left:50px;
	top:50px;
	width:150px;
	height:300px;
	text-align: center;
	font:16px verdana, sans-serif;
	font-weight:bold;
	background: url(images/imageBox.gif) top left;
	}
	
	#pageText{
	position:absolute;
	left:250px;
	top:100px;
	width:500px;
	height:250px;
	text-align:left;
	font:12px verdana, sans-serif;
	background: url(images/textBox.gif) top left;
	}
	
	#loginAreaText{
	position:absolute;
	left:0px;
	top:1px;
	width:75px;
	height:49px;
	text-align:right;
	font:12px verdana, sans-serif;
	line-height:19px;
	}
	
	#loginAreaFields{
	position:absolute;
	left:82px;
	top:4px;
	width:89px;
	height:49px;
	text-align:left;
	font:12px verdana, sans-serif;
	}

	#loginAreaBG{
	position:absolute;
	left:497px;
	top:380px;
	width:178px;
	height:75px;
	background-color:#999999;
	border-style:dashed;
	border-width:thin;
	}

/*General Styling*/



.LoginFieldsBG{
height:12px;
font-size:12px;
}
