@charset "utf-8";
/* CSS Document */

.page-tittle{
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:5px;
}
.affiliate-image{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.holder2{
	margin-top:20px;
}
.email-captcha{
	width:580px;
	margin-left:10px;
	border-style:solid;
	border-width:1px;
	border-color:#FAE9A5;
	background-color:#FBFECF;
	padding:15px;
	font-size:80%;
}
.siderbar-links{
}
.siderbar-news{
}
.siderbar-thought{
}
.sidebar-right-menu{
	width:210px;
	margin-left:10px;
	background-color:#FBFECF;
	border-color:#FAE9A5;
	border-style:solid;
	border-width:1px;
	float:left;
}
.content-next-to-sidebar{
	width:406px;
	float:left;
}
.story-content{ 
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-right:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:0px;
}
.story-page-tittle{
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:5px;
}
.news-divider{
	border-top-style:dashed;
	border-top-color:#FC0;
	border-top-width:1px;
}
.clear{clear:both}

.story-content2{ 
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-right:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:0px;
	width:650px;
	float:left;
}
.dot{ background-image:url(../images/dot.jpg); background-repeat:repeat-x; background-position:center; height:14px; width:100%}

