body
{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
}
		
#header
{
	height: 60px;
	background-color: White;
	margin-bottom: 4px;
	margin-left: .5%;
	margin-right: .5%;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 6px;
	border-bottom: 1px dashed;
	text-align: center;
}
		
#adline
{
	height: 25px;
	background-color: White;
	margin-bottom: 3px;
	margin-left: .5%;
	margin-right: .5%;
	text-align: center;
}

#gutter
{
	float: left;
	width: .5%;
	height: 1px;
}
		
#col2
{
	float: left;
	width: 20%;
	background-color: White;
	margin-bottom: 10px;
	border-right: 1px dashed;
}

#col1
{
	float: left;
	width: 54%;
	margin-left: .5%;
	background-color: White;
	margin-bottom: 10px;
}
		
#col3
{
	float: left;
	width: 24%;
	margin-left: .5%;
	background-color: White;
	margin-bottom: 10px;
}
		
#footer
{
	clear: both;
	height: 50px;
	background-color: White;
	margin-left: .5%;
	margin-right: .5%;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
}
		
h1
{	
	margin: 0 0px 1px 1px;
}
		
h2
{
	margin-top: 0;
	padding-top: 7px;
	color: #9400D3;
}
		
h2, p
{
	margin-left: 7px;
	margin-right: 7px;
}

h3
{
	color: #8B0000;
}

textarea {
width:95%;
height:20em;
padding:3px;
}



#tag_results p {
    line-height:1.2em;
    margin: 0 0 10px 0;
}

#tag_results a {
    color: #386E80;
}

.tag_sub {
    font-size: 0.9em;
    color: #777777;
}

.tags {
    background: #fff url('../images/tags.png') left center no-repeat;
    font-size: 0.9em;
    margin-bottom: 14px;
    padding: 0 0 2px 14px;
}

.tags a {
    color: #f66363;
    text-decoration: none;
}

.tags a:hover {
    color: #000;
    text-decoration: none;
}


