/* css for cowboy films website - 01 feb 2009 - john reddie */

body {
	margins: 0 0 0 0;
	font-family: arial, sans-serif;
	color: black;
	font-size: 14px;
	background-color: #ffffff;
}

#content {
	top: 10px;
	border-top: 12px solid #669CCC;
	border-bottom: 4px solid #669CCC;
	padding-bottom: 12px;
	margin-bottom: 24px;
	position: relative;
	width: 640px;
	left: 50%;
	margin-left: -320px;
	background-color: #ffffff;
}

#menu { /* style for table based menu */
  text-align: center;
  margin: auto;
}

#menu a {
	display: block;
	width: 90px;
	margin: 0 .2em;
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000;
	text-decoration: none;
}

#menu a:focus, #menu a:hover {
  color: #fff;
  background: #669CCC;
}

.main {
	text-align: justify;
	line-height: 18px;
}

.poster {
	padding-bottom: 40px;
}