/* Manor Base Stylesheet*/

/*
	Colour Pallette
		link: #303030
		border: #C6C2B7
		background: #D6D6D6
		input border: #4D473B
		
		border-color: #C9C2AF
*/

/* Stylesheet Includes */

	/* Default columns styles */
	@import url(columns.css);
	
	/* Default float styles */
	@import url(floats.css);
	
	/* header styles */
	@import url(header.css);
	
	/* default text styles */
	@import url(text.css);
	
	/* Content styles */
	@import url(content.css);
	
	/* footer styles */
	@import url(footer.css);
	
/* Base Styles */

body
{
	margin: 0;
	font-family: Verdana; /*font-size: 100%; /* Fixes resizing issue in IE6,7 */ /*line-height: 2.0em; /* 16px * 2 = 32px */
	font-size: 11px;
	color: #6F6F6F;
	line-height: 16px;
	background-color: #d6d6d6;
	background-image: url(/images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body img
{
	border-style: none;
}

body p
{
	margin: 0;
	padding: 0;
}

div#wrapper
{
	/*width: 1014px;*/
	width: 990px;
	margin:0 auto;
	/*margin-left: auto;
    margin-right: auto;*/
    text-align: left;
}
div#wrapper div#header
{
	background-image: url(/images/bg_header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 109px;
	float: left;
		padding-right: 14px;
	padding-left: 14px;
}

* html div#wrapper div#content
{
	height: 580px;
}
div#wrapper div#content
{
	background-image: url(/images/bg_content.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	float: left;
	width: 100%;
	min-height: 580px;
}

div#wrapper div#footer
{
	background-image: url(/images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 100px;
	
	width: 100%;
	float: left;
}

div#wrapper form
{
	margin: 0;
	padding: 0;
}
.btn 
{
    border:none; 
    background-color:#888888 ; 
    color:#FFFFFF; 
    font-weight:bold;
}

/** {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -41px; /* the bottom margin is the negative value of the footer's height */
/*}
/*#footer, .push {
	height: 41px; /* .push must be the same height as .footer */
/*}*/