/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font: 12px/1.45em "Lucida Grande", Verdana, Arial, sans-serif;
 background-color:#333333;
}
#wrapper { 
 margin: 0 auto;
 width: 599px;
}
#key {
	margin-bottom: 20px;
}

#header {
 color: #333;
 width: 597px;
 float: left;
 border: 1px solid #666;
 height: 110px;
 margin: 1px 0px 5px 0px;
 background-image:url(http://www.propertysafetyid.com/images/psid_logo.png);
 background-position: center center;
 background-repeat: no-repeat;
 background-color: #ffffff;
}
#content { 
 width: 577px;
 color: #333;
 border: 1px solid #666;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
}
#content h2 {

	color: #006600;
	font: 18px/1.7em "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	 margin:5px;
	

}

#content p {
 font: 12px/1.45em "Lucida Grande", Verdana, Arial, sans-serif;
 margin:5px;
 line-height: 1.4em;
 padding-bottom: 1em;
}

#footer { 
 width: 577px;
 color: #999;
 border: 1px solid #666;
 background:#000000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
#footer p{
 font-family: Verdana, Arial, serif;
 font-size: 70%;
 letter-spacing: 2px;
 text-transform: uppercase;
}
#footer td{
 font-family: Verdana, Arial, serif;
 font-size: 75%;
 letter-spacing: 2px;
 text-transform: uppercase;
}
object {
	padding-bottom: 1em;
}
li {
	list-style-type: square;
	font-size:1.2em;
	color: #006600;
	margin-left: 50px;
	line-height: 1.4em;
}
