html {
	background:url("/images/bg.png");
}

body {
	font-family:sans-serif;
	height:auto;
	min-height:100%;
}

#container {
	width:980px;
	margin:0 auto;
}

#container #header {
	position:relative;
	background:url("/images/headerbg.png") no-repeat bottom right;
	height:150px;
}

#container #header #navigation {
	position:absolute;
	bottom:0;
	left:0;
	width:800px;
	padding:10px 0;
}

#container #sub_navigation {
	position:absolute;
	width:968px;
	display:none;
	text-align:center;
	background-color:#4e42c2;
	color:#fff;
	height:15px;
	padding:5px;
	font-size:10pt;
	border:1px solid #fff;
}

#container #sub_navigation ul li{
	display:none;
	position:absolute;
}

#container #header #navigation a {
	font-size:18pt;
	color:#fff;
	text-decoration:none;
	padding-bottom:10px;
}

#container #header #navigation a:hover {
	/*background:url("images/navpointer.png") bottom center no-repeat;*/
}

#container #header #navigation ul {
	margin:0;
	padding:0;
}

#container #header #navigation ul li {
	margin-right:50px;
}

#container #header #navigation ul li {
	display:inline;
}

#container #header #site_name {
	margin-top:50px;
}

#container #content {
	background-color:#fff;
	min-height:400px;
	padding:20px;
	overflow:auto;
	font-size:11pt;
}

#container #footer {
	color:#fff;
	height:25px;
	background:url("/images/pawprint.png") no-repeat;
	background-position:0 2px;
	padding-bottom:5px;
}

#container #footer #copyright {
	float:right;
	font-size:8pt;
}

#container #footer #copyright a {
	color:#fff;
}

p {
	margin:10px 0;
}

h1, h2, h3, h4, h5, h6 {
	color:#4e42c2;
}

h1 {
	font-size:20pt;
	border-bottom:1px solid #4e42c2;
	padding-bottom:5px;
	margin-bottom:5px;
}

h2 {
	font-size:18pt;
	margin:10px 0;
}

.two-columns .large-column, .two-columns .small-column {
	float:left;
}

.two-columns .large-column {
	width:600px;
}

.two-columns .small-column {
	width:300px;
	margin-left:40px;
}

.date {
	font-size:10pt;
	color:#4e42c2;
	font-weight:bold;
}

.latest_guestbook_entries .comment_header {
	color:#4e42c2;
}

.latest_guestbook_entries .extra_fields {
	display:none;
}

.emphasis {
	font-weight:bold;
}

#latest_updates {
	list-style-type: none;
}

#container #content a {
	text-decoration:none;
	color:#312b6e;
	font-weight:bold;
}

#container #content a:hover {
	text-decoration:underline;
}

#container #content a:visited {
	font-weight:normal;
}


/* Picture viewing */
.thumbnail, .thumbnail_l {
	border:0px;
	margin:2px;
}

.thumbnail:hover {
	border:2px solid #031cbd;
	margin:0px;
}

.thumbnail {
	width:75px;
	height:56px;
	float:left;
}

.thumbnail_l {
	width:200px;
	height:150px;
}

.picdetails {
	position:relative;
	float:left;
	margin:5px;
	text-align:center;
	width:200px;
}

.picdetails.small {
	width:140px;
	height:200px;
}

.picdetails.small img {
	width:140px;
	height:200px;
}

.picdetails a {
	font-size:13pt;
}

#picdesc {
	text-align:center;
}

#picViewPicture {
	float:left;
	margin-right:20px;
	background:url(../graphics/imagebg.png) no-repeat;
	width:350px;
	overflow:auto;
}

#picViewPicture #largePic {
	margin-bottom:10px;
}

#picViewNavHeader {
	float:left;
}

#picViewNav {
	overflow:auto;
}

/* End picture viewing */

.float_right {
	position:relative;
	float:right;
}

.float_left {
	position:relative;
	float:left;
}

.center {
	text-align:center;
}

dt {
	color:#4e42c2;
	font-weight:bold;
}

dd {
	margin-left:20px;
}

#webring * {
	background-color:#fff !important;
	border:none !important;
	color:#312B6E;
	text-align:left !important;
}

#webring img {
	margin-right:10px;
}

#gallery img {
	background-color:#efebca;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
	padding:5px 5px 20px;
	float:left;
	width:75px;
	height:56px;
	margin:2px;
}

#gallery ul img:hover {
	background-color:#fff;
}