/* Betsy Karounos GALLERY Styles ////////////////////////////////// */

* {
margin: 0;
padding: 0;
} 

body {
background: #0b0b0b url(../elements/homepageBG.jpg) center top no-repeat;
font: normal 0.80em/150% Arial, Helvetica, sans-serif;
color: #afafaf;
text-align: left;
}

#conTainer {
width: 1055px;
height: 530px;
margin: 0 auto;
text-align: left;
}

#featureField {
position: absolute;
margin: 70px 0 0 198px;
width: 660px;
height: 462px;
background: transparent url(../elements/featurePanelBG.png);
text-align: left;
}

#featureField #artistPhoto {
display: block;
margin: 0 auto;
width: 85px;
height: 100px;
}

#featureField p {
margin: 20px 50px;
text-align: left;
}

#galleryImageOne {
position: absolute;
margin: 15px 0 0 80px;
width: 500px;
height: 405px;
z-index: 4;
}


#footerPanel {
position: relative;
height: 130px;
width: 99%;
text-align: center;
}

#footerPanel #footerInsertOne {
height: 60px;
line-height: 60px;
letter-spacing: 4px;
}

#footerPanel #footerInsertTwo {
margin-top: 30px;
font-size: 80%;
}



#mastHead {
position: absolute;
z-index: 5;
height: 70px;
width: 1055px;
background: transparent url(../elements/karounosH1.gif) center center no-repeat;
text-indent: -2500px;
overflow: hidden;
}


#galleryName { 
position: absolute;
z-index: 6;
margin-top: 500px;
width: 1055px;
font: normal 100%/24px Arial, Helvetica, sans-serif;
color: #cccccc;
text-transform: uppercase;
text-align: center;
letter-spacing: 8px;
}

#navColumn #liveLink {
color: #d7d7d7;
}

#navColumn {
position: absolute;
list-style-type: none;
width: 126px;
margin: 350px 0 0 70px;
}

#navColumn li {
display: inline;
}

#navColumn a {
display: block;
width: 115px;
text-align: right;
font: normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
color: #a7a7a7;
text-decoration: none;
text-transform: uppercase;
}

#navColumn a:hover {
color: #d7d7d7;
}



a:link {
	color: #afafaf; 
	text-decoration: none; 
	}
	
a:visited { 
	color: #ddd; 
	text-decoration: none; 
	}
	
a:hover { 
	color: #eeeee7; 
	text-decoration: underline; 
	}

