﻿body 
{
    background-image:url(images/bg.gif);
    font-family:Monotype Corsiva;
    font-size:18px;
    color:#A4A4A4;
}

#Container 
{
    width:770px;
    height:500px;
    margin:120px auto 0px auto;
    margin-top: 50px;
}

#Title 
{
    background-color:#871934;
    text-align:right;
    border-bottom:1px solid white;
    padding-top:5px;
    padding-right:5px;
}

#Nav 
{
    background-color:#871934;
	 width:770px;
    overflow:hidden;
    display:inline-block;
    border-bottom:1px solid white;
}

#Nav ul
{
    padding:0px;
    margin:0px;
    color:white;
    float:left;
    width:100%;
    
}

#Nav ul li { display: inline; }

#Nav ul li a
{
    padding:0.2em 1em;
    color:white;
    text-decoration:none;
    float:left;
    border-right:1px solid #fff;
}

#Nav ul li a:hover
{
    background-color:#ffe5cb;
    color:#000000;
}

#Content 
{
    overflow:hidden;
	 width:770px;
    display:inline-block;
    background-color:#ffe5cb;
    padding-bottom:15px;
}



#Content .Text 
{
    width:430px;
    height:352px;
    background-color:#ffffff;
    float:left;
    margin:20px 0px 0px 15px;
    padding:10px;
}

#imgside
{
float: right;
width: 365px;
padding: 0px;
padding-top: 20px;
}

#Content .SideImage 
{
    margin:10px 15px 0px 0px;

    
}

#Content .SideImage img
{
    display:block;

}

#Footer 
{
    padding:10px 0px 10px 0px;
    border-top:1px solid white;
    clear:both;
    background-color:#871934;
    text-align:center;
    color:White;
}

#Footer a {text-decoration: none; color:White;}
#Footer a:link {text-decoration: none; color:White;}
#Footer a:visited {text-decoration: none; color:White;}
#Footer a:hover {text-decoration: none; color:White;}

.Col1 
{

}

.Col1 img 
{
    text-align:center;
    height:181px;
    width:104px;
    margin:0px 7px 0px 0px; 
    border:1px solid white;
}

.SubNav 
{
    padding-top:10px;
}

.SubNav a {text-decoration: none; color:#A4A4A4;}
.SubNav a:link {text-decoration: none; color:#A4A4A4;}
.SubNav a:visited {text-decoration: none; color:#A4A4A4;}
.SubNav a:hover {text-decoration: none; color:#A4A4A4;}


#Contact 
{
    overflow:hidden;
	 width:770px;
    display:inline-block;
    background-color:#ffe5cb;
    padding-bottom:15px;
}

#Contact .Text 
{
    width:705px;
    height:332px;
    background-color:#ffffff;
    border: 0.5px black;
    float:left;
    margin:20px 10px 10px 15px;
    padding:15px;
}

.Shop 
{
    float:right;
    padding-left:10px;
}