@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
    padding: 0;
	background: #FFFFFF; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

#header {
	margin: 0; 
	padding: 0;
	text-align: center;
	background: url('../images/header_bg.jpg') repeat-x;
	height: 130px;
	width: auto;
}

#content {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

#ad300 {
	margin: 25px 0px 0px 0px;
	text-align: center;
}

#archives {
	margin: 25px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

#footer {
	margin: 25px 0px 0px 0px;
	font-size: 10px;
	line-height: 13px;
	color: #333333;
	text-align: center;
}


/* POST ATTRIBUTES */

#post {
	margin: 25px 10px 0px 10px;
	padding: 15px 15px 0px 15px;
	border: 1px solid #853ECD;
}

.postheader {
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.postimage {  /* PHOTO BORDER COLOR */
	margin: 0;
	padding: 0;
	/*border: 2px solid #000000;
	width: 400px;*/
}

.postcopy { 

}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6429A0;
	font-weight: bold;
}
a:visited {
	color: #6429A0;
}
a:hover {
	color: #853ECD;
}
a:active {
	color: #6429A0;
}



/* LEFT COLUMN */
#leftcolumn {
	margin: 25px 0 0 0;
	text-align: center;
	font-weight: bold;
	max-width: 270px;
}
.leftimage {
	margin: 0 0 20px 0;
	text-align: center;
}
.leftcopy {
	margin: 0 15px 20px 15px;
	text-align: center;
	font-weight: bold;
	max-width: 270px;
}
.leftweekdropdown {
	margin: 30px 20px 0 20px;
	text-align: center;
	background-image: url('../images/600satisfaction.jpg');
	height: 160px;
	width: 230px;
}



/* RIGHT COLUMN */
#rightcolumn {
	margin: 25px 0 0 0;
	font-weight: bold;
	max-width: 270px;
}
.rightimage {
	margin: 30px 0 0 0;
	text-align: center;
}

.adbanner {
	margin: 0;
	text-align: center;
}

.poll {
	margin: 30px 0 0 0;
}

