@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 62.4%;
	color: #724c39;
	background-image: url(../img/bg-body.jpg);
	background-position: left top;
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
}
#wrapper {
	background-color: #fff;
	background-image: url(../img/bg-header.png);
	padding: 110px 10px 0 40px;
	width: 720px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: justify;
}
a {
	color: #724c39;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#headertext {
	background-image: url(../img/cheshire-hamster-breeder.png);	
	background-repeat: no-repeat;
	background-position: left top;
	width: 430px;
	height: 40px;
	margin: 30px 0 20px 0;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 10px 0;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 10px 0;
	font-variant:small-caps;
}
h1 + h2 {
	padding-top: 0;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

img {
	float: right;
	margin-left: 50px;
	margin-bottom:10px;
}
.noimg {
	width: 680px !important;
	padding-right: 40px !important;
}
.noimg ul#smallprint {
	padding-right: 0 !important;
}

p{ padding-top:0px; margin-top:0px;}


div#masthead ul {
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
	
}

div#masthead ul li {
	white-space: nowrap;
	text-align: center;
	display: inline;
	padding: 0;
	margin: 0;
}

div#masthead ul li.separator {
	border-right: 1px solid #000000;
}

div#masthead ul li a {
	color: #724c39;
	text-decoration: none;
	display: inline-block;
	line-height: 2em;
	padding: 0 0.5em;
}

div#masthead ul li a:hover {
	color: #ffffff;
	text-decoration: none; background-color: #CE49CF;
}
div#masthead ul li a#activenav {
	
	color: #ffffff;}
	
	
p a {
	color: #666666;
	background-color: #cccccc; text-decoration: none;
}	
	
p a:hover {
	color: #ffffff;
	text-decoration: none; background-color: #CE49CF;
}
	


/*===[ SMALL PRINT ]===*/
#smallprint {
	list-style-type: none;
	margin: 100px 0 40px 0;
	padding: 100px 40px 50px 0;
	background-image: url(../img/hamster2.jpg);
	background-repeat: no-repeat;
	background-position: 50px 0px;
}
#smallprint li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}
#smallprint li a {
	display: block;
	padding-left: 15px;
	text-decoration: none;
	color: #dcd2cd;
	font-weight: normal;
}
#smallprint li a:hover {
	text-decoration: underline;
	color: #b8a59c;
}



/*===[ FLOAT HACK ]===*/
ul#smallprint:after
{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

ul#smallprint
{display: inline-block;}

/* Hides from IE-mac \*/
* html ul#smallprint
{height: 1%;}

ul#smallprint
{display: block;}
/* End hide from IE-mac */