﻿body 
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: small;
    background-color: #958176;
}

#container
{
    width: 767px;
    margin: auto;
}

#menubarpainting, #menubarartwork, #menubarphotography, #menubarhome, #menubarlinks
{
    float: left;
    margin-right: -9px;
    background-repeat: no-repeat;
    height: 607px;
    width: 109px;
}

#whoisPic
{
		margin-top: -2px;
}

#contactPic
{
		margin-left: 3px;
}

#artworkPic
{
		margin-top: 4px;
}

#paintingsPic
{
		margin-top: -2px; margin-left:8px;
}

#textafterpaintingsPic
{
		margin-top: -3px; margin-left: 7px;
}

#resumePic
{
		margin-top: -5px;
}

#homePic
{
		margin-top: 18px;
}

#menubarpainting
{
    background-image: url(images/paintings1.jpg);
}

#menubarartwork
{
    background-image: url(images/artwork1.jpg);
}

#menubarphotography
{
    background-image: url(images/photography1.jpg);
}

#menubarhome
{
    background-image: url(images/home1.jpg);
}

#menubarlinks
{
    background-image: url(images/links1.jpg);
}

#links
{
    margin-top: 68px;
    margin-left: 12px;
}

#homepage #right
{
    margin-left: 100px;
	height: 609px;
	background-image: url(images/home2.jpg);
    background-repeat: no-repeat;
    position: relative;
}

#homepage #content
{
    position: absolute;
    top: 230px;
    left: 105px;
    overflow: auto;
    width: 308px;
    height: 310px;
}

#linkspage #right
{
	margin-left: 100px;
    height: 609px;
    position: relative;
    background-image: url(images/links2.jpg);
    background-repeat: no-repeat;
}

#linkspage #content
{
    position: absolute;
    top: 175px;
    left: 155px;
    overflow: auto;
    width: 310px;
    height: 390px;
}

.center
{
    text-align: center;
}

/* Change the following rules to change the style of text */

#content h1
{
    font-size: 125%;
    font-family: Arial;
    color: #351814;
}

#content h2
{
    font-size: 110%;
    color: #3a1e1a;
}

#content p
{
	font-size: 85%;
    color: #35292e;
}

/*Link style*/
#content a
{
	  color: #35292e;
}
