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

* {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	}

body {
	margin:0;
	padding:0;
	background-color:#490100;
	}
	
a:active, a:visited, a:focus {
	outline:none;
	}


/* nav */

ul#navlist {
	margin:90px 30px 0 0;
	padding:0 0 0 0;
	white-space:nowrap;
	float:right;
	}

#navlist li {
	display:inline;
	list-style-type:none;
	}

#navlist a {
	padding:2px 12px;
	font-size:12px;
	color:#333;
	text-decoration:none;
	background-color:none;
	text-transform:capitalize;
	font-weight:bold;
	}

#navlist a:hover {
	background-color:#ccc;
	}
	
#navlist a#current {
	background-color:#b6a794;
	}
	
	
/* page */

#page {
	margin:30px auto 0px auto;
	width:800px;
	}

#header {
	height:111px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	}

#main {
	height:550px;
	background-color:#fff;
	background-image:url(images/sides.gif);
	background-repeat:repeat-y;
	}

#main h1, h2 {
	margin:25px 0px 0px 25px;
	font-size:18px;
	font-style:bold;
	font-family:"Courier New", monospace;
	color:#222;
	}

#main h1 {
	border-bottom:1px dashed #ccc;
	width:750px;
	}

#main h2 {
	font-size:16px;
	}

#main p {
	margin:10px 25px;
	text-align:justify;
	}

#main p a {
	color:#666;
	}

#main p a:hover {
	color:#666;
	text-decoration:none;
	}

.link-box {
	margin:10px 25px;
	}

.link-box a {
	color:#666;
	border:1px #999 solid;
	text-decoration:none;
	padding:1px 3px 2px 3px;
	background-color:#ede9e4;
	}

.link-box a:hover {
	color:#999;
	border:1px #ccc solid;
	background-color:#fff;
	}
	
td#main {
	vertical-align:top;
	}

#footer {
	height:13px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
	}

#clear {
	height:10px;
	background-color:none;
	}

.image-right {
	float:right;
	border:1px #333 solid;
	margin:20px 25px 20px 20px;
	}

.image-left {
	float:left;
	border:1px #333 solid;
	margin:20px 20px 20px 25px;
	}
	
.iframe {
	padding:0 8px;
	height:100%;
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
	back
	}
	
.iframe iframe {
	width:784px;
	height:100%;
	overflow:visible;
	}

.rollovers {
	float:right;
	margin:5px 60px 0 0;
	cursor:default;
	}

.rollovers th {
	color:#666;
	text-transform:uppercase;
	font-size:9px;
	font-weight:normal;
	padding-right:5px;
	}

.rollovers td {
	padding:5px 3px;
	color:#444;
	font-family:"Courier New", monospace;
	font-size:14px;
	font-weight:bold;
	}

.gallery-div {
	text-align:center;
	margin-top:5px;
	}

.gallery-image {
	margin-top:20px;
	border-top:30px solid #ddd;
	border-right:30px solid #bbb;
	border-bottom:30px solid #aaa;
	border-left:30px solid #ccc;
	}

.scroll-div {
	overflow-y:scroll;
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	height:100%;
	margin:0;
	width:792px;
	}
	
.dog-entry {
	width:776px;
	}

.dog-image {
	float:right;
	border:1px #333 solid;
	margin:5px 25px 20px 20px;
	}

.dog-clear {
	clear:both;
	margin:0 25px;
	border-bottom:1px solid #ccc;
	height:10px;
	}
	
.image-div {
	text-align:center;
	margin-top:5px;
	}
	
.more-image {
	border:1px #999 solid;
	margin:18px 10px 0 10px;
	}
	
.form {
	border:1px solid #ccc;
	padding:15px 30px 10px 15px;
	margin:10px auto;
	background-color:#eee;
	}
	
.form th {
	color:#333;
	text-align:right;
	}

.textbox {
	width:285px;
	}

textarea {
	width:99%;
	height:225px;
	}
	
.send {
	color:#333;
	background-color:#fff;
	font-weight:bold;
	}
