p
{
font-family:"Times New Roman", Times, serif;
}

a.green:link {color: #98fb98; background: black; font-weight: normal;}
a.green:active {color: #98fb98; background: black; font-weight: bold;}
a.green:visited {color: #98fb98; background: black; font-weight: bold;}
a.green:hover {color: #0000ff; background: #ffffff; font-weight: bolder;}

    
		
body 
{ 
 margin: 0; 
 padding: 0; 
 padding-top:20px;
 text-align: center; 
background: url("images/bodyBackground.jpg") repeat-x; 
}


#centered
{ 
position: relative;
 width: 1000px; /* set to desired width in px or percent */
 text-align: left; /* optionally you could use "justified" */
 border: 0px; /* Changing this value will add lines around the centered area */
 padding: 0;  
 margin: 0 auto; 
 height: 800px;
 background-color: #FFFFFF;
} 


 

#addressBox
{
position:absolute;
top: 20px;
left: 548px;
width: 452px;
height: 85px;
background: black;
padding: 0px;
margin: 0 auto;
color: #98fb98;
float: right;
text-align: centre;
}

#topbanner
{
position: absolute;
left: 0px;
top: 0px;
width: 548px;
height:105px;
background-image: url("images/stanjayTopBanner.gif");
padding: 0;
margin: 0 auto;
color: white;
float: left;
}

navigation bar 

ul#list-nav 
{
list-style:none;
margin:20px;
padding:0;
width:1000px
}


ul#list-nav li
{ 
display:inline;
}

ul#list-nav li a 
{
float: right;
text-decoration:none;
padding: 0;
width: 150px;
background:#485e49;
color:#eee;
text-align:center;
border-left:1px solid #fff;
}

ul#list-nav li a:hover 
{
background:#a2b3a1;
color:#000
}

/* index page css */
#imageReelFly 
{
position: absolute;
top: 190px;
left: 580px;
width: 380px;
height: 252px;
padding: 0px;
margin: 0 auto;
}



#textBlockOne
{
position: absolute;
top: 120px;
left: 50px;
width: 480px;
}



#textBlockSix
{
position: absolute;
top: 440px;
left: 580px;
width: 600px;
}

#textStockistsListLeft
{
position: absolute;
top:460px;
left: 580px;
}

#textStockistsListCentreLeft
{
position: absolute;
top:480px;
left: 720px;
}

#textStockistsCentreRight
{
position: absolute;
top:480px;
left: 870px;

}

#textStockistsListRight
{
position: absolute;
top:700px;
left: 800px;
}




/*Trophies page css*/
#textBlockThree
{
position: absolute;
top: 120px;
left: 50px;
}

ul#trophies-list
{
list-style-image: url("images/greenTick.gif");
list-style-type:square;
}

#goldenTrophyImage
{
background-image: url("images/goldenTrophy.jpg");
position: absolute;
left: 580px;
top: 190px;
}

/*Contact page css*/

#textBlockFour
{
position: absolute;
top: 120px;
left: 50px;
}

#textBlockFive
{
position: absolute;
left: 570px;
top: 440px;
width: 400px;
font-style:italic;
color: green;
}

#textBlockSeven
{
position: absolute;
width:400px;
left: 50px;
Top: 380px;
}

#flyingCarp
{
position: absolute;
left: 580px;
top: 190px;
}


#venueList
{
position: absolute;
Top: 600px;
left: 50px;
width: 250px;
height: 200px;
padding: 0px;
margin: 0px;
}

#venueListAdditional
{
position: absolute;
Top: 600px;
left: 350px;
width: 300px;
height: 200px;
padding: 0px;
margin: 0px;
}


/*ul#list-venuesAdditional
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
li
{
position: absolute;
left: 600px;
top: 600px;
background-color: blue;
/*padding-left: 14px; */
}
