body {text-align: center;
	background-color: #1B1464;
	background-repeat: no-repeat;
}

#outerContainer {
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:auto;
	margin-top:auto;
}

#weblayout {
	position:relative;
	z-index:2;
	width:1024px;
	height:768px;
	background-image: url(images/background.png);
	background-repeat:no-repeat;
	background-position:center;
}

#home {
	position:absolute;
	z-index:3;
	width: 125px;
	height:35px;
	top:160px;
	left:63px;	
}

#attorneys {
	position:absolute;
	z-index:4;
	width: 125px;
	height:35px;
	top:160px;
	left:193px;	
}

#practice {
	position:absolute;
	z-index:5;
	width: 125px;
	height:35px;
	top:160px;
	left:322px;	
}

#verdicts {
	position:absolute;
	z-index:6;
	width: 125px;
	top:160px;
	left:450px;	
}

#appellate {
	position:absolute;
	z-index:7;
	width: 125px;
	height:35px;
	top:160px;
	left:579px;	
}

#location {
	position:absolute;
	z-index:8;
	width: 125px;
	height:35px;
	top:160px;
	left:708px;	
}

#contact {
	position:absolute;
	z-index:9;
	width: 125px;
	height:35px;
	top:160px;
	left:837px;	
}

#navhome {
	position:absolute;
	z-index:10;
	width: 900px;
	height:1024px;
	background-image:url(images/navhome.png);
	background-repeat:no-repeat;
	top:188px;
	left:120px;	
}

#navattorneys {
	position:absolute;
	z-index:10;
	width: 900px;
	height:1024px;
	background-image:url(images/navattorneys.png);
	background-repeat:no-repeat;
	top:188px;
	left:250px;	
}

#navpractice {
	position:absolute;
	z-index:10;
	width: 900px;
	height:1024px;
	background-image:url(images/navpractice.png);
	background-repeat:no-repeat;
	top:188px;
	left:377px;	
}

#navverdicts {
	position:absolute;
	z-index:10;
	width: 460px;
	height:1024px;
	background-image:url(images/navverdicts.png);
	background-repeat:no-repeat;
	top:188px;
	left:507px;	
}

#navappellate {
	position:absolute;
	z-index:10;
	width: 330px;
	height:1024px;
	background-image:url(images/navappellate.png);
	background-repeat:no-repeat;
	top:188px;
	left:637px;	
}

#navlocation {
	position:absolute;
	z-index:10;
	width: 195px;
	height:1024px;
	background-image:url(images/navlocation.png);
	background-repeat:no-repeat;
	top:188px;
	left:767px;	
}

#navcontact {
	position:absolute;
	z-index:10;
	width: 67px;
	height:1024px;
	background-image:url(images/navcontact.png);
	background-repeat:no-repeat;
	top:188px;
	left:897px;	
}

#indextext {
	position:absolute;
	z-index:11;
	width:500px;
	height:600px;
	top:50px;
	left:120px;
	color:#FFF;
}

#attorneystext {
	position:absolute;
	z-index:11;
	width:855px;
	height:600px;
	top:50px;
	left:-185px;
	color:#FFF;
	text-align:left;
}

#practicetext {
	position:absolute;
	z-index:11;
	width:870px;
	height:600px;
	top:50px;
	left:-310px;
	color:#FFF;
	text-align:left;
}

#verdictstext {
	position:absolute;
	z-index:11;
	width:870px;
	height:600px;
	top:50px;
	left:-440px;
	color:#FFF;
	text-align:left;
}

#appellatetext {
	position:absolute;
	z-index:11;
	width:860px;
	height:600px;
	top:50px;
	left:-570px;
	color:#FFF;
	text-align:left;
}

#locationtext {
	position:absolute;
	z-index:11;
	width:860px;
	height:600px;
	top:50px;
	left:-705px;
	color:#FFF;
	text-align:left;
}

#googlemap {
	position:absolute;
	left:230px;
	top:500px;
	width:280px;
	height:390px;
	z-index:11;
}

#contacttext {
	position:absolute;
	z-index:11;
	width:860px;
	height:600px;
	top:50px;
	left:-830px;
	color:#FFF;
	text-align:left;
}

a:link {color: #FF0; text-decoration: underline; }
a:active {color: #FF0; text-decoration: underline; }
a:visited {color: #FFC; text-decoration: underline; }
a:link {border:none}

img: {border:none}
