HTML, BODY { height: 100%; }
BODY {
	padding: 0px;
	margin: 0px;
	background: #f9f5e0 url(../images/header.jpg) no-repeat center 0px;
	font: normal 0.75em Arial;
	color: #882b04;
}

FORM {
	margin: 0px;
	padding: 0px;
}

P {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

A { color: #882b04; text-decoration: none; }
A:hover { text-decoration: underline; }

H1 {
	clear: both;
	color: #29230f;
	font: italic 2.3em Georgia;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

H2 {
	color: #29230f;
	font: italic 2.2em Georgia;
	padding: 0px;
	margin: 20px 0px 10px 0px;
}

H3 {
	clear: both;
	color: #903813;
	font: italic 1.5em Georgia;
}

DIV#site {
	width: 950px;
	margin: 0px auto;
	min-height: 100%;
	margin-bottom: -156px;
	position: relative;
}


UL#topmenu {
	margin: 0px;
	padding: 238px 0px 0px 0px;
	list-style: none;
}
UL#topmenu LI { display: inline; }
UL#topmenu LI A {
	text-decoration: none;
	color: white;
	font: italic 1.5em Georgia;
	display: block; 
	height: 25px;
	float: left;
	margin-right: 5px;
	text-align: center;
	padding-top: 3px;
}
UL#topmenu LI A#home { width: 68px; }
UL#topmenu LI A#home:hover { background: url(../images/tm_home.jpg); }

UL#topmenu LI A#males { width: 68px; }
UL#topmenu LI A#males:hover { background: url(../images/tm_home.jpg); }

UL#topmenu LI A#females { width: 90px; }
UL#topmenu LI A#females:hover { background: url(../images/tm_females.jpg); }

UL#topmenu LI A#puppies { width: 90px; }
UL#topmenu LI A#puppies:hover { background: url(../images/tm_females.jpg); }

UL#topmenu LI A#offspring { width: 90px; }
UL#topmenu LI A#offspring:hover { background: url(../images/tm_females.jpg); }

UL#topmenu LI A#gallery { width: 90px; margin: 0px; }
UL#topmenu LI A#gallery:hover { background: url(../images/tm_females.jpg); }

UL#topmenu LI A#contact { width: 90px; }
UL#topmenu LI A#contact:hover { background: url(../images/tm_females.jpg); }

UL#topmenu LI A#forum { width: 72px; }
UL#topmenu LI A#forum:hover { background: url(../images/tm_home.jpg) no-repeat; }

DIV#content {
	float: left;
	width: 898px;
	margin-top: 45px;
	background: url(../images/center_bg.jpg) repeat-y 0px 0px;
	margin-bottom: 50px;
}

DIV#left { float: left; width: 544px; padding-right: 30px; padding-bottom: 1px; }
DIV#right { float: left; width: 323px; }

DIV#msg {
	margin-top: -25px;
	margin-bottom: 30px;
	background: url(../images/msg_hi.jpg);
	width: 540px;
	height: 135px;
}

UL#news {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 470px;
}

UL#news LI { float: left; }
UL#news LI.date {
	width: 76px;
	height: 90px;
	background: url(../images/news_date.jpg) no-repeat;
}
UL#news LI.date DIV.month {
	float: left;
	padding: 10px 0px 0px 0px;
	text-align: center;
	width: 66px;
	height: 15px;
	color: #fad535;
	font: bold 1.4em Georgia;
}
UL#news LI.date DIV.day {
	float: left;
	padding: 10px 0px 0px 0px;
	text-align: center;
	width: 66px;
	height: 20px;
	font: bold 1.6em Georgia;
	color: #882b04;
	font: bold 2.4em Georgia;
}
UL#news LI.title { width: 390px; margin-bottom: 10px; }
UL#news LI.title , UL#news LI.title A {
	color: #882b04;
	font: italic 1.5em Georgia;
}
UL#news LI.title A {
	font: italic 1em Georgia;
	text-decoration: underline;
}
UL#news LI.title A:hover { text-decoration: none; }
UL#news LI.text { width: 390px; }
UL#news LI.spacer { clear: both; float: left; width: 470px; height: 30px; }

UL.link_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
UL.link_list LI { margin-bottom: 5px; }
UL.link_list LI A {
	padding-left: 20px;
	background: url(../images/arrow.jpg) no-repeat 0px 3px;
}

DIV.clearfooter {
	height: 156px;
	clear: both;
}

DIV#footer {
	width: 100%;
	background: url(../images/footer.jpg) no-repeat center 0px;
	height: 156px;
	position: relative;
}
DIV#footer DIV#footer_text {
	margin: 0px auto;
	width: 950px;
}
DIV#footer DIV#footer_text UL {
	padding: 80px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}
DIV#footer DIV#footer_text UL LI { color: white; display: inline; }
DIV#footer DIV#footer_text UL LI A { color: white; }
DIV#footer DIV#footer_text UL LI A:hover { text-decoration: underline; }
DIV#footer DIV#footer_text P {
	color: #fad134;
	margin-top: 10px;
}
DIV#footer DIV#footer_text P A { color: #fad134; text-decoration: underline; }
DIV#footer DIV#footer_text P A:hover { text-decoration: none; }



UL#contact {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	list-style: none;
}
UL#contact LI.text {
	color: #231404;
	font: italic 1.4em Georgia;
	margin-bottom: 5px;
}
UL#contact LI.text INPUT {
	width: 166px;
	height: 40px;
	background: url(../images/send_msg.jpg);
	border: 0px;
	cursor: pointer;
}
UL#contact LI.form { margin-bottom: 15px; }
UL#contact LI.form INPUT , UL#contact LI.form TEXTAREA {
	background-color: white;
	width: 320px;
	height: 18px;
	border: 1px solid #d8961a;
	color: #231404;
	font: italic 1.2em Georgia;
	padding: 5px;
}
UL#contact LI.form TEXTAREA  {
	height: 150px;
	width: 400px;
	overflow: auto;
}

UL.gallery {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
UL.gallery LI { float: left; width: 260px; height: 190px; }
UL.gallery LI A IMG , A.bigimg IMG, UL.gallery IMG { border: 3px solid #d49214; }

DIV.details { margin-bottom: 40px; }
DIV.details P {
	color: #231404;
	font: normal 1.4em Georgia;
}