/*
	House Asgard Main Style Sheet
	Created by Judith Scull
	http://houseasgard.com
	
*/

BODY {
	BACKGROUND-COLOR: #FFFFCC;
	BACKGROUND-IMAGE: url(asgardart/other/bg11a.jpg);
	COLOR: black;
	FONT-FAMILY: Verdana, helvetica, serif;
	FONT-SIZE: 100%;
	font-weight: 300;
	 
}
div.welcome {
   background-color: #FFCC00
   border-style: outset; 
   border-width: 7px; 
   border-top-color: #C0C0C0;
   border-right-color: #313131;
   border-bottom-color: #000000; 
   border-left-color:#FFFFFF; 
}
div.address {
	FONT-FAMILY: Verdana, helvetica, serif;
	FONT-SIZE: 71%;
	font-weight: 400;
}

span.small {
	FONT-FAMILY: Verdana, helvetica, serif;
	FONT-SIZE: 69%;
	font-weight: bold;
}
TABLE,DT,DD,dl {
	BACKGROUND-COLOR: transparent;
	background-attachment: fixed;
	FONT-FAMILY: Verdana, helvetica, serif;
	FONT-SIZE: 100%;
	font-weight: 300;
}
TABLE.box {
	BACKGROUND-COLOR: transparent;
	FONT-FAMILY: Verdana, helvetica, serif;
	FONT-SIZE: 100%;
	border-style: outset;
	border: thick;
	border-top-color: White;
	border-right-color: Red;
	border-bottom-color: Maroon;
	border-left-color: #E4E4E4;
}
table.yell {
 background-color: #FFCC00;
 background-attachment: fixed;
 FONT-FAMILY: Verdana, helvetica, sans-serif;
}

li {
	font-family: Verdana, helvetica, serif;
	font-size: 95%;
	font-weight: 200;
}

li.bigli {
	font-family: Verdana, helvetica, serif;
	font-size: large;
	font-weight: 200;
}

h1 {
	font-size: 215%;
	FONT-FAMILY: CelticHand, Verdana, helvetica, serif;
	text-align: center;
}
h2 {
	font-size: 165%;
	FONT-FAMILY: CelticHand, Verdana, helvetica, serif;
	text-align: center;
}
h3 {
	font-size: 135%;
	FONT-FAMILY: Verdana, helvetica, serif;
	text-align: center;
} 

A:link {color:#FF0000}
A:visited {color:#660000}
A:hover {text-decoration: none; color: #009933}
A:active {text-decoration: none}


img.top {
    float: right;	
}
img.mine {
    position: relative;
    right: 30%;
    float: right;
}

img.mid {
    position: relative;
    right: 15%;
    float: right;
}

