/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;


}

body {
font:100%/1.25 arial, helvetica, sans-serif;
background-image:url('images/completecirclefade.gif');
background-repeat:repeat-x;
}
#header{
	margin:90px 0 0 190px;
	padding:120px 0 0 150px;
	width:460px;
	height:50px;
	background-image:url('images/gallerycar.png');
	background-repeat:no-repeat;
	
}

#gallerybox{
	margin:50px 0 0 300px;
	height:470px;
	width:650px;
/*	border:2px solid #000;*/
}
#gallerynav{
margin:25px 0 0 475px ;
padding:0;
width:300px;
height:90px;
text-align:center;
font-size:80%;
background-image:url("images/horzontallinks2.png");

}
.bulbhome{
width:75px;
height:100px;	
margin:0px 0 0 0;
padding:0;
float:left;
}
#gallerynav .bulbhome a{
	background:url("images/doublebulb1.png") no-repeat;
	width:75px;
	height:10px;
	padding:90px 0 0 0;
    background-position:0 0;
    display:block;
	color:#000;
	text-decoration: none;
	font-size:12px;
	text-align:center;
	
}
#gallerynav .bulbhome a:hover{ 
/*	background:url("images/doublebulb1.png") 0 0 no-repeat;*/
background-position:-74px 0;

}
.bulbaboutme{
width:75px;
height:100px;	
margin:0px 0 0 0;
padding:0;
float:left;
}
#gallerynav .bulbaboutme a{
	background:url("images/doublebulb1.png") no-repeat;
	width:75px;
	height:10px;
	padding:90px 0 0 0;
    background-position:0 0;
    display:block;
	color:#000;
	text-decoration: none;
	font-size:12px;
	text-align:center;
	
}
#gallerynav .bulbaboutme a:hover{ 
/*	background:url("images/doublebulb1.png") 0 0 no-repeat;*/
background-position:-74px 0;

}
.bulbsketches{
width:75px;
height:100px;	
margin:0px 0 0 0;
padding:0;
float:left;
}
#gallerynav .bulbsketches a{
	background:url("images/doublebulb1.png") no-repeat;
	width:75px;
	height:10px;
	padding:90px 0 0 0;
    background-position:0 0;
    display:block;
	color:#000;
	text-decoration: none;
	font-size:12px;
	text-align:center;
	
}
#gallerynav .bulbsketches a:hover{ 
/*	background:url("images/doublebulb1.png") 0 0 no-repeat;*/
background-position:-74px 0;

}
.bulbcontact{
width:75px;
height:100px;	
margin:0px 0 0 0;
padding:0;
float:left;
}
#gallerynav .bulbcontact a{
	background:url("images/doublebulb1.png") no-repeat;
	width:75px;
	height:10px;
	padding:90px 0 0 0;
    background-position:0 0;
    display:block;
	color:#000;
	text-decoration: none;
	font-size:12px;
	text-align:center;
	
}
#gallerynav .bulbcontact a:hover{ 
/*	background:url("images/doublebulb1.png") 0 0 no-repeat;*/
background-position:-74px 0;

}
#footer{
	margin:40px 0 0 0;
	padding:0;
	width:100%;
	height:80px;
	background-image:url('images/smallskyline.png');
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}