html, body {
	text-align: center;
	min-width: 650px;
	margin: 0;
	padding: 0;
}

p {
	font-family: helvetica, arial;
	color: #fff;
	}
	
h1 {
	font-family: helvetica, arial;
	font-size: 1.3em;
	color: #fff;
	padding: 0;
}


#content {
	margin:	0 auto;
	width:	650px;
	text-align: left;
	background-color: #000;
	
}

#ApprenticeStorePhoto {
	background-image: url(AP_001.jpg); 
	height: 565px;
	width: 650px;
}

#title h2, a{
	font-family: helvetica, arial;
	font-size: .8em;
	color: #fff;
	padding: 0px 0px 0px 6px;
}

#title a:hover{
	text-decoration:underline;
}


h1#MainTitle {
    font-size: 1em;
    position: relative;
    padding: 0;
    margin: 0 0 0 5px;
  	width: 300px; /* image width */
    height: 35px; /* image height */
    overflow: hidden;
    display: hidden;
        }

#MainTitle span{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 308px; /* image width */
    height: 35px; /* image height */
    background: url("title.gif") top left no-repeat;
}


#quote {
	padding: 0px 0px 0px 6px;
	font-size: .7em;
}

#featured h2 {
	font-family: helvetica, arial;
	color: #fff;
	padding: 0px 0px 0px 6px;
	font-size: .9em;
}

#text {
	padding: 6px;
	font-size: .9em;
}

#contact h3 {
	font-family: helvetica, arial;
	color: #fff;
	padding: 14px;
	font-size: 1em;
	text-align: center;
}

#contact a, a:visited {
	font-family: helvetica, arial;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
}

#contact a:hover {
	font-family: helvetica, arial;
	color: #5973e4;
	font-size: 1.2em;
	text-decoration: underline;
}
