

/* This is a comment:this is the 'Everything Teddy Bear'  style sheet -- etb.css */

/* BASIC ELEMENTS */

/* body style */

body
{

background-color:#99CCFF;
font-family:Arial, Verdana, Helvetica, sans-serif;
}


/* basic links within text */

/* unvisited link  */
a:link 
{
color:#000000;
}

/* visited link   */   
a:visited 
{
color:#000000;
background:#33ccff;
}

/* mouse over link  */ 
a:hover 
{
color:#ffee66; 
background:#33ccff;
} 

/* selected link   */
a:active 
{
color:#000000;
background:#33ccff;
}   


/* img links (graphic within anchor tag [<a]) DROP THIS UNLESS CAN FIND A USE!!  */
a img 
{
text-decoration:none; 
border:0px;
} 


/* headers style */ 
h1,h2,h3,h4,h5 
{ 
color:#ffff00; 
text-align:center; 
}


/* horizontal rule style */
hr 
{ 
height:5px; 
width:80%; 
background:#ffff00; 
text-align:center; 
} 

/* unordered list style */
ul 
{ 
text-align:left;
list-style-type:square;
color:ffffcc; 
}

/* FORMAT BASICS */

/* center the text w/no indent */
.center 
{ 
text-align:center; 
text-indent:0cm;
}

/*  'small' comments */
.small
{
text-align:center;
font-size:small;
font-weight:bold;
}

/* color text yellow  */
.yellow
{
color:#FFFF00;
}

/* large text */
.large
{
font-size:large;
font-weight:bold;
}


/* DIVISIONS */


/* page header (index)  */

#page_header
{
text-align:center;
}

#page_header h1 
{ 
background:transparent url(teddy head2s.gif) no-repeat 50% 0%;
/* was teddy head2.gif  */ 
/*  width:802px;  */   
/*  height:109px; */
width:698px; 
height:95px;
} 

#page_header h1 span 
{ 
display:none; 
} 

/* page header (content)  */

#page_head
{
text-align:center;
}

#page_head h1 
{ 
background:transparent url(teddy head2s.gif) no-repeat 50% 0%; 
/* was teddy head2.gif  */
/*  width:802px;  */   
/*  height:109px; */
width:698px; 
height:95px;
} 

#page_head h1 span 
{ 
display:none; 
} 

/* page CONTAINER (do not include #page_header or #page_head) */
.contain
{
margin-left:50px;
margin-right:50px;
text-align:left;text-indent:0px;
} 

/* page content */

.content
{
margin-left:30px;
margin-right:30px;
}

.content hr
{
height:3px; 
width:80%; 
background:#ffee66; 
margin:auto; 
}

/* right column for picture on catalog page */
#right
{
float:right;
padding:10px;
text-align:center;
text-indent:0px;
}

/* left column for text on catalog page */
#left
{
margin:0;
padding:10px;
text-align:center;
text-indent:0px;
}


/* bottom navigation for catalog pages (below the left/right columns) */
.bottom
{
clear: both;
text-align:center;
font-size:small;
font-weight:bold;
margin-left: 50px;
margin-right: 50px;
}




