/* ----- BASIC ----- */
html {
	margin: 0;
	padding: 0;
	}

body {	
	margin: 0;
	padding: 0;
	height: 100%;
	font: normal 14px  Verdana, Georgia, sans-serif;
	color: #000;
	background: #ff; 
	background: url("background1.png") repeat-x;
	}
	
a {color:white; text-decoration:underline;}
a:link {color: #444;}
a:visited {color:#444;}
a:hover {color: orange;}
a:active {color:#444;}


/* ----- 4 CONTAINERS FOR HEADER, NAV, CONTENT, ADS ------ */
	
#header {
	position: absolute;
	left: 10px;
	top: 30px;
	width: 800px;
	height: 98px;
	padding: 0px;
	margin: 0px;
/*	background: url("holly1.gif") no-repeat;*/
   }	
	
#intro {
	position: absolute;
	left: 180px;
	top: 20px;
	width: 580px;
	height: 44px;
	padding: 5px;
	color: #0008c0;
	text-align: right;
	}
	
#maintext {
	position: absolute;
	left: 180px;
	top: 90px;
	width: 600px;
	padding: 4px;
	}

#sidebar {
	position: absolute;
	left: 10px;
	top: 92px;
	width: 150px;
	text-align: left;
	padding: 0px
	}

#ads
	{
	position: absolute;
	left: 800px;
	top: 92px;
	width: 200px;
	text-align: left;
	}


/* ----- CLASSES  ----- */
/* note: classes (with a .) are reused multiple times */
/* IDs with a # are used only once! */
.post {
      background:#ddf;
	font-size: 15px;
	color: #000000;
	border: 1px solid #0080c0;
	padding: 2px;
    margin: 0px;
    margin-top: -1px;
    margin-bottom: 12px;
	}
    
    #maintext h4 {
    font-family: Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background:#0080c0;
	padding: 2px;
    martin: 0px;
	margin-bottom: 0px;
	margin-top: 4px;
	}
    

.linkmenu {
	font-size: 10px;
	color: #ffffff;
	background:#0080c0;
	}

/* ----- SPECIFIC TAGS ----- */
#intro h1 {
   font-family: "Times New Roman", Serif;
	font-size: 48px;
   font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
                margin-top: 15px;
                color: #0080c0;
                
	}


	
#maintext li 
	{  
	/*list-style-image: url(bksmall.gif); */
	} 
	
	
#sidebar h3 {
                font-size: 14px;
	font-weight: bold;
                font-style: italic;
	color: #ffffff;
	padding: 4px;
	margin-bottom: 0px;
	margin-top: 8px;
	}

#sidebar h3 {
font: 16pt, "Times New Roman", Times, serif; 
                font-style: italic;
font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	margin-top:0px;
	color: #88ddff;
	height: 30px;
	background: url("h3.gif") no-repeat center left;
}
	
	 
#sidebar ul {
	list-style: none;
	padding: 0 0 6px 0;
	margin: 0;
	line-height: 13px;
	}
	
#sidebar ul li {
                font-family: Verdana, Arial, Sans-serif;
                padding: 6px;
	margin: 0;
	font-size: 12px;
	border-top: 1px dotted #cadeb9;
	}
	
#sidebar a:link, #sidebar a:visited {
	color: 	#ffffff;
	text-decoration: none;
	border-bottom: none;
	}
	
#sidebar a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom: none;
	}
	
/* ----- nifty corners ----- */
.rtop, .rbottom {display:block;}
.rtop b, .rbottom b {display:block;height:1px;overflow:hidden;background:#0080c0}
.r1{margin: 0 5 px;}
.r2{margin: 0 3 px;}
.r3{margin: 0 2 px;}
.r4{margin: 0 1 px;}	
	
	