/*-------TAG STYLES-------*/
body{
background-color:#FFFFFF;
margin:0px;
}

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 1.1em;
color:#666666;
}

h1{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 1em;
color:#000000;
}
h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 1.1em;
color: #993333;
font-weight: normal;
/*letter-spacing: 0.1em;*/
}

ul{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
line-height: 1.2em;
color:#663333;
list-style-image: url(../images/list_arrow.gif);
}

a.left, a.left:active, a.left:hover, a.left:visited
{
color: #333399;
font-size: 1em;
line-height: 1.2em;
}

a.list, a.list:active
{
color: #333399;
text-decoration:none;
}
a.list:hover
{
color: #333399;
text-decoration: underline;
}



/*------ LAYOUT--------*/


#container {
	position: absolute;
	z-index: 0;
	width: 100%;
	/*height:100%;*/
	left: 0px;
	top: 0px;
}
#border {
	position: relative;
	z-index: 0;
	width: 99%;
	left: 5px;
	/*top: 5px;*/
	background: url(../images/heart_50_bg.gif);
	height: 100px;
}

#logo {
position:absolute;
z-index: 1;
left: 190px;
top: 80px;
vertical-align:top;
}

#navLeft {
	position: absolute;
	z-index: 2;
	width: 150px;
	left: 30px;
	top: 70px;
	/*border: 1px dotted #000000;*/
	
}
#widemain {
	position: absolute;
	z-index: 2;
	width: 400px;
	left: 190px;
	top: 95px;
	text-align:justify;
	/*padding: 10px;*/
	/*border: 1px dotted #000000;*/
}
#main {
	position: absolute;
	z-index: 2;
	width: 250px;
	left: 190px;
	top: 95px;
	/*padding: 10px;*/
	/*border: 1px dotted #000000;*/
}
#rightNav
{
position:absolute;
left: 455px;
top: 70px;
/*width: 150px;*/
z-index: 2;
}

#homepageHeart
{
position:absolute;
left: 325px;
top: 40px;
width: 250px;
height: 186px;
z-index: 2;
}
#homepage1
{
position:absolute;
left: 55px;
top: 40px;
width: 250px;
height: 186px;
z-index: 2;
}
#homepage2
{
position:absolute;
left: 595px;
top: 40px;
width: 250px;
height: 186px;
z-index: 2;
}
#homepage3
{
position:absolute;
left: 55px;
top: 245px;
width: 250px;
height: 186px;
z-index: 2;
}
#homepage4
{
position:absolute;
left: 325px;
top: 245px;
width: 250px;
height: 186px;
z-index: 2;
}
#homepage5
{
position:absolute;
left: 595px;
top: 245px;
width: 250px;
height: 186px;
z-index: 2;
}

/*---------- STYLE CLASSES -----------*/

.tempBlurb
{
color:#993333;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 0.7em;
line-height: 2em;
}
.warning {
color:#cc3333;
}
.itemName {
color: #FF6600;
}
.smallText {
font-size: 0.7em;
line-height: 1.1em;
}
