/***********************************************/
/* Main Styles  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/




html, body {
height:100%;
margin: 0 0 1px;
padding:0px;
background:#FFFFFF;
color:#4d4d4d;
font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
font-size:14px;
}

.all {
background:url(../paws/paintjob.png) no-repeat center top;
text-align: center; 
width: 100%;
}

/******* hyperlink and anchor tag styles *******/


img{border-style: none;}
a{
outline: none;
}

a:link {
color:#4d4d4d;
text-decoration:underline;
}
a:visited {
color:#4d4d4d;
text-decoration:underline;
}
a:hover {
color:#4d4d4d;
text-decoration:underline;
}
a:active {
color:#4d4d4d;
text-decoration:underline;
}

/************** header tag styles **************/

h1{
 font-family:"Times new Roman";
 font-weight:lighter;
 font-size:26px;
 margin: 0px;
 padding: 0px;
 text-shadow: #999999 1px 1px 3px;

}

h2{
 font-family:"Times new Roman";
 text-shadow: #999999 1px 1px 3px;
 font-weight:lighter;
 margin: 20px;
 padding: 0px;
}

h3{
font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
 font-size: 100%;
 padding: 0px;
 margin-top:60px;
 margin-bottom:20px;
}




/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 114%;
 color: #333333;
}

/***********************************************/
/* Main Divs                                 */
/***********************************************/

p{
margin-left:10px;

}

.container{
	padding-top: 50px; 
	margin-left: auto; margin-right: auto;
	text-align:left;
	width:775px;
}

.topbanner{
	width:775px;
	height:150px;
}

.mainbox_top{
	height:40px;
	width:766px;
	background:url(../paws/mainbox_top.png) no-repeat center top;
}

.mainbox_middle{
	width:766px;
	background:url(../paws/mainbox_middle.png) repeat-y;
}

.mainbox_bottom{
	height:40px;
	width:768px;
	background:url(../paws/mainbox_bottom.png) no-repeat center top;
}

.text_area{
	margin:0px;
	padding-left:30px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
}

.iconarea{
	position:absolute;
	margin-left:50px;
	background:url(../paws/iconbox.png) no-repeat center top;
	height:144px;
	width:144px;
}

.iconimage{
	margin-left:15px;
	margin-top:16px;
}

.favthings{
	margin-top:-75px;
	width:700px;
	position:absolte;
	margin-left:375px;
}

.instructions{
	text-shadow: #c2c2c2 1px 1px 2px;
	position:absolte;
	margin-left:195px;
	margin-top:-30px;
}

.mylist{
	font-size:80%;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:10px;
	padding:3px;
}

.moveicon{
	font-family:"Courier New",Courier,Monospace;
}

#clicksymbol{
	font-size:25pt;
}

.noscript{
	font-size:75%;
	margin-top:60px;
	padding:5px;
	padding-top:0px;
	border:1px dotted;
	position:absolute;
	margin-left:300px;
	width:400px;
}

.smalltext{

	margin-left:auto;
	margin-right:auto;
	width:400px;
	text-align:center;
	margin-top:100px;
	margin-bottom:100px;

}

.slogan{
	position:absolute;
	margin-left:430px;
	margin-top:90px;
	text-shadow: #c2c2c2 1px 1px 2px;
	font-size:75%;

}

.patience{
	position:absolute;
	margin-left:340px;
	margin-top:80px;
	text-shadow: #c2c2c2 1px 1px 2px;
	font-size:75%;

}

.sm_icon{
	position:absolute;
	margin-top:-5px;
	margin-left:10px;
}

.resizer{
	height:0px;

}

.poem{
	text-align:center;
	line-height:175%;
	font-size:85%;
}

.source{
	font-size:75%;
}

.photo_box{
	margin-top:20px;
	margin-bottom:50px;
	text-align:center;
}

.single_photo{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #879370;
	display:none;
}

.loading_spiral{
	height:45px;
	width:45px;
	margin-left:auto;
	margin-right:auto;
	background:url(../paws/loading-spiral.gif) no-repeat center center;
}

.haiku{

	line-height:175%;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
	
}

.copywrite{
	
	color:#727272;
	text-shadow: #c2c2c2 1px 1px 2px;
	font-size:70%;
	text-align:center;

}

.quote{

	line-height:175%;
	margin-left:auto;
	margin-right:auto;
	width:600px;
	text-align:center;
	margin-top:100px;
	margin-bottom:100px;

}

.about_page{

margin:50px;

}

.mepicture{
	margin:10px;
	border: 2px solid #879370;
	float:right;
}
/********************* end **********************/
