/*- External Style Sheet for homeplacepress.com -*/

body {
	padding: 0px;
	margin: 0px;
}

#p_header {
	background: url("media/header.jpg");
	min-width: 800px;
	max-width: 1300px;
	height: 329px;
}

#p_nav {
	padding-left: 210px;
	padding-top: 295px;
}

#p_nav a {
	display: inline;
	background: none;
	text-decoration: none;
	font-weight: bold;
	color: #000044;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 3px;
	margin-right: 5px;
}

#p_nav a:hover {
	background-color: #FFFFFF;
	color: #FF4444;
}

#p_content {
	background: url("media/side.jpg");
	background-repeat: no-repeat;
	padding-left: 200px;
	min-height: 685px;
	max-width: 1000px;
	font-family: Century Gothic, Georgia;
	color: #003399;
}

#p_content a {
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}

#p_content a:hover {
	border-style: dashed;
	border-color: #0000FF;
	border-width: 0px;
	border-bottom-width: 1px;
}

#p_content hr {
	border-width: 1px;
	border-color: #003399;
	color: #003399;
}

#p_content img {
	padding: 3px;
	margin: 5px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #000000;
}

#p_content .noborder {
	border-width: 0px;
}

#p_content .tagline {
	font-size: 18pt;
	font-family: Arial Black;
	font-style: italic;
	font-weight: bold;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
	border-bottom-width: 1px;
	color: #000000;
}

#p_content table {
	border-width: 0px;
}

#p_content td {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 5px;
}

#p_footer {
	margin: 10px;
	text-align: center;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	max-width: 1200px;
}

#p_footer a {
	color: #0000FF;
	text-decoration: none;
}

#p_footer a:hover {
	color: #0055FF;
}

.p_spacer {
	clear: both;
}