/* Style 1 */

.headline1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.headline1 h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:24px;
	color:#FFFFFF;
	padding: 16px 20px 8px 20px;
	text-align: center;

}

.content1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 0px 20px 10px 20px;
	margin: 0px;
/*	background-image: url(img/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right; */
}

/* Style 2 */

.headline2 {
	padding: 0px;
	margin: 0px;
}


.headline2 h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:20px;
	color:#0066FF;
	padding: 16px 20px 8px 20px;
	text-align: center;

}

.content2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 0px 20px 10px 20px;
	margin: 0px;

}


/* Style 3 */

.headline3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 8px;
	border-bottom: 1px solid #663300;
}


.headline3 h1
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size:20px;
	color:#663300;
	padding:5px 0px 5px 0px;

}

.content3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	padding:8px;
	background-color: #FFFFFF;
}

/* End Content Styles */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #B4B4B4;
	text-decoration: none;
	background-image:url(img/footer_bg.gif);
	background-repeat: repeat-x;
	height: 76px;
	padding: 20px 0px 0px 0px;
	text-align: left;
}

.footer_box {
	text-align: right;
}

.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B4B4B4;
	font-weight:normal;
	font-size: 11px;
	text-decoration:none;
}

.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:normal;
	font-size: 11px;
	text-decoration:none;
}

.post_comment {
	padding: 3px;
	font-size: 10px;
	color: #000000;
	border: 1px solid #3C3C3C;
	background-color: #262626;
}
.post_comment a{
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;

}
.post_comment a:hover {
	font-size: 10px;
	color: #0066CC;
	text-decoration: underline;

}

