@charset "iso-8859-1";

body {
background-color:#ffffff;
font-family:"Verdana", Courier, monospace;
font-size:18px;
}

#header{
width: 775px;
height: 193px;
background-image:url(../images/common/header_writersblot.jpg);
}

#maincontent {
width: 490px;
font-family:"Verdana", Courier, monospace;
text-align:left;
}

#archivecontent {
width: 490px;
font-family:"tahoma", Courier, monospace;
text-align:left;
}

#columnbox {
width:200px;
font-family:"Verdana", Courier, monospace;
text-align:center;
}

#fancyline {
width:198px;
height:50px;
background:transparent url(../images/common/swirly.jpg);
border: 0px;
}

.topcolumn {
background:transparent url(../images/common/bg_col-top.gif);
height: 90px;
width: 285px;
}

.midcolumn {
background:transparent url(../images/common/bg_col-mid.gif);
background-repeat: repeat-y;
width: 285px;
padding-top:5px;
padding-bottom:5px;
}

.botcolumn {
background:transparent url(../images/common/bg_col-bot.gif);
background-repeat: no-repeat;
width: 285px;
height:90px;
padding-top:5px;
}

.stylesmall {
font-size:12px;
font-style:italic;
text-align:left;
}

.styledate {
font-size:12px;
font-style:italic;
text-align:center;
}

/* SMALL TEXT */


.smleft {
font-size:12px;
font-style:italic;
text-align:left;
}

.smcenter {
font-size:12px;
font-style:italic;
text-align:center;
}

/* IMAGES */
.img_left {
float:left;
padding: 5px;
margin: 0;
}

.img_right {
float:right;
padding: 5px;
margin: 0;
}



/* HEADERS */
h1 {
font-size:25px;
line-height:27px;
}

h2 {
font-size:22px;
line-height:24px;
}

h3 {
font-size:20px;
line-height:22px;
}

h4 {
font-size:18px;
line-height:20px;
}


/* LINKS */
a:link, a:visited, a:active {
color:#cc0000;
}

a:hover{
color:#000000;
}

.clearline {
	display:block;
	clear:both;
}

