﻿div#logo
{
	background-color: PowderBlue;
    height: 160px;
    width: 920px;
}
div#logo .sb-inner
{ 
	background-color: PowderBlue;
	background-image: url(../Images/AspenSnowInfoLogo.jpg);
    background-repeat: no-repeat;
}
div#logo .sb-border 
{ 
	background: SlateGray; 
}

div#logoText
{
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	left: 50px;
	top: 25px;
	color: White;
}

div#logoWeb
{
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	left: 550px;
	top: 20px;
	color: White;
}

div#logoEmail
{
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	left: 570px;
	top: 40px;
	color: White;
}

div#currentDate
{
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	left: 30px;
	top: 80px;
	color: White;
}

div#currentTime
{
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	left: 35px;
	top: 100px;
	color: White;
}

a#email:link
{
	font-size: 12px;
	color: White;
	text-align: left;
	text-decoration: none;
}
a#email:visited
{
	color: White;
	text-decoration: none;
}
a#email:hover
{
	color: Crimson;
	text-decoration: underline;
}

