/* CSS Document */
body{
	background:url(images/background.jpg) no-repeat #FFF center top;
	color: #4f4f4f;
	text-align: justify;
}

#container{
	width:670px;
	margin: 295px auto 50px;
}

#content {
	margin-right: 25px;
	margin-left: 25px;
}

#movie {
	width: 400px;
	height: 312px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.quote-text {
	margin: 20px;
	text-align: center;
	font-style: italic;
	font-size: 20px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight:lighter;
	margin-left:10px;
	text-align: center;
}

#secondarycontent{
	width:670px;
	margin:0 auto;
	background:url(images/content_background.jpg) repeat-y;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#contentarea {
	margin-right: 15px;
	margin-left: 15px;
}

#secondarycontent p, #secondarycontent ul{
	padding:30px;
}

.orangetext{
	color: #f2901d;
}


.floatright{
	float:right;
	margin-left:10px;
	margin-right:20px;
}

.post-section {
	margin-top: 30px;
	border-bottom: 2px dotted #a0a0a0;
	padding-bottom: 10px;
}

ul {
	list-style-type: disc;
	list-style-image: url(images/li-bullet.gif);
}
