/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color:#020245;
}
html {
	height:100%;
}
#navbar {
	padding:5px 0 2px 0;
	height: 20px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:0.80em;
	color:#FBF6E3;
	text-align:center;
	border-bottom:1px solid #FBF6E3;
}
#navbar a{
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#FBF6E3;
	text-decoration:none;
}
#navbar a:visited{
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#FBF6E3;
	text-decoration:none;
}
#navbar a:hover{
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#999966;
	text-decoration:none;
}
#navbar #currentpage {
	color:#999966;
}
#navbar ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#navbar li {
	display:inline;
	margin-left:2.40em;
	}
#header {
	height:120px;
	background-image:url(../../images/blue_standard/dcrane_logo_blue.gif);
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:1px solid #FBF6E3;
}
/*main floats*/
#left {
	width:100%;
	height:100%;
}
/**/
/*left container floats*/
#picturearea {
	margin:0;
	padding:0;
	width:200px;
	height:inherit;
	float:left;
}
#picturearea img{
	padding: 5px 5px 5px 5px;
	
}
#lefttext {
	width:80%;
	height:inherit;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FBF6E3;
	font-size:0.70em;
	line-height:1.20em;
	text-align:justify;
	}
#lefttext a{
	font-family:Arial, Helvetica, sans-serif;
	color:#FBF6E3;
	font-weight: bold;
	text-decoration:none;
	}
#lefttext a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#FBF6E3;
	font-weight: bold;
	text-decoration:none;
	}
#lefttext a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#FBF6E3;
	font-weight: bold;
	text-decoration:underline;
	}
.pagetitle {
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#FBF6E3;
	font-size:2em;
	font-weight: lighter;
}
/*SECONDARY NAV*/
#secondarynav {
	padding:5px 0 2px 0;
	height: 20px;
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#FBF6E3;
	text-align:right;
	border-top:1px solid #FBF6E3;
}
#secondarynav a{
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#FBF6E3;
	text-decoration:none;
}
#secondarynav a:visited{
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#FBF6E3;
	text-decoration:none;
}
#secondarynav a:hover{
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#999966;
	text-decoration:none;
}
#secondarynav #currentpage {
	color:#999966;
}
#secondarynav ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#secondarynav li {
	display:inline;
	margin-left:2em;
	}
.pictest{
	float:right;
	width:150px;
	height:77px;
	padding: 0px;
}
.ranbypic{
	float:right;
	width:150px;
	height:118px;
	padding: 0px 0px 10px 10px;
}
.daniel{
	float:left;
	width:200px;
	height:180px;
	padding: 3px 10px 10px 0px;
}
.dcbowler{
	float:right;
	width:150px;
	height:194px;
	padding: 0px 0px 10px 10px;
}
.dog{
	float:left;
	width:180px;
	height:150px;
	padding: 3px 10px 10px 0px;
}
.creamborder {
	border:1px solid #FBF6E3;
}
/*contact page*/
.contactpic {
	float:right;
	width:242px;
	height:180px;
	padding: 0px 0px 120px 10px;
}
#loading
{
font-family:"Georgia", Times New Roman, Times, serif;
}
/*VCARD styling for contact page*/
#hcard-Daniel-Crane h2
	{
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#FBF6E3;
	font-size:175%;
	font-variant:small-caps;
	}
#hcard-Daniel-Crane 
	{
	
	font-weight:bold;
	}
#hcard-Daniel-Crane h2.byemail
{
	
	background-image:url(../../images/contact/mouse.jpeg);
	background-position:left;
	background-repeat:no-repeat;
	
	padding-left:35px;
	line-height:25px;
}
#hcard-Daniel-Crane a.email
{
	font-variant:normal;
	margin-left:20px;
	text-decoration:underline;
}
#hcard-Daniel-Crane h2.mail
	{
background-image:url(../../images/contact/mail.jpeg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
	line-height:25px;
}
#hcard-Daniel-Crane h2.telno
	{
background-image:url(../../images/contact/telephone.jpeg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
	line-height:25px;
}