body {
	margin: 0;
	padding: 0;
	background-color: #eee;
}

#wrapper {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 8px;
	background-color: #fff;
	border: 1px solid #CCC;
}

#header {
	position: relative;
	width: 760px;
}

#logo {
	position: relative;
	margin: 10px 0 0 20px;
	width: 300px;
	height: 80px;
	background: url("/images/best-lifeline-logo.jpg") no-repeat;
}

#logo a, #logo h1 {
	display: block;
	width: 300px;
	height: 80px;
	margin: 0px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
}

#photo {
	position: relative;
	width: 760px;
	margin-top: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#content {
	position: relative;
	width: 660px;
	margin-top: 20px;
	padding: 0 30px;
}

#leftcol {
	float: left;
	width: 180px;
}

#rightcol {
	float: right;
	width: 460px;
}

#footer {
	position: relative;
	width: 750px;
	text-align: right;
	margin-bottom: 10px; 
}

#elchango {
	position: relative;
	width: 760px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Navigation Styles */
#nav {
	position: relative;
	width: 180px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	margin-bottom: 5px;
}

#nav li a {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1d539f;
	text-decoration: none;
}

#nav li a:hover, #nav .on {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
/* END Navigation Styles */

/* Text Styles */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #d70506;
	font-weight: lighter;
	padding: 0;
	margin: 0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 130%;
}

a {
	color: #1d539f;
}

#footer, #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 130%;
}

#footer a:hover {
	color: #1d539f;
}


/* END Text Styles */


.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}