@charset "utf-8";
/* CSS Document */

html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /*color background - only works in IE */
font-size:80%; /*set default font size */
font-family: Comic Sans MS; /* set default font */
color:#000000;
	/* hide overflow:hidden from IE5/Mac */
/* \*/
/*overflow:hidden; */ /*get rid of scroll bars in IE */
background-color: #FFDC93; /* */
}
body {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
/*overflow:hidden; */ /*get rid of scroll bars in IE */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}
#head {  
width:100%; 
height:165px; 
background:#f47f4b url(images/mast.jpg) no-repeat center center; 
border-bottom:1px solid #ffffff;
}

#printhead {
display:none;
}
#printfoot {
display:none;
}
#content { 
background-color:#ffcc99;
width:75%;
}
#content p, #content h2, #content h4, #content h5 {
padding:0 25px;
}


/* * html #head, * html #foot {position:absolute;
} */

#boxrelative {       /* dog pic   */
float:right;  
background:#ffff99 url(images/dog.jpg) no-repeat;
border:5px solid #bcd531;
top:100px;
right:200px; 
margin:0 30px 15px 60px;   
width:335px;
height:289px;
}

a:link {
color:#b12ed6;
text-decoration:none;
}
a:visited {
color:#b12ed6;
text-decoration:none;
}
a:hover {
color:#33ffff;
text-decoration:none;
}
