/* Old But New CSS Document */

/* General Styles */
body { /*background:url(../images/bluelacelight.jpg);*/ }



a:link, a:visited
{
	color: #003366;
	text-decoration: none;
}

a:hover, a:active
{
	color: #003399;
	text-decoration: none;
}

.header1
{
	padding:5px 0px 15px 0px;
}

.menu
{
	vertical-align:top;
	padding:10px 5px 10px 5px;
}

a.menu:link, a.menu:visited
{
	color:#003366;
	font-weight:bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

a.menu:hover, a.menu:active
{
	color:#003399;
}

.index_welcome
{
	background-image:url(../images/Welcome.jpg);
	background-repeat:no-repeat;
	background-position:top left;
    margin: 7px 0px 0px 5px;
}

.about_welcome
{
	background-image:url(../images/about.jpg);
	background-repeat:no-repeat;
	background-position:top left;
    margin: 10px 0px 0px 7px;
}

.contact_welcome
{
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	background-position:top left;
    margin: 10px 0px 0px 7px;
}

.links_welcome
{
	background-image:url(../images/links.jpg);
	background-repeat:no-repeat;
	background-position:top left;
    margin: 10px 0px 0px 7px;
}

.gallery_welcome
{
	background-image:url(../images/gallery.jpg);
	background-repeat:no-repeat;
	background-position:top left;
    margin: 8px 0 0 -5px;
}

.shop_welcome
{
	background-image:url(../images/shop.jpg);
	background-repeat:no-repeat;
	background-position:top left;
    margin: 10px 0px 0px 7px;
}

.gallery
{
	padding:15px 0px 5px 15px;
}

/* Page Styles */
p {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	text-align: left;
	line-height: 110%;
	margin: 0px 20px 15px 15px;
}

p.title {
	color:#003366;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
/*	border-bottom: 1px solid #663399; */
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 15px;
}

p.upload {
	color:#003366;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
/*	border-bottom: 1px solid #663399; */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}

p.visitshop {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.photo_frame
{
	float:right;
	padding:30px 10px 10px 10px;
	margin:15px 10px 10px 10px;
}

.etsy_friend_frame
{
	float:right;
	padding:10px;
	margin:10px;
}

.banner
{
	padding:5px 0;
}

#nav_bottom
{
	height:100px;
	width:500px;
	text-align:center;
}

select.contact_form, input.contact_form, textarea.contact_form
{
	color: #000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#A3BDD9;
	margin-bottom: 6px;
	border-color:#333333;
}

select.login_form, input.login_form, textarea.login_form
{
	color: #000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#A3BDD9;
	margin-bottom: 6px;
	border-color:#333333;
}

p.copyright {
	display: inline;
	margin-top: 0;
	margin-bottom: 0;
}