/* CSS Document */
/* Peppy Boontown Main Style Sheet */

body
{
	margin:0;
	padding:0;
	background-image:url(../graphics/body-bg.jpg);
	background-repeat:repeat;
	clear:both;
}

#page-container
{
	width: 1000px;
	height: auto;
	background-color:#fffff;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 1px;
	clear: both;
}

#header-container
{
	width: 1000px;
	height: auto;
	margin-top: 3px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	clear: both;
}

#nav-container
{
	width: 1000px;
	height: 28px;
	margin-left:auto;
	margin-top: 5px;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	clear: both;
}

#content-container
{
    width: 1000px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-bottom:0px;
	margin-top: 0px;
	clear: both;
	border: 0px solid #183152;
	

}

#breadcrumb-container
{
    width: 1000px;
	height: 36px;
	background-color: #ffffff;
	color: #375d81;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	clear: both;
	border-bottom: 1px solid #183152;
}

#content-html
{
    width: 1000px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
    font-family:"Gill Sans MT";
    font-size: 14px;
    color:#FFFFFF;
	clear: both;
		margin-top: 0px;
	padding-top: 0px;

}

#page-title
{
    width: 1000px;
	height: 30px;
	font-family:"Gill Sans MT";
	font-style:normal;
	font-size: 20px;
	color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 3px;
	padding: 0px;
	clear: both;

}

#page-content
{
    width: 1000px;
    font-family:"Gill Sans MT";
	font-style:normal;
	font-size: 14px;
	color:#FFFFFF;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
	
}

#page-content-bg
{
    width: 1000px;
	background-image:url(../graphics/Peppy_Boontown_Action_bg_green.jpg);
	height:538px;
    font-family:"Gill Sans MT";
	font-style:normal;
	font-size: 14px;
	color:#ffffff;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	}

#content-right
{
    width: 420px;
	float:right;
    font-family:"Gill Sans MT";
	font-style:normal;
	font-size: 14px;
	color:#FFFFFF;
	text-decoration: none;
	clear:right;
}

#content-left
{
    width: 570px;
	float:left;
    font-family:"Gill Sans MT";
	font-style:normal;
	font-size: 14px;
	color:#FFFFFF;
	text-decoration: none;
	clear: both;
}

#content-center
{
    width: 999px;
	float:left;
    font-family:"Gill Sans MT";
	font-style:normal;
	font-size: 14px;
	color:#FFFFFF;
	text-decoration: none;
	clear: both;
}

.prop 
{
    height:355px;
    float:right;
    width:1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

#contact-container
{
    width: 1000px;
	height: 20px;
	padding-top: 2px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1px;
	margin-bottom: 0px;
	clear: both;
	border-top: 1px solid #ffffff;
	
}

#footer-container
{
    width: 1000px;
	height: 15px;
	padding-top: 0px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	margin-bottom: 2px;
	border-top: 0px solid #ffffff;
}

#contact
{
font-family:"Gill Sans MT";
color:#FFFFFF;
font-size: 14px;
}

#footer
{
font-family:"Gill Sans MT";
color:#FFFFFF;
font-size: 14px;
}


a:visited {
	color:#375d81;
	text-decoration:none;
}
a:active {
	color:aeccff;
}

a:link {
	color: #b2963a;
	text-decoration: none;
	font: bold;
}

a:hover {
	text-decoration: underline;
}

.header1 {
	font-size: 24px;
	font-weight: bold;
}

.sold {
	color: #FF0000;
	font-weight: bold;
}

.photocredit {font-size: 8px}
