body, html
{
	background: #A99C89;
	margin-top: 5px;
	font-family: Papyrus, Calibri, Arial, sans-serif;
	font-size: small;
	text-align: left;
	color: #764B31;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

Div
{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
	
}

#Header
{
	width: 1000px;
	height: 141px;
	margin: 0 auto;
	padding: 0;
	border: 5px solid #FFFFFF;
	border-bottom: none;
        background: #A99C89;
	background:url("images/header11.jpg") no-repeat left top;
}

#Header-lower
{
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	border: 0px solid #FFFFFF;
	border-bottom: none;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
        background: #A99C89;
	background:url("images/lower_header.gif") no-repeat left top;
}

#Header h1 {
	float: left;
	margin: 20px 0 0 20px;
	font-size: 36px;
	letter-spacing: -2px;
	color: #764B31;
}

#Header h2 {
	float: right;
	margin: 40px 20px 0 0px
	font-size: 50px;
	letter-spacing: -5px;
}


a {
	color: #323B2E;
	text-decoration: underline;
	font-weight:strong;
}

a.footer {
	color: white; /*#323B2E;*/
	text-decoration: none;
	font-weight:strong;
}

a:hover {
	color: #000000;
	text-decoration: none;
	color:blue;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 180px;
	padding: 15px 0px;
	background-color: #A99C89;
	border-top: 1px solid #8F7964;
	border-bottom: 1px solid #63554A;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

#menu1 a:hover {
	background-color: #FBF7EE;
	border-top: 1px solid #764B31;
	border-bottom: 1px solid #764B31;
	color: #764B31;
}
/* Menu end */


/* ++++++++++ structure for navigation info start ++*/
#home .home, #queens .queens, #contact .contact, #kittens .kittens, #studs .studs, #useful .useful, #upcoming .upcoming, #history .history, #mainGallery .mainGallery
{
        background-color: #FBF7EE;
	border-top: 1px solid #764B31;
	border-bottom: 1px solid #764B31; 
        color: #764B31;
} 
/* ++++++++++ structure for navigation info end ++++*/





#Footer
{
	clear:both;
	margin: auto;
	background: #A99C89;
	height: 20px;
	width: 1000px;
	border: solid 2px #ffffff;
	border-top: 0;
	color: white; /*#764B31;*/
        text-align: center;
	padding: 0;
	font-size: 0.8em;
	font-weight:strong;
}

#Wrapper 
{
	background: #E9EAE2; 
	display: table;
	border: solid 0px #A99C89;
	margin: auto;
	width: 1000px;
	height: 98%;
	

}
html>body #Wrapper {overflow:hidden;}

#Main 
{
	display:table;
	text-align: left;
	width: 1000px;
	margin: auto;
	padding-bottom: 50px;
	overflow:hidden;
    	border: solid 0px #A99C89;
        
}

#Column
{
	background: #E9EAE2;
	color: #D66C43;
	width: 190px;
	float:left;
	padding:0;
	margin:0;
        padding-left:10px;
        padding-top:30px;
}

#Content
{
	clear:none;
	background: #E9EAE2;
	color: #000;
	float:left;
	border:0px solid red; /* #A99C89;*/  
	width:800px;
	padding:0;
	margin:0; 
}

#inner-content
{
	position: relative;
	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 10px;
	border: 1px solid #764B31;
	border:solid 0px red; /* this will highlight the working area */
}
#inner-content img 
{
	border: 2px solid #764B31;
}

#float-left
{
	float: left; 
	margin-right:10px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}

#float-right
{
	float: right; 
	margin-right:10px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}

img.float-left 
{ 
	float: left; 
	margin-right:330px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	border: 2px solid #764B31;
}
img.float-right { 
    	float: right; 
    	margin-top:10px;
    	margin-left:10px;
    	margin-bottom:10px; 
	border: 2px solid #764B31;
}


/* gallery styles */
.description
{
  text-align: center;
  font-weight: normal;
  width: 220px;
  margin: 2px;
}

.imggallery
{
  margin: 5px;
  border: 0px solid #0000ff;  /* blue */
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
.imggallery img 
{
	margin:10px;
}

.imggallery a:hover  {border: 0px solid #0000ff;}

.nav { position:absolute; top:5px; left:680px; color:Orange;}
.navright { position:absolute; top:5px; left:730px; color:Orange;}