﻿body
{
	font-size: 10pt;
	color: #181818;
	font-family: verdana;
	background-color: #F0EAD0;
}

h1
{
	font-family: Trebuchet MS;
	font-size: larger;
	color: #660000;
	}
	
	h2
{
	font-family: Trebuchet MS;
	font-size: large;
	color: #660000;
	font-weight: bold;
	}

h3
{
	font-family: Arial;
	font-size: Large;
	font-weight: bold;
	color: #181818;
	text-align: left;
}

h4
{
	font-family: Arial;
	font-size: larger;
	font-weight: bold;
	color: #181818;
	text-align: left;
}

hr
{
	color: #707070;
	margin-right: 10px;
	}

p
{
	padding-bottom: 1em;
}

a:link { color: #660000; text-decoration: none; }

a:visited { color: #660000; text-decoration: none; }

a:hover { color: #660000; text-decoration: underline; }

a:active { color: #660000; text-decoration: underline; }

.selected a:link { color: #660000; text-decoration: none; }

.selected a:visited { color: #660000; text-decoration: none; }

.selected a:hover { color: #660000; text-decoration: underline; }

.selected a:active { color: #660000; text-decoration: underline; }


.menu
{
	z-index: 1000;
	margin: 0px 70px 0px 70px;
	font-size: 10pt;
	background-color: #181818;
	height: 25px;
	border: solid 2px #3C3C3C;
	vertical-align: bottom;
	padding-top: 7px;
	padding-bottom: 0px;
}

.HomeContent
{
	z-index: 1000;
	margin: 0px 50px 0px 30px;
	font-size: medium;
}

.menu a:link { color: #B3CD62; text-decoration: none; }

.menu a:visited { color: #B3CD62; text-decoration: none; }

.menu a:hover { color: #B3CD62; text-decoration: underline; }

.menu a:active { color: #B3CD62; text-decoration: underline; }
	
	
	.MiniCart
	{
	position:absolute;
 top:0;
 right:0;
 width:350px;
 z-index: 0px;
		
		}
		
		.OriginalArt
	{
	position:absolute;
 top:0;
 right:400;
 width:600px;
 z-index: 0px;
 margin-top:10px;
		
		}
		
		.swirlLeft
	{
	    margin:0px;padding:0px;
     background-image: url(Images/swirlright.png); 
     background-repeat: no-repeat; 
     background-position: right top;
     width:585px;
     height:358px;
     z-index:5;
     position:absolute;
     left: 25%;
     top: 135px;
     overflow: hidden;

			}
		
		.swirlRight
	{
	position:absolute;
 top:160;
 right:0;	
 z-index: -1000px;
 /*background-image: url(Images/swirlright.png)	*/
		}
	
	
	.gallerylist li
{
    display: inline;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    padding:10px;
    text-align: center;
}

.socialmedia
	{
	position:absolute;
 bottom:20px;
 right:250px;
 left: 250px;
		}
