@charset "UTF-8";
/* CSS Document */

/*********************************************************** BASE CODE ******/

body 
{
	position: absolute;
	background-color:#2f3d4f;
	background-image: ;
	background-repeat: repeat;
	background-attachment:fixed;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin:0;
	padding:0;
	text-decoration:none;
}
a
{
	color:#fff;
	text-decoration: none;
}
a:hover, a:active
{
	color:#fff;
	text-decoration: none;
}
b
{
	font-weight: bolder;
}
em
{
	color:#b3e319;
}
H1
{
	font-weight: normal;
	font-size: 32px;
	color: #fff;
}
H2
{
	font-weight: 300;
	font-size: 24px;
	color:#b3e319;
}
H3
{
	font-weight: 300;
	font-size: 10px;
	color: #fff;
}
i
{
	font-style: italic;
}
p
{
	margin-bottom: 5px;
}


/********************************************************* PAGE LAYOUT ******/

#Wrapper
{
	margin-left:auto;
	margin-right:auto;
}
#Header
{
	background-color: #4e6a84;
	position: relative;
	width: 766px;
	height: 20px;
	top:0;
	margin-left:auto;
	margin-right:auto;
}
#Mast
{
	position:relative;
	background-image:url(http://www.isell4utah.com/img/bkgrnd.jpg);
	background-repeat:no-repeat;
	top: 0px;
	width: 766px;
	height: 66px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	vertical-align:bottom;
	padding-top:208px;
}
#Main
{
	background-color: #4e6a84;
	position:relative;
	width:766px;
	top:0px;
	padding-top:15px;
	padding-bottom:50px;
	text-align:center;
}
#Footer
{
	position:relative;
	width:736px;
	top:0px;
	padding-top:15px;
	padding-bottom:50px;
	text-align:center;
	font-size:11px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}
