body
{
    margin: 0px;
    padding: 0px;
    background-image: url(../images/bg_site.jpg);
    background-color: #fcf9e1;
    background-repeat: repeat-y;
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
}
p
{
    line-height: 1.75em;
    font-size: .83em;
}
img
{
    /*	border:0px;*/
    border: none;
}
#Wrapper
{
	width: 884px;
	padding: 0px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}
#SiteWrapper
{
	width: 789px;
	margin-top: 50px;
	padding-left: 45px;
}
#Header
{
	width: 789px;
	height: 70px;
	float: none;
	background-image: url(caruso-phone-banner.jpg);
}

#Footer
{
	width: 789px;
	border-top: 4px #f7e3a1 solid;
	margin-top: 20px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#Logo
{
	width: 163px;
	height: 69px;
	float: left;
}
.Bold
{
    font-weight: bold;
}
.BoldRed
{
    font-weight: bold;
    color: #693120;
    font-size: 1em;
}
.BoldGreen
{
    font-weight: bold;
    color: #636B18;
    font-size: 1em;
}
.Italic
{
    font-style: italic;
}

/**************nav**************/
#NavWrapper
{
	width: 560px;
	height: 35px;
	float: right;
	border-top: 4px #f7e3a1 solid;
	border-bottom: 4px #f7e3a1 solid;
	margin-top: 30px;
}
#NavWrapper ul
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
#NavWrapper li
{
    float: left;
    list-style: none;
    font-size: 8pt;
}
#NavWrapper li a
{
    color: #8a8575;
    text-decoration: none;
}
#NavWrapper li a:hover
{
    color: #8a8575;
    text-decoration: underline;
}
.NavLink
{
    margin-right: 25px;
}
.NavLinkLast{
}

/************stick your finger out / cursor*****/
.cursor
{
    cursor: pointer;
}
