/* CSS Document . James Curran Portraits v2.0*/



* :focus { outline: 0; }
/*gets rid of ALL dotted outline artifacts*/
/* outline: none;  gets rid of outline on only specific a(link) element */

* {
margin:0;
padding:0;
border:0;
}

img { border:0; }

body {
	left: 0px;
	top: 0px;
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;

}

a:link {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;

}
a:hover {
	color: #019dda;
	text-decoration: none;

}
a:visited {
	color: #333333;
	text-decoration: none;
}


#container {
	width: 700px;
	
	position: relative;
	
	text-align: center;
	margin-left: auto;
	margin-right:auto;
}

#header {
	width: 700px;
	height: 97px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -99999px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 148px;
}



#intro_img a{
	margin-top: 66px;
	margin-bottom: 66px;
	width: 641px;
	height: 637px;
	background-image: url(images/intro_img_animation.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -99999px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	display: block;	
}


#main_content {
	width: 700px;
	text-align: centre;
}

#flash_area {
	width: 700px;
	height: 700px;
	text-align: centre;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	margin-bottom: 34px;
}



#spacer{
	position: relative;
	width: 700px;
	height: 448px;	
}





/*NAVIGATION---------------------------------------------------------------------------------------------------------------------- */


#Navbar {
	position: relative;
	height: 25px;
	width: 700px;
	list-style: none;
	
}


#Navbar li {
	float: left;
}



#Navbar a {
	text-decoration: none;
	display: block;
	height: 25px;
	text-indent: -5000px;
	background-image: url(images/buttons.jpg);
	background-repeat: no-repeat;
}






#Navbar #spacer_left {
	background-position: 0px 0px;
	width: 130px;
	text-indent: -5000px;

}


#Navbar #portraits {
	background-position: -130px 0px;
	width: 106px;
}

#Navbar #portraits:hover {
	background-position: -130px -25px;
}


#Navbar #musical_instruments {
	background-position: -236px 0px;
	width: 207px;
}

#Navbar #musical_instruments:hover {
	background-position: -236px -25px;
}


#Navbar #other_works {
	background-position: -443px 0px;
	width: 127px;
}

#Navbar #other_works:hover {
	background-position: -443px -25px;
}


#Navbar #spacer_right {
	background-position: 570px 0px;
	width: 130px;
	text-indent: -5000px;
}




/*---------------------------------------------------------------------------------------------------------------------- */








#contact_area {
	margin-top: 0px;
	width: 700px;
	height: 17px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: centre;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -99999px;
	padding-bottom: 33px;

}



#email a {
	height: 17px;
	width: 285px;
	background: url(images/email.jpg) no-repeat;
	position: relative;
	top: -14px;
	left: 115px;
	background-position: 0px 0px;
	display: block;
	text-indent: -99999px;

}

#email a:hover {	
	background-position: 0px -17px;
	display:block;
}













