/* 
    Document   : karmaStyles
    Created on : Sep 4, 2009, 2:03:52 PM
    Author     : Steve King
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html {
    background-color:black;
    color:white;


}
body {
   width:738px;
   margin:auto;
   text-align:center;
   font-family:"Lucida Sans Unicode",sans-serif; 
   /*font-family:"Tahoma",sans-serif;*/
   /*border:1px solid yellow;*/
   background-image:url(images/karmatuna.jpg);
   background-repeat:repeat-y;
}
#iecenter {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:738px;
}
p {
    text-align:left;
}
h2,h1,h3 {
    text-align:left;
}
a {
    color:white;
}
a:hover {
    color:red;
}
/* used to make anchor red */
#a_here  {
	color:red;
	text-decoration: none;
	font-weight:700;
}
#header {
    padding-top:10px;
}
#header p{
   font-size:9pt;
    
}
#footer {
    width:738px;
    text-align:center;
}
#footer hr {
    color:#FF0000;width:80%
}
#footer a {
    text-decoration:none;
    color:white;
    }
#footer a:hover {
    color:red;
}
#footer p {
    text-align:center;
}
#topNavigation table {
    background-image:url(images/navigationtopbar.jpg);
    height:45px;
        width:738px;
        border-collapse:collapse;
}
a.a_navigation {text-decoration:none;font-weight:700;}
/* used in footer */
#gopher a {
   color:red;
   text-decoration:underline;
    }
#gopher p {
    text-align:center;
}
/* used for dinner and lunch menu */
.td94 td {
    width:94%;
    font-size:4pt;
}

.td6 td {
    width:6%;
    font-size:4pt;
    
}
