/* start LAYOUT ++++++++++++++++++++++++++++++ */

	#wrapper {
		background-color: #20160c;
		/* border-bottom: solid 1px #453322; */
	}
	
	
	#logo {
		width: 104px;
		height: 171px;
		margin-left: auto;
		margin-right: auto;
		/* position: relative; */
	}
	
	#logo img {
		width: 104px;
		height: 140px;
		padding-top: 18px;
		padding-bottom: 13px;
		/* position: absolute; */
	}
	
	
	#container {
		background: #20160c;
		/* background-color: transparent; */
		overflow: hidden;
		/* vertical-align: middle; */
		border: 10px solid #20160c;
	}
	
	#contBorder {
		width: 860px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		border: 10px solid #352618;
	}
	
	
	#main {
		background: #20160c;
		/* color: #a3a3a3; */
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#mainMaison {
		background: #20160c;
		background: url(../images/bgrd_pxl_maison.png);
		background-repeat: repeat-y;
		/* color: #a3a3a3; */
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#mainStaff {
		background: #20160c;
		background: url(../images/bgrd_pxl_staff.png);
		background-repeat: repeat-y;
		/* color: #a3a3a3; */
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#mainServices {
		background: #20160c;
		background: url(../images/bgrd_pxl_services.png);
		background-repeat: repeat-y;
		/* color: #a3a3a3; */
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#mainInterior {
		background: #20160c;
		background: url(../images/bgrd_pxl_interior.png);
		background-repeat: repeat-y;
		/* color: #a3a3a3; */
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#mainContact {
		background: #20160c;
		background: url(../images/bgrd_pxl_contact.png);
		background-repeat: repeat-y;
		/* color: #a3a3a3; */
		margin-top: 10px;
		margin-bottom: 10px;
	}
		
		
	#footer {
		width: 880px;
		margin-left: auto;
		margin-right: auto;
		font-size: 0.9em;
		color: #372718;
		margin-bottom: 25px;
		padding-top: 0px;
		text-align: center;
	}

/* end LAYOUT ++++++++++++++++++++++++++++++ */



/* start NAVIGATION ++++++++++++++++++++++++++++++ */

	#navigation {
		/* margin-top: 15px; */
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}

	#navigation {
		text-shadow: #0e0e0e 0 1px 0;
	}
	
	#navigation ul {
		text-align: center;
		margin-left: 0;
		padding-left: 0;
	}
	
	#navigation li {
		padding: 0em 1em;
		/* padding: 0.25em 1em; */
		/* border-left: 1px solid #312215; */
		display: inline;
		/* background-color: red; */
		/* list-style-image: url(http://monstereyes.com/clients/Maison/images/arrow.gif); */
	}
	
	#navigation li:first-child {
		border: none;
	}

/* end NAVIGATION ++++++++++++++++++++++++++++++ */



/* start COLUMNS ++++++++++++++++++++++++++++++ */

	#col1, #col2, #col3, #col4 {
		/* background: yellow; */
		margin-bottom: 0px;
	}
	
	#col1 p, #col2 p, #col3 p, #col4 p {
		/* padding: 10px; */
		padding-bottom: 12px;
	}
	
	#col1 td, #col2 td, #col3 td, #col4 td {
		vertical-align: top
	}
	
	#col1 p:last-child, #col2 p:last-child, #col3 p:last-child, #col4 p:last-child {
	    /* background: pink; */
	    padding-bottom: 0px;
	}
	
	#col1 p:first-child, #col2 p:first-child, #col3 p:first-child, #col4 p:first-child {
	    /* background: yellow; */
	    /* margin: 0px 0px 0px 0px  */
	}
	
	#col1 ul, #col2 ul, #col3 ul, #col4 ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	#col1 li.bullet, #col2 li.bullet, #col3 li.bullet, #col4 li.bullet {
		background-image: url(../images/icon_blt.png);
		background-repeat: no-repeat;
		background-position: 0 .5em;
		padding-left: 1.3em;
		padding-bottom: .3em;
	}
	
	#col1 li.bullet:last-child, #col2 li.bullet:last-child, #col3 li.bullet:last-child, #col4 li.bullet:last-child {
		/* background: pink; */
	    padding-bottom: 0px;
	}
	
	.colPadRight {
		padding-right: 20px;
		/* background-color: aqua; */
	}

/* end COLUMNS ++++++++++++++++++++++++++++++ */

.pxlBorder img {
	border: solid 1px #372718;
}

#sspAbout {
	/* background-color: red; */
	/* margin-top: 20px; */
}

.spacer {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 5px;
	height: 15px;
}

.pxl {
	margin-top: 10px;
	margin-bottom: 10px;
}

.quote {
	/* background-color: aqua; */
	text-align: right;
}

h1 {
	font: 14px/20px Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
	/* line-height: 1.3em; */
	text-align: left;
	margin-top: -5px;
	padding-bottom: 12px;
}

.floatRight {
	float: right;
	margin: 3px 0 20px 20px;
	border: 1px solid #372718;
	/* padding: 2px; */
}

.floatLeft {
	float: left;
	margin: 3px 20px 20px 0;
	/* padding: 1px; */
	border: 1px solid #372718;
	/* padding: 2px; */
}





#pageHeadline {
	/* background-color: #aaaaaa; */
	/* font-size: 18px; */
	font: 18px/22px Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
	/* margin-top: 5px; */
	margin-bottom: 25px;
	text-align: left;
}

.headline {
	font: 18px/23px Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
	/* line-height: 1.3em; */
	text-align: left;
}

.subHeadline {
	font: 16px/21px Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-align: left;
}

.colleft {
	/* background: red; */
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.colmid {
	/* background: blue; */
	padding-top: 20px;
	padding-bottom: 20px;
}

.colright {
	/* background: green; */
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*
input {
	color: lime;
	background: red;
	border: none;
	font-size: 9px;
	font-family: Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

textarea {
	color: lime;
	background: red;
	border: none;
	font-size: 9px;
	font-family: Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
*/

input, select, textarea {
	font: 11px/15px Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
    /* background-color: #c9bfb5; */
    background-color: #352618;
    color: #b09b87;
    border: none;
    padding: 5px;
    border: 1px double #72583d;
}

.submit input {
	color: #b09b87;
	background: #352618;
	border: 1px double #72583d;
} 












/* START extra custom - - - - - - - - - - - - - - - - - - - - - - - - - - */


#header {
	height: 140px;
	/* background: url(http://nationalfingerfootballleague.com/images/new/bgrd_header_light.png) no-repeat; */
	margin-bottom: 25px;
	background-color: #1f1f1f;
}

#header img {
	width: 100px;
	height: 140px;
	position: absolute;
	bottom: 0px;
	left: 350px;
}

#mainSide {
	/* background: lightblue; */
}

#mainSideBox {
	/* background: pink; */
	border-left: 1px solid #aaaaaa;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

#pixel {
	background-color: #aaaaaa;
	margin-top: 10px;
	margin-bottom: 25px;
}

#padText div {
	background: url(http://nationalfingerfootballleague.com/images/new/corner_br.png) 100% 100% no-repeat;
	background-color: #eeeeee;
	border-top: 1px solid #d5d5d5;
	padding: 15px;
}

#sideBoxLeft {
	border-right: 1px solid #aaaaaa;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

#sideBoxLeft p {
	/* padding: 10px; */
	padding-bottom: 12px;
}

	
#sideBoxLeft p:last-child {
    /* background: pink; */
    padding-bottom: 0px;
}


#sideBoxRight {
	border-left: 1px solid #aaaaaa;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}


/* start BORDER TOP ++++++++++++++++++++++++++++++ */

	#col1top, #col2top, #col3top, #col4top {
		/* background: #eaeaea; */
		margin-bottom: 20px;
		border-top: 1px solid #aaaaaa;
		padding-top: 20px;
	}
	
	#col1top p,
	#col2top p,
	#col3top p,
	#col4top p {
		/* padding: 10px; */
		padding-bottom: 15px;
	}
	
	#col1top p:last-child,
	#col2top p:last-child,
	#col3top p:last-child,
	#col4top p:last-child {
	    /* background: pink; */
	    padding-bottom: 0px;
	}

/* end BORDER TOP ++++++++++++++++++++++++++++++ */


/* start BORDER BOTTOM ++++++++++++++++++++++++++++++ */

	#col1bottom, #col2bottom, #col3bottom, #col4bottom {
		/* background: #eaeaea; */
		margin-bottom: 20px;
		border-bottom: 1px solid #aaaaaa;
		padding-bottom: 20px;
	}
	
	#col1bottom p,
	#col2bottom p,
	#col3bottom p,
	#col4bottom p {
		/* padding: 10px; */
		padding-bottom: 15px;
	}
	
	#col1bottom p:last-child,
	#col2bottom p:last-child,
	#col3bottom p:last-child,
	#col4bottom p:last-child {
	    /* background: pink; */
	    padding-bottom: 0px;
	}

/* end BORDER BOTTOM ++++++++++++++++++++++++++++++ */


#homeCol1, #homeCol2 {
	background: lightgray;
}

#homeMini {
	/* background-color: #eeeeee; */
	text-align: left;
	margin-bottom: 20px;
}

#secondary1, #secondary2 {
	background: lightgray;
}

/*
#mainContent {
	background: lightblue;
}

#secondary1 p,
#secondary2 p,
#mainContent p {
	padding: 10px;
}
*/

#newsletter {
	background-color: #C9DDEC;
	border-left: 1px solid blue;
	border-top: 1px solid blue;
}

#miniBoxes {
	background: lightgray;
/*
	margin-top: 20px;
	margin-bottom: 20px;
*/
}


/* END extra custom - - - - - - - - - - - - - - - - - - - - - - - - - - */

