/* PickRent site 1st design Nov 08 */

body {
	font-size: 13px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 5px 10px;
	}
body,div,ul,h1,h2,h3,form,textarea {
	margin:0;padding:0;
	}
img {
	border: 0;
	display: block;
	}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 18px; 
	}
li {
	list-style:none outside;
	}

textarea,select {
	font-family:inherit;font-size:inherit;font-weight:inherit;
	}
table {
	font-size:inherit;
	font:100%;
	}
a {
   color: #0000FF;
   text-decoration: underline;
	}
a:hover {
   text-decoration: none;
	}
a:visited {
   color: #0000FF;
}
strong {
   font-weight: bold;
}
/* Box containers */
#wrapper {
   width: 950px;
   margin: 0 auto;
}
#header {
}
#header-logo {
}
#h1-tag-line
 {
}
#h1-tag-line {
   font-weight: bold;
	}
/* Footer */
#footer {
   text-align:center;
   font: normal 85% arial;
	}