@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
	background-color: #FFF;
}
.twoColFixLtHdr #container {
	width: 870px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #939;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #939;
} 

.twoColFixLtHdr #photocontainer {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1008px;
	background-color: #939;
	border: 20px solid #06C;
}
.twoColFixLtHdr #mainphoto {
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border: 20px solid #939;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 315px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #FFF;
	background-color: #06C;
	font-size: 120%;
	font-weight: bolder;
	text-align: center;
}
.twoColFixLtHdr #logo1 {
	float: left; /* since this element is floated, a width must be given */
	width: 265px;
	background-color: #06C;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #939;
}
.twoColFixLtHdr #sidetext {
	float: left; /* since this element is floated, a width must be given */
	width: 265px;
	background-color: #06C;
	padding: 0px;
	margin-left: 25px;
}

.twoColFixLtHdr #photos {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FC0;
	border-top-width: 20px;
	border-right-width: 30px;
	border-bottom-width: 20px;
	border-left-width: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #06C;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #06C;
	margin-left: 25px;
	text-align: center;
}
.twoColFixLtHdr #logo2 {
	float: left; /* since this element is floated, a width must be given */
	width: 265px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #06C;
	margin-left: 25px;
}
.twoColFixLtHdr #address {
	float: left; /* since this element is floated, a width must be given */
	width: 265px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #06C;
	margin-left: 25px;
	color: #FFF;
	text-align: center;
}

.twoColFixLtHdr #main {
	background-color: #939;
	float: right;
	width: 555px;
	margin: 0;
	padding: 0;
}

.twoColFixLtHdr #header {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	text-align: right;
	padding: 0;
	background-color: #FFF;
	width: 505px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #939;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: right;
}
.twoColFixLtHdr #bones{
	background: url(../images/icons/bone.jpg) repeat-x;
	width: 505px;
	height: 45px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #hearts {
	width: 505px;
	height: 23px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/images/icons/heart.jpg);
	background-repeat: repeat-x;
}

.twoColFixLtHdr #stars {
	width: 505px;
	height: 35px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/images/icons/star2.jpg);
	background-repeat: repeat-x;
}

.twoColFixLtHdr #nav {
	width: 505px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent {
	width: 465px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #939;
}

.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #FFF;
	text-align: center;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.picLeft {
        float: left;
        }
.picRight {
        float: right;
        }
p  {
	font-size: 105%;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	color: #06C;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h3 {
	font-size: 130%;
	color: #939;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: left;
}
h4 {
	font-size: 110%;
	color: #06c;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
h5 {
	font-size: 110%;
	color: #06C;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h6 {
	text-align: center;
	font-size: 100%;
	color: #FFF;
	margin: 0px;
}
span.first_letter {color: #FFCC00; font-size: 3em}
span.bold {font-weight: bold;}
span.blue,.blue {color: #2B66CC; font-weight: bold;}
span.yellow {color: #FFCC00; font-weight: bold;}
span.purple {color: #993399; font-weight: bold;}
.twoColFixLtHdr #photoheader {
	border-top-width: 20px;
	border-right-width: 30px;
	border-bottom-width: 0px;
	border-left-width: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #939;
	border-right-color: #939;
	border-bottom-color: #939;
	border-left-color: #939;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: right;
	padding: 0;
}
.twoColFixLtHdr #photocontent {
	border-top-width: 0px;
	border-right-width: 30px;
	border-bottom-width: 2px;
	border-left-width: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #939;
	border-right-color: #939;
	border-bottom-color: #939;
	border-left-color: #939;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #photonav {
	border-top-width: 0px;
	border-right-width: 30px;
	border-bottom-width: 0px;
	border-left-width: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #939;
	border-right-color: #939;
	border-bottom-color: #939;
	border-left-color: #939;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
}
.twoColFixLtHdr #address a:link {
	text-decoration: underline;
	color: #FFF;
}
.twoColFixLtHdr #address a:visited {
	color: #FFF;
}
.twoColFixLtHdr #address a:hover {
	text-decoration: underline;
	color: #FFF;
}
.twoColFixLtHdr #address a:active {
	text-decoration: underline;
	color: #FFF;.twoColFixLtHdr #stars {
	background: url(../images/icons/bone.jpg) repeat-x;
	width: 505px;
	height: 45px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
