body {
	margin: 10px 0;
	padding: 0;
	background: #CECECE url(images/img1.gif);
	font: normal small Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #0000A0;
}

h1 {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 15px;
	font-size: 1.6em;
	letter-spacing: -.05em;
}

h2 {
  letter-spacing: -.05em;
	font-size: 1.3em;
	margin-bottom: 0;
	margin-top: 1;
}

h3 {
	margin: 0;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p, ul, ol, blockquote {
	margin-top: 1em;
	line-height: 135%;
}

ul {
  margin-left: 1em;
	list-style: none;
}

ul li {
}

ol {
	margin-left: 1em;
	list-style-position: inside;
}

a:link {
	color: #730000;
	text-decoration: none;
}

a:visited {
  color: #730000;
  text-decoration: none}

a:hover {
	text-decoration: underline overline;
	}

img {
	border: 4px solid #000000;
}

/* Header */

#header {
	width: 698px;
	height: 200px;
	margin: 0 auto;
	background: url(images/fanvids.jpg);
  border: 1px solid #000000;  
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h1 {
	padding-top: .35em;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 0px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/img5.gif);
	border: 1px solid #330000;
}

#colOne {
	float: left;
	width: 160px;
	padding: 0px 20px 0 10px;
}

#colTwo {
	float: left;
	width: 480px;
	padding: 0px 10px 0 10px;
}

p { line-height: 19px;}

.post {

}

.post .title {
	padding-top: 15px;
	text-align: center;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #748AAF;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
}

.post .meta a {
	text-decoration: none;
	color: #B1C0C7;
}

.post .meta a:hover {
	text-decoration: underline;
}

div.box {
border: 1px solid #330000;
padding: 20px 10px 5px 10px;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #ffffff;
}