/* 
CSS for Sacred Grounds 
*/

body {
   background-color:#330000;
   color:#c79d2c;
   font-family:Trebuchet MS,sans-serif;
   font-size:13px;
   padding: 0%;
}

a:link { 
color: #FFCC99;
}
a:visited
{ 
color: #999933;
}
a:alink 
{ 
color: #CC9966; 
}
a:hover 
{ 
color: #999999;
}

#sidebar {
position: absolute;
top: 240;
left: 20;
color: c79d2c;
Width: 150;
border: 5px ridge #c79d2c;
background: url(images/transbeanbackground.gif) no-repeat;
}

h1 {
font-size: x-large;
color: c79d2c;
padding-top:  .07 em;
padding-bottom: .07 em;
Padding-left: 1em;
margin: 0;
border: 5px ridge #c79d2c;
}

.header {
height: 125px;
background: url(images/horzbeanbanner.gif) no-repeat;
}

.smallheader {
height: 25px;
background: url(images/horzbeanbanner.gif) no-repeat;
}

#comic {
border: 5px ridge #c79d2c;
position: absolute;
left: 230px;
top: 240;
height: 700;
width: 500;
}

#comicnav {
border: 3px ridge #c79d2c;
position: absolute;
left: 232px;
top: 955px;
height: 50px;
width: 500px;
background: url(images/transbeanbackground.gif) no-repeat;
}

#chatbox {
border: 5px ridge #c79d2c;
position: absolute;
left: 792px;
top: 240px;
height: 500px;
width: 250px;
background: url(images/transbeanbackground.gif) no-repeat;
}

#footer {
position: absolute;
left: 340;
top: 1030;
height: 50;
width: 300;
border: 0px ridge #c79d2c;
}

#title {
position: absolute;
left: 790;
top: 3; 
}

#linksmain {
border: 5px ridge #c79d2c;
position: absolute;
left: 230px;
top: 240;
height: 1500;
width: 500;
}