  /************************************************************************/
 /************************************************************************/
/* BASIC ELEMENTS */

a {
	color: #305acc;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #CA3200;
	text-decoration: underline;
}

img {
	border: none;
}

ul {
	margin-left: 1em;
	padding-left: 0;
}

p {
	padding-top: 0;
	margin-top: .3em;
}



.headline_20, .headline_16, .text_9 {font-family: arial, sans-serif;}

.text_9 {font-size: 9pt; font-weight: normal; color: #444444;}
.headline_16 {font-size: 16pt; font-weight: bold; color: #666666;}
.headline_20 {font-size: 20pt; font-weight: bold; color: #7E2217;}

hr {
border: none 0;
border-top: 1px solid #CA3200; /*the border*/
height: 4px; /*whatever the total width of the border-top and border-bottom equal*/
}


  /************************************************************************/
 /************************************************************************/
/* SITEWIDE TEMPLATE LAYOUT */

body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	background: #333; 
}

#pagebody {
	width: 720px;
	margin: 0 auto;
	background: #fff;
}

#topmatter {
	margin: 0;
	background: #F6E6C9;
	padding: 0;
}

#middlematter {
	padding: 5px 10px 5px;
}

#maincolumn {
	width: 90%;
	float: middle;
	padding: 0 0 0 10px;
	margin: 5px 0;
}

#sitefooter {
	padding: 5px 0 0 0;
	border-top: 1px solid #dcdcdc;
	text-align: center;
	font-size: xx-small;
	clear: both;
}

  /************************************************************************/
 /************************************************************************/
/* BLOG */


.illowrapper {
	float: left;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	position: relative;
}

