/*CSS style coding */

/* Creates boarder for the unordered navigation list*/
#links 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 1167px;
	width: 200px;
	background-color: rgb(217, 55, 66);
	font-family: Bodoni MT;
	font-size: 1.5em;
}
#links li /* Adjust list orientation */
{
    height:50px;
    line-height:20px;
}
#links li a /* Text color of list*/
{
    display:block;
    padding:0 10px;
    color:#FFF;
    text-decoration:none;
}
#links li a:hover /* Mouse Hover Color*/
{
    background-color:rgb(11, 148, 70);
    text-decoration:none;
}
/******************************************************************/

/* Footer unordered navigation list*/
#footerlinks 
{
	list-style-type: none;
	padding: 0;
	height: 207px;
	width: 1633px;
	background-color: rgb(217, 55, 66);
	font-family: Bodoni MT;
	font-size: .9em;
	margin-top: 158px;
	margin-right: 158px;
	margin-bottom: 158px;
	margin-left: 158px;
}
#footerlinks li
{
    float:left;
}
#footerlinks li a
{
    padding:10px;
    display:block;
    text-decoration:none;
}
/*******************************************************************/

/*Contact us unordered list creation */
#contacts
{
    list-style-type:none;
    margin:0;
    padding:0;
    height:600px;
    width:1000px;
    font-family: Bodoni MT;
    font-size:1.5em;
    color:rgb(255,255,255);
}
#contacts li
{
    color:rgb(255,255,255);
    font-size:120%;
}

/********************************************************************/

/* Sets Background for about block */
#aboutblock
{
    background: url(../picture_art/aboutback.jpg);
    background-size:cover;
    background-repeat:no-repeat;
}
/*******************************************************************/

/*sets up logo section*/
#logo 
{
    margin:0;
    padding:0;
    height:200px;
    width:auto;    
}
/*********************************************************************/

/* Sets up section division and size for Navigation Section*/
#divnav 
{
    width: 200px;
    float:left;
}
/*********************************************************************/

/* Site Map set up */
#sitemap li
{
    text-align:center;
    color:white;
    font-size:200%;
}
#sitemap a
{
    color:white;
}
/***********************************************************************/

/* Sets up section division and size for Home Page Main Image*/
#homepicture 
{
	width: 1318px;
}
/*********************************************************************/

/*Image Class */
img.center 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/***********************************************************************/
       
bodoni
{
    font-family: Bodoni MT; /*Currently does not work unless font is local will revisit since recent readings confused me */
}
        

    .a {
}
