/* CSS Document */
* { 
	padding:0; 
	margin:0;
}

body { 
	background-color:#CCC; 
	font:14px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#990000;	
}

.center {
	margin:20px auto; 
	width:727px;
	background-color:#e9eafd;
	border:#777 1px solid;
}

.border {
	border:#e2e3f5 8px solid;
}

.header {
	width:100%; 
	padding:20px 0;
}

.line { 
	width:709px;
	height:18px;
	background-color:#880000;
	line-height:18px;
	margin:auto;
}

h1 {
  background: url(images/header.gif) no-repeat center;
  height: 100px;
  text-indent: -7000px;
  text-align:center;
}

.tinline { 
	font-size:13px;
	font-weight:normal;
	margin:0px;
	font-variant:small-caps; 
	color:#CCC;
}

h2 {
	font-size:14px;
	margin:0 0 7px 0;
}

.toptext {
	width:705px; 
	text-align:justify;
	padding-top:10px;
	padding-bottom:40px;
    font:13px 'Trebuchet MS', Helvetica, sans-serif;
	margin:auto;
}

.recip {
	border: solid 1px #8d8e99;
	font-size:13px;
	text-align:center;
	background-color:#d6d8ea;
	line-height:19px;
	}
a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration:underline;
}

a:hover {
	color: #880000;
	text-decoration:none;
}

#war {
	width:415px;
	text-align:justify;
	padding: 20px 0 30px 0;
	font:13px 'Trebuchet MS', Helvetica, sans-serif;
	margin:auto;
}
#ent {
	font:30px Impact, Charcoal, sans-serif;
	padding-bottom:30px;
}

.lines {
	margin:auto;
	width:709px; 
	display:block; 
	height:8px;
}
#content { 
	padding:20px auto;
	margin:20px auto;
}
.thumbs {
	width:235px;
	height:165px;
	border:#8d8e99 1px solid; 
	padding:15px; 
	background-color:#d6d8ea;
}

.desc {
	width:235px; 
	height:165px; 
	background-color:#e9eafd; 
	border:#999999 1px solid; 
	text-align:justify; 
	font-size:13px; 
	padding:15px; 
	line-height:15px;
}
