body {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: black;
	background: -webkit-linear-gradient(#419A37, #A5EB9D); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#419A37, #A5EB9D); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#419A37, #A5EB9D); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#419A37, #A5EB9D); /* Standard syntax */
}

#maincontainer {
	margin: auto;
	width: 1150px;
	padding-top: 10px;
}

#banner {
	background-color: black;
}

#banner img {
	width: 100%;
}

#navbackground {
	background-color: #173B13;
}

#nav {
	width: 100%;
	float: left;
	margin: 3px 0 10px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	color: #6AE373;
	background: -webkit-linear-gradient(#419A37, #A5EB9D); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#419A37, #A5EB9D); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#419A37, #A5EB9D); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#323232, #121212); /* Standard syntax */}

#nav li {
	float: left;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #069;
	border-right: 1px solid #090909;
	width: 140px;
	text-align: center;
}

#nav li a {
	text-decoration: none;
	color: #6AE373;
}

#container {
	margin: auto;
	padding: 5px;
	background-color: #9EEA95;
	height: 100%;
}

#containerraleigh {
	margin: auto;
	padding: 5px;
	background-color: #9EEA95;
	height: 1100px;
}

#containerlibby {
	margin: auto;
	padding: 5px;
	background-color: #9EEA95;
	height: 1100px;
}

#containerholly {
	margin: auto;
	padding: 5px;
	background-color: #9EEA95;
	height: 1100px;
}


#containerriver {
	margin: auto;
	padding: 5px;
	background-color: #9EEA95;
	height: 1100px;
}

#containercharlotte {
	margin: auto;
	padding: 5px;
	background-color: #9EEA95;
	height: 1100px;
}

#containercontact {
	margin: auto;
	padding: 5px;
	background-color: #9EEA95;
	height: 1450px;
}


#leftsidebar {	display: inline-block;	float: left;
	width: 25%;
	border: 5px #68BD5F double;
	padding: 5px;
}

#leftsidebar img {
	width: 100%;
}

.wrapperpuppies img {
	width: 100%;
}

#whatis {	font-size: small;
	padding: 5px;
	background: #1E351C;
	border-radius: 5px;
	color: white;
	margin-bottom: 5px;
}

#maincontent {
	display: inline-block;
	float: inherit;
	padding: 10px;
	margin: auto;
	width: 43%;
}

#maincontentadults {	display: inline-block;
	float: inherit;
	padding: 10px;
	margin: auto;
	width: 70%;
}

div.wrapper{    float:left; /* important */
    position:relative; /* important(so we can absolutely position the description div */
    margin-bottom: 5px;
}

div.wrapperpuppies {    float:left; /* important */
    position:relative; /* important(so we can absolutely position the description div */
    margin: 5px;
}

div.description{    position:absolute; /* absolute position (so we can position it where we want)*/
    bottom:0px; /* position will be on bottom */
    left:0px;
    width:100%;
    /* styling bellow */
    background-color:black;
    font-family: 'tahoma';
    font-size:15px;
    color:white;
    opacity:0.78; /* transparency */
    filter:alpha(opacity=60); /* IE transparency */
}

p.description_content{
    padding:10px;
    margin:0px;
    font-size: 12px;
    float: right;
    vertical-align:
}

div.wrapperadults{    float: left; /* important */
    position:relative; /* important(so we can absolutely position the description div */
    margin-bottom: 5px;
    margin: 5px;
}

div.descriptionadults{    position:absolute; /* absolute position (so we can position it where we want)*/
    bottom:0px; /* position will be on bottom */
    left:0px;
    width:225px;
    /* styling bellow */
    background-color:black;
    font-family: 'tahoma';
    font-size: 15px;
    color: white;
    opacity: 0.78; /* transparency */
    filter: alpha(opacity=60); /* IE transparency */
}

p.description_contentadults{    padding: 10px;
    margin: 0px;
    font-size: 14px;
    float: right;
}

#welcome {	padding: 10px;
	background: #E8E8E8;
	border-radius: 10px;
	margin: 5px 0 10px 0;
}

#welcomeadults {	padding: 10px;
	background: #E8E8E8;
	border-radius: 10px;
	margin: 5px 0 10px 0;
	max-height:100%;
	min-height:800px;
	wdith:100%;
}

#welcomelibby {	padding: 10px;
	background: #E8E8E8;
	border-radius: 10px;
	margin: 5px 0 10px 0;
	height: 100%;
}

#welcomeriver {
	padding: 10px;
	background: #E8E8E8;
	border-radius: 10px;
	margin: 5px 0 10px 0;
	height: 100%;
}

#welcomeraleigh {	padding: 10px;
	background: #E8E8E8;
	border-radius: 10px;
	margin: 5px 0 10px 0;
	height: 100%;
}

#welcomecharlotte {
	padding: 10px;
	background: #E8E8E8;
	border-radius: 10px;
	margin: 5px 0 10px 0;
	height: 100%;
}

#welcomepuppies {	padding: 10px;
	background: #E8E8E8;
	border-radius: 10px;
	margin: 5px 0 10px 0;
	height: 100%;
}

#welcomecontact {	padding: 10px;
	background: #E8E8E8;
	border-radius: 10px;
	margin: 5px 0 10px 0;
	height: 100%;
}

#welcomecontact a{	text-decoration:none;
}

#welcomepuppies a{
	text-decoration:none;
}


#female {
	display: inline;
	padding-top: 25px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#rightsidebar {
	display: inline-block;
	float: right;
	width: 25%;
	border: 5px #68BD5F double;
	padding: 5px;
}

#rightsidebar .wrapper img {
	width: 100%;
}

#righttitle {
	border-radius: 5px;
	background-color: #1E351C;
	color: white;
	padding: 5px;
	text-align: center;
	margin: 3px;
}

#footer {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 10px 0 10px 10px;
	background-color: #1B1B1B;
	margin-top: 10px;
	border-top: 2px solid #AFAFAF;
	color: #6AE373;
	font-size: small;
	margin: 10px auto auto auto;
}

#male {
	display: inline-block;
	width: 100%;
}

#female {
	display: block;
}

#puppynursery {
	margin: 5px;
	background-color: #BFFFD5;
	border-radius: 10px;
	border: 2px solid #66E191;
	padding: 5px;
	font-size: 14px;
}
