BODY
{
    margin: 0,0;
    top: 0px;
    left: 0px;
	background-color: #4c4c4c;
}

#main
{   
    top: 0px;
    left: 0px;
    margin: 0, 0;
    text-align: center;
}

#masthead
{
    position: fixed;
    bottom: 0px;
    margin-left: 0px;
    left: 0px;
    width: 100%;
    height: 150px;
    background-color: WHITE;
    margin-left: 0px;
    background-image: url(images/bw_JackWithDog.gif);
	background-repeat: no-repeat;
	background-position: left;
    
}

#btmContent
{
    position: absolute;
    bottom: 10px;
    top: 10px;
    width: 800px;
    left: 50%;
    margin-left: -320px;
    text-align: center;
    font-family: futura, arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
}



.designerImage
{
    position: relative;
    width: 350px;
    height: 450px;
    background-color: White;
    display: inline;
}

.description
{
    position: relative;
    width: 1050px;
    height: 50px;
    color: black;
    font-family: futura, arial, sans-serif;
    font-size: 12px;
    margin-top: 15px;
    text-align: center; 
}


.designer
{
	color: White;
}

.tagline
{
    color: red;
}

.taglineLarge
{
    color: red;
    font-size: 18px;
}

.address
{
	font-size: 12px;
	padding-top: 10px;
	vertical-align: middle;
}

a
{	
	color: #888888;
	font-weight: bolder;
	text-decoration: none;
}

a:hover
{
    color: #444444;
}