/* position the paragraphs, and we're done */

#master_container {
  font-family: 'Palatino', 'Georgia', serif;
  color: #000;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  line-height: 25px;
}

#primary {
	width: 1000px;
	min-height: 1000px;
	padding-top: 50px;
	text-align: left;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

h1#title {
	background: url(/images/clearwar/title.png) top center no-repeat;
	width: 1000px;
	height: 570px;
	text-indent: -9999px;
}

h2#author {
	display: none;
}

p {
	margin-top: 15px;
	margin-bottom: 25px;
}

p.main {
	color: #ff0000;
	font-size: 21px;
	line-height: 34px;
	width: 490px;
}

div.left {
	width: 480px; 
	float: left;
}

div.right {
	width: 480px;
	float: right;
}

div.wrapper {
	background: url(/images/clearwar/present.png) 370px 230px no-repeat;
}

a:link, a:hover, a:active, a:visited {
	color: #961f1f;
	border-bottom: 1px solid #ccc;
}
