Stylesheet for Stan Kitzman

/**#body {
background-image : url("images/bkgrrepeatx.jpg");
background-repeat: repeat-repeat;
}**/

#container
{
width: 90%;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
}

#top
{
padding: .2em;
background-color: #fff;
border-top:thick double #16008D; 
border-bottom:thick double #16008D; 
text-align: center;
}

#top h1 {padding: 0;margin: 0;font-family: Arial;}
#top h3 { margin: 0 0 .5em 0; color: #00f;font-family: Arial; text-align:center;}


#navcontainer{ 
text-align: center;
padding: .2em;
}

/** FROM CSS IINFO**/
div#navcontainer
{
background-color: #fff;
padding: .2em;
}

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: 00F;
text-decoration: none;
border-right: 1px solid #fff;
}

div#navcontainer ul li a:hover
{
background-color: #16008D;
color: white;
}

#active a { border-left: 1px solid #fff; }

#content
{
margin-left: 10px;
margin-right: 50px;
font-family: Arial, Helvetica, sans-serif;
font-size: .95em;
background-color:#fff;
}

}
#content a:link , a:visited /* standard page links and visited links */
{
color: #00f;
font-family: Arial, Helvetica, sans-serif;
font-size: .75em;
background-color: white;
}

#content a:hover , a:active /* appearance with mouseover and mouseclicked links */
{
color: #fff;
font-weight: bold; 
/**background-color: #f00;**/
} 

#bottomdiv  /* bottom div for name and phone */
{
clear: both;
text-align: center;
font-size: .75em;
font-family: Arial, Helvetica, sans-serif;
font-style: italics;
margin-top: 1px;
padding-bottom: 1px;
} 

#footer
{
clear: both;
margin: 0;
padding: 1px;
color: #333;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background-color: #fff;
border-top:thick double #16008D; 
}
div#footer ul 
{
padding: 0; 
margin: 0; 
list-style-type: none;
color: #00f;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

} 
div#footer li
{
display: inline;
margin-right: 1em;
} 

#content h2 { margin: 0 0 .5em 0; color: #000;font-family: Arial;}
#content h4 { margin: 0 0 .5em 0; color: #f00;font-family: Arial;}
#content h3 { margin: 0 0 .5em 0; color: #000;font-family: Arial; text-align:left;}
#content h5 { margin: 0 0 .5em 0; font-family: Arial; text-align:left;}
#bottomdiv p{ margin: 0 0 .5em 0; font-family: Arial; color: #000; text-align:center;}
#bottomdiv a:link , a:visited /* standard page links and visited links */
{
color: #00f;
font-family: Arial;
font-size: 1em;
background-color: white;
}

#bottomdiv a:hover , a:active /* appearance with mouseover and mouseclicked links */
{
color: #fff;
font-weight: bold; 
background-color: #f00; 
} 

/* Float image to left of paragraph */
img.floatLeft{   
float: left;   
margin-right: 10px;
}
/* Float image to right of paragraph */
img.floatRight{   
float: right;
}
/* Center image between margins */
div.center{   
width: 100%;   text-align: center
}

.skintro /*bold font sentence intros*/
{
font-size: 1.2em;
color: #f00;
font-weight: bold;
font-style: italic; 
line-height: 100%;
font-family: Arial;
}
.intro /*section intros on home page */
{
color: #000;
font-weight: bold;
font-family: Arial;
font-size: 1.2em;
line-height: 105%;
}
.stars
{
color: #f00;
font-size: 1em;
font-weight: medium;
}
.link
{
color: #00f;
font-size: 1.2em;
font-weight: medium;
background-color: #fff;
}

/*a:link , a:visited /* standard page links and visited links */
{
color: #00f;
}

a:hover , a:active /* appearance with mouseover and mouseclicked links */
{
color: #fff;
font-weight: bold; 
/**background-color: #f00;**/ 
}


