@charset "utf-8";
/* CSS Document */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
#wrapper {
	width: 850px;
	margin: auto;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fcol_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
#header {
	width: 850px;
	height: 157px;
	position: relative;
	overflow: auto;
}
#logo {
	width: 381px;
	height: 115px;
	top: 10px;
	float: left;
	position: relative;
	margin-left: 235px;
}
#navigation {
	width: 850px;
	border-top: solid;
	border-top-color: #FF8000;
	border-top-width: thin;
	border-bottom: solid;
	border-bottom-color: #FF8000;
	border-bottom-width: thin;
	position: relative;
	left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index:1001;
}
#logindetails {
	width: 850px;
	position: relative;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align:right;
	z-index:1000;
}
#logindetails_R {
	position: relative;
	float:right;
	text-align:right;
}
#logindetails_L {
	position: relative;
float:left;
text-align:left;
padding-top:5px;
}
#content {
	width: 850px;
	position: relative;
	padding-top: 20px;
	margin-bottom: 40px;
}
#footer {
	width: 850px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
		border-top: solid;
	border-top-color: #FF8000;
	border-top-width: thin;
	text-align:center;
}
#login {
	top: 34px;
	position: absolute;
	right: 88px;
}
#register {
	top: 10px;
	position:absolute;
	right:5px;
}
#book {
	left: 5px;
	top: 10px;
	position: absolute;
}
#sitterarea {
	left: 88px;
	top: 34px;
	position: absolute;
}
#main_nav {
	font-family: 'Fredoka One', cursive;
	font-size: 14px;
	cursor: pointer;
	color: #FF8000;
}
#main_nav_over {
	font-family: 'Fredoka One', cursive;
	font-size: 14px;
	cursor: pointer;
	color: #FF8000;
}
.footer_text {
	font-family: 'Karla', sans-serif;
	font-size:13px;
	color:#FF8000;
}
.blog_heading {
	font-family: 'Karla', sans-serif;
	font-size:14px;
	color:#FF8000;
	border-bottom: solid;
	border-bottom-color: #FF8000;
	border-bottom-width: thin;
}
a:link {
	color: #FF8000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF8000;
}
a:hover {
	text-decoration: none;
	color: #d14b00;
}
a:active {
	text-decoration: none;
	color: #FF8000;
}
