/*
      Created by Cassandra Regan for Lisa Sorensen, www.lisasorensen.com. Design by Claire K. Murphy.  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
 font-size: 13px;
}

a {
  color: #433d43;
  text-decoration: none;
  border: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #a6a8ab;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #433d43;
	font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-weight: lighter;
}

img {
	border-style:none;
}


#wrapper {
	margin: 0 auto;
	width: 758px;
	overflow: hidden;
}

#leftheader {
 color: #433d43;
 width: 160px;
 float: left;
 padding: 10px 5px 10px 10px;
 border: 1px solid #ffffff;
 height: 150px;
 margin: 10px 0px 0px 0px;
 background: #ffffff;
}

#leftheader ul {
	text-align: right;
	margin-top: 52px;
	line-height: 20px;
	font-size: 12px;
	list-style: none;
}


#rightheader {
 color: #433d43;
 width: 568px;
 float: left;
 padding: 10px 10px 10px 0;
 border: 1px solid #ffffff;
 height: 150px;
 margin: 10px 0px 0px 0px;
 background: #ffffff;
}

#leftcolumn { 
 color: #433d43;
 border: 1px solid #ffffff;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px 5px 10px 10px;
 width: 160px;
 float: left;
}

#leftcolumn ul {
	text-align: right;
	line-height: 20px;
	font-size: 12px;
	list-style: none;
}

#rightcolumn {
	float: left;
	color: #433d43;
	border: 1px solid #ffffff;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	width: 568px;
	display: inline;
	text-align: justify;
}

#rightcolumn img {
  padding: 0px 10px 10px 0px;
}

#rightcolumn p {
 font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
 font-size: 13px;
 padding-top: 5px;
}

#rightcolleftcopy {
	float: left;
	width: 150px;
	color: #7c7177;
	text-align: left;
}

#rightcolrightcopy {
	float: right;
	width: 200px;
	margin-right: 76px;
	color: #433d43;
	text-align: right;
}

#rightcolrightcopyvert {
	float: right;
	margin-right: 262px;
	width: 100px;
	color: #433d43;
	text-align: right;
}

#footer {
	width: 728px;
	clear: both;
	color: #433d43;
	border: 1px solid #ffffff;
	background: #ffffff;
	font-size: 9px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 175px;
}

.floatright {
	float: right;
	margin: 10px 0px 1px 10px;
}

.floatleft {
	float: left;
	margin: 10px 10px 3px 0px;
}

