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

html, body {
border:0;
margin:0;
padding:0;
background-image:url('images/newfrontpage1.png');
background-repeat:repeat-x;

}

body {
font:100%/1.25 arial, helvetica, sans-serif;
text-align:center;
}
#mainbox{
height:795px;
width:1125px;
/*			border:2px solid #000;*/
	}
.bulbaboutme{
width:75px;
height:100px;	
margin:115px 0 0 150px;
padding:0;
float:left;
}
#mainbox .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;
	
	
}
#mainbox .bulbaboutme a:hover{ 
/*	background:url("images/doublebulb1.png") 0 0 no-repeat;*/
background-position:-74px 0;

}
.bulbsketches{
width:75px;
height:100px;	
margin:292px 0 0 23px;
padding:0;
float:left;
}
#mainbox .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;
	
	
	
}
#mainbox .bulbsketches a:hover{ 
/*	background:url("images/doublebulb1.png") 0 0 no-repeat;*/
background-position:-74px 0;

}
.bulbgallery{
width:75px;
height:100px;	
margin:-25px 460px 0 0;
padding:0;
float:right;

}
#mainbox .bulbgallery 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;
	
}
#mainbox .bulbgallery a:hover{ 
/*	background:url("images/doublebulb1.png") 0 0 no-repeat;*/
background-position:-74px 0;

}
.bulbcontact{
width:75px;
height:100px;	
margin:155px 290px 0 0;
padding:0;
float:right;
}
#mainbox .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;

	
}
#mainbox .bulbcontact a:hover{ 
/*	background:url("images/doublebulb1.png") 0 0 no-repeat;*/
background-position:-74px 0;

}
#carimage{
	float:left;
	margin:120px 0 0 350px;
}
img{
	border:none;
}

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