@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

body, p, table, a {
	font-family: Arial, Helvetica, sans-serif;
	color: #2f481f;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
input[type=text], textarea  {
	background-color: #D1DCC9;
}
input[type=button], input[type=submit] {
	background-color: #D1DCC9;
	border: 2px outset #2F481F;
	cursor: pointer;
}
input[type=button]:hover, input[type=submit]:hover {
	border: 2px solid #009900;
}



a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.JSClick {
	cursor: pointer;
}



.divider {
	background-color: #2f481f;
	height: 1px;
	width: 85%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#main {
	width: 1050px;
	position: relative;
}
#mainadmin {
	width: 900px;
	margin-left: 20px;
	position: relative;
}

#footer {
	font-size: 12px;
	text-align: center;
	clear: both;
}



#LeftCol {
	width: 500px;
	float: left;
}
#LeftCol p {
	font-size: 14px;
	margin: 25px;
	line-height: 18px;
}
#RightCol {
	width: 500px;
	float: left;
	margin-left: 50px;
}
#RightCol p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.LinkSubText  {
	padding-left: 25px;
	width: 340px;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	display: block;
}



#MainTitle {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#RightTitle {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#BookAd1 {
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.StoryContainer  {
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 40px;
	width: 420px;
}
.Hidden {
	color: #CCCCCC;
}
.Hidden a {
	color: #999999;
}


.StoryContainer  .Icon, .VideoContainer .Icon {
	width: 50px;
	float: left;
}
.StoryContainer  .Text {
	float: left;
	margin-left: 20px;
	font-size: 16px;
	line-height: 20px;
	width: 350px;
	margin-bottom: 25px;
}
.StoryContainer  .Text, .VideoContainer .Text {
	float: left;
	/*margin-left: 20px;*/
	font-size: 16px;
	line-height: 20px;
	width: 350px;
	margin-bottom: 25px;
}
.StoryContainer  h1, .VideoContainer h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}
#WriteStoryBlock {
	margin-right: 25px;
	margin-left: 25px;
	border: 1px solid #2F481F;
	padding: 10px;
	font-size: 12px;
	position: relative;
}
.StoryContainer  .Text  .ReadMore, .VideoContainer .Text  .ReadMore {
	font-size: 12px;
	font-style: italic;
}
.StoryContainer .Text .Story, .VideoContainer .Text .Story {
	margin: 0px;
	padding: 0px;
	max-height: 200px;
	overflow: hidden;
}
.StoryContainer .PostedBy, .VideoContainer .PostedBy {
	font-size: 12px;
}
.VideoContainer {
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 40px;
	width: auto;
}
.RedBold {
	font-weight: bold;
	color: #FF0000;
}
