body {
	color: #FFFFFF;
	background-color: #B2B2B2;
	font-family: "century gothic", "arial", "helvetica", sans-serif;
	/*background: url("images/wallpaper.gif") repeat;*/
}
img {
	border: none;
}
table {
  width: 700px;
 /* border: 1px solid red;*/
  margin: 0 auto;
  text-align: center;
font-size: 10px;
}

#tabs {
	height: 30px;
	width: 704px;
	margin: 0 auto;
	background: url("images/line.gif") repeat-x bottom;
	font-size: 15px;
	line-height: normal;
	/*border: 1px solid red;*/
	}
#tabs ul {
	margin: 0 auto;
	padding: 1px 10px 0;
	list-style: none;
	/*border: 1px solid blue;*/
	}
#tabs li {
	float: left;
	background: url("images/tab.gif") no-repeat top right;
	margin: 0;
	padding: 0;
	}
#tabs a {
	float: left;
	display: block;
	background: url("images/bullet.gif") no-repeat top left;
	padding: 5px 15px;
	text-decoration: none;
	color: #8F8FB1;
	}
	
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #tabs a {float:none;}
  /* End IE5-Mac hack */
  
  
#tabs a:hover {
	color: #FFF;
	}
#tabs .current a {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;
	}


/* boxes */
#container {
	background: #C7C7D8 url("images/drawingdaily.gif") no-repeat bottom left;
	text-align: center;
	font-size: 15px;
	width: 700px;
	margin: 0 auto;
	padding: 10px 1px 35px;
	border: 1px solid #FFFFFF;
	border-top: none;
}
#container h1 {
	text-align: left;
	font-size: 3em;
	color: #FFF;
	margin: 0;
	text-indent: 7px;
}
#container a:link {
	color: #8F8FB1;
	/*font-weight: bold;*/
	border: none;
	text-decoration: none;
}
#container a:visited {
	color: #8F8FB1;
	/*font-weight: bold;*/
	text-decoration: none;
}
#container a:hover {
	color: #FFF;
	text-decoration: none;
}
#container2 {
	width: 700px;
	margin-top: 30px;
	padding: 0px;
	text-align: left;
}
#footer {
	background: #C7C7D8 url("images/previousd.gif") no-repeat right;
	width: 700px;
	height: 48px;
	margin: 10px auto;
	padding: 2px 0 0 2px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
#footer img {
	height: 40px;
	width: auto;
	border: 1px dotted #FFF;
	padding: 2px;
	margin: 0 5px 0 0;
	display: inline;
	float: left;
    text-align: center;
    
}
#footer p {
	padding: 0;
	margin: 0;
		display: inline;
	}
	
#footer2 {
	font-size: .8em;
	width: 700px;
	border: none;
	margin: 0 auto;
	text-align: left;
	text-indent: 7px;
}
#footer2 a:link {
	color: #737373;
	text-decoration: none;
	font-weight: bold;
}
#footer2 a:visited {
	color: #737373;
	font-weight: bold;
	text-decoration: none;
}
#footer2 a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#footer2 span a:link {
	color:#FFF;
}
#footer2 span a:hover {
	color: #737373;
}

/*archives*/
#archive {
        height: 600px;
        padding: 10px;
       /* border: 1px solid red;*/
}
#archive img {
        width: 70px;
       /* border: 1px solid #FFF;*/
	margin: 0;
	padding: 5px;
	display: inline;
    
        }
#archive h2, p {
        font-size: 12px;
        font-weight: normal;
        padding: 0;
        margin: 0;
}
#archive .day {
  height: 100px;
  padding: 0;
  margin: 0 10px;
  float: left;
  border: 1px solid red;
}
#archive table {
border-collapse: collapse;
width: 680px;
}
#archive td {
	border: 1px solid #FFF;
	height: 90px;
	}
#archive th {
	border: 0;
	height: 15px;
	}

/* comments */

.next img {
  width: 50px;
}
.previous img {
  width: 50px;
}

#postedcomments {
  border-top: 1px dashed #eed;
  border-bottom: 1px dashed #eed;
  margin:  10px 0 0;
  padding: 30px 100px;
}

#postedcomments .posted {
  color: #8F8FB1;
}
#postedcomments a {
  font-weight: bold;  
  color: #8F8FB1;
}

#commentform {
  text-align: left;
  padding: 0 0 0 30px;
}
/*
#comments  {
  border: 0;
  border-top: 1px dashed #eed;
  margin: 0;
  padding: 0;
}

#comments h3  {
  margin-top: 10px;
  margin-bottom: -10px;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  }  
#comments dl dt   {
  color: #8F8FB1;
  font-weight: bold;
  font-style: italic;
  margin-top: 35px;
  padding: 1px 0 0 18px;
  }
#comments dl dd  {
  padding: 0;
  margin: 0;
  }
*/
