/* Copyright 2006 Zedspot Media. All rights reserved. */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 8pt/1em "Lucida Grande", verdana, sans-serif;
	color: #444;
	background: #333 url(../images/bgpt.gif) repeat;
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}

#wrap {
	margin: 20px auto;
	width: 445px;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*ie*/
	text-align: left;
	border: 6px solid white;
	background-color: white;
}

#header {
	height: 40px;
	background: white url(../images/logo.png) no-repeat;
	margin: 0 0 2px 0;
	border-bottom: 1px solid whitesmoke;
}

#header h1, #footer span {
	display: none;
}

#content {
	width: 445px;
}

#footer {
	background: white;
	font-size: 9px;
}

h3 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: #8b8c8e;
	cursor: pointer;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #bec100;
}

h3 a:hover, h3 a:active {
	color: #222;
}

p {
	padding: 5px 10px;
	color: #444;
	background: #fff;
}

img.hd{
	padding: 0;
	margin: 0;
	width: 445px;
}

.strong {
	color: #bec100;
	font-weight: bold;
}
