body {
	text-align: center;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

p {
	line-height: 1.6em;
}

a img {
	border: none;
}

#wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/page_tile.gif) repeat-y left top;
	text-align: left;
}
#nav {
	margin-right: 14px;
	margin-left: 14px;
	background: #c1b9ad url(../images/nav_bg.gif) no-repeat left top;
	height: 42px;
	position: relative;
	margin-bottom: 7px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 7px;
	top: 10px;
	width: 500px;
	height: 22px;
}
#nav ul li {
	float: left;
	list-style: none;
}
#nav ul li a {
	color: #000;
	text-decoration: none;
	font: normal 1.24em "Trebuchet MS", Verdana;
}
#nav span {
	display: none;
}
#nav  ul  li.one a {
	height: 22px;
	width: 125px;
	background: url(../images/btn_home_off.gif) no-repeat left top;
	display: block;
}
#nav ul li.one a:hover {
	background: url(../images/btn_home_on.gif) no-repeat left top;
}
#nav ul li.two a {
	background: url(../images/btn_contact_off.gif) no-repeat left top;
	height: 22px;
	width: 106px;
	display: block;
}
#nav ul li.two a:hover {
	background: url(../images/btn_contact_on.gif) no-repeat left top;
}


#banner {
	margin-left: 14px;
	margin-right: 14px;
}
#content {
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 7px;
	background: #FFCCFF;
}
#left {
	width: 535px;
	padding: 35px 0 35px 45px;
	
	/*background: #FFFFCC;*/
	float: left;
}
#right {
	background: #ff0000 url(../images/red_top_corners.gif) no-repeat left top;
	width: 307px;
	float: right;
	color: #ffffff;
	font-size: 0.92em;
}
#right #corners {
	background: url(../images/red_btm_corners.gif) no-repeat left bottom;
	padding: 10px 25px 15px 25px;
}

#right a {
	color: #ffffff;
}

#right a:hover {
	text-decoration: none;
}

#right p {
	margin: 1.1em 0;
	padding: 0;
}

#right h2.hear-it {
	text-indent: -9999px;
	background: transparent url(../images/right_heading_hear_it.gif) 4px 10px no-repeat;
	width: 222px;
	height: 35px;
	margin: 0;
	padding: 0;
}

#right h2.meet {
	text-indent: -9999px;
	background: transparent url(../images/right_heading_meet.gif) 4px 10px no-repeat;
	width: 160px;
	height: 35px;
	margin: 15px 0 0;
	padding: 0;
}

#footer {
	clear: both;
	font-size: 0.86em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
}

#trademark {
	float: left;
	margin-left: 25px;
}

#policies {
	float: right;
	margin-right: 19px;
	text-align: right;
}

.clear {
	clear: both;
}
