/* Main Layout --------------------------------------------------------------------------------------------------------*/
html, body {
	margin:0px;
	padding:0px;
	color:#000;
	background-color:#663300;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#FFFFFF;
	text-align:center;
	line-height:1.2;
	min-height:100%;
	height:100%;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:835px;
	text-align:left;
	position:relative;
	min-height: 100%; /* For Modern Browsers */ 
	height: auto !important; /* For Modern Browsers */ 
	height: 100%; /* For IE */ 
	padding-bottom: 20px;
}

a:link {color: ##FF6600}     /* unvisited link */
a:visited {color: #009900}  /* visited link */

	

/* Footer --------------------------------------------------------------------------------------------------------*/
#footer {

width: 100%; 
position: absolute; 
bottom: 0 !important; 
bottom: -1px; /* For Certain IE widths */ 
height: 40px;
margin-top:40px;
border-top: 2px double #999999;	
}


#footer p {
	margin:0px;
	padding:0px;
	text-indent:0px;
	font-size:smaller;
	color:#FFFFFF;
}

#footerLeft{
	float:left;
	position:relative;
	top:0px;
	}

#footerRight{
	float:right;
	position:relative;
	top:0px;
}

/* Clothes pages --------------------------------------------------------------------------------------------------------*/ 
#clothesAbout{
	width:460px;
	position:relative;
	height:auto;
	top:20px;
	margin-bottom:30px;
}

#contactTop{
	width:100%;
	position:relative;
	height:auto;
	top:20px;
	margin-bottom:20px;
}	

/* Hide from IE-Mac \*/
#contactTop{
	top:55px;
}
/* End hide */

/*Thanks for reading me.  Neil Dakeyne with a bit of butchering by Richard Reynolds, 2007 */
