html { 
	background-image:url(http://www.intherawk9grub.com/css/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
    font-family: Arial; 
    font-size: 12px; 
    font-style: normal; 
    text-decoration: none; 
    color: #660099; 
}
body { 
	background-image:url(http://www.intherawk9grub.com/css/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
    font-family: Arial; 
    font-size: 12px; 
    font-style: normal; 
    text-decoration: none; 
    color: #660099; 
}

.clock { font-family: Arial;       
    font-size: 12px; 
    color: #660099; 
}
div { 
    font-family: Arial; 
    color: #660099; 
}
h1 { 
   font-family: Comic Sans MS; 
   font-weight: 600; 
   font-size: 24px; 
   color: #9D92A2; 
}
a { 
   font-family: Arial; 
   font-style: normal; 
   text-decoration: none; 
   color: #C151FB; 
}
a:link { 
   font-family: Arial; 
   font-style: normal; 
   text-decoration: none; 
   color: #C151FB; 
}
a:visited { 
   font-family: Arial; 
   font-style: normal; 
   text-decoration: none; 
   color: #9D92A2; 
}
a:active { 
   font-family: Arial; 
   font-style: normal; 
   text-decoration: none; 
   color: #9D92A2; 
}
a:hover { 
   font-family: Arial; 
   font-style: normal; 
   text-decoration: none; 
   color: #660099;
}
.copyright { 
   font-size: 10px; 
   font-family: Arial; 
   font-style: normal; 
   text-decoration: none; 
   color: #660099;
}
.copyright2 { 
   font-size: 10px; 
   font-family: Arial; 
   font-style: normal; 
   text-decoration: none; 
   color: #660099;
}
.small { 
   font-size: 11px; 
}

/* Following are specific to the new segment of site or intherawk9grub.com */

.container {
    width: 800px;
    min-height: 500px;
}
.navigation {
    float: left;
    width: 186px;
    background-image: url(http://www.intherawk9grub.com/images/side_bg.gif);
    background-repeat:repeat-y;
    margin-left: 0px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}
.body_container {
    float: left;
    min-height: 500px;
    width: 580px;
    margin-left:7px;
    margin-right:7px;
    text-align: left;
}
.footer {
    clear: both;
    width: 800px;
    font-size:10px;
    margin-bottom: 20px;
    text-align: center;
}
