* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	padding-bottom: 30px;
	background: #42144b url(images/bg.jpg) top center repeat-y;
}
a {
	color: #edcc49;
}
p, td, div {
	color: #edcc49;
}
img {
	border: none;
	display: block;
}
#head {
	margin: 0 auto;
	display: block;
	border: 5px solid #edcc49;
}
#main {
	width: 939px;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;
	border-bottom: 3px solid #edcc49;
	background: #edcc49 url(images/main-bg.jpg) top center repeat-y;
}
#menu {
	margin: 0 3px;
}
#menu h1 {
	width: 155px;
	height: 61px;
	float: right;
	display: block;
	font-size: 1.4em;
	text-align: center;
	font-weight: lighter;
	border-left: 1px solid #8b6e46;
	border-bottom: 1px solid #8b6e46;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu h1 a {
	display: block;
	margin-top: 20px;
}
#line {
	width: 465px;
	height: 5px;
	float: right;
	display: block;
	font-size: 0%;
	text-align: center;
	font-weight: lighter;
	border-bottom: 1px solid #8b6e46;
}
#line2 {
	width: 308px;
	height: 36px;
	float: right;
	display: block;
	font-size: 1.4em;
	text-align: center;
	font-weight: lighter;
	border-right: 1px solid #8b6e46;
}
#column1 {
	float: left;
	width: 270px;
	margin-left: 10px;
	background: #62146d url(images/column1-bg2.jpg) top center repeat-y;
}
.productionimg {
	border-bottom: 1px solid #8b6e46;
}
#column1-2 {
	padding: 15px 0px 0 0px;
	background: url(images/column1-bg.jpg) top center no-repeat;
}
#column1 p {
	font-size: 0.8em;
	padding: 0 40px;
	margin-bottom: 10px;
}
#column1 h1 {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 25px;
	font-weight: lighter;
}
.border {
	padding: 10px;
	margin: 0 auto;
	border: 2px solid #edcc49;	
}
#column2 {
	float: left;
	width: 410px;
	padding: 80px 40px 0 40px;
}
#column2 h1 {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 25px;
	font-weight: lighter;
}
#column2 p {
	font-size: 0.8em;
	margin-bottom: 10px;
}
#column2 ul {
	font-size: 0.8em;
	list-style: none;
	text-indent: 10px;
	margin-bottom: 10px;
}
#column3 {
	float: left;
	height: 100%;
	width: 155px;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px solid #ac92a7;
	border-left: 2px solid #ac92a7;
	background: #62146d url(images/column3-bg.jpg) top center repeat-y;
}
#column3 p {
	font-size: 0.8em;
	margin: 0 10px 10px 20px;
}
#column3 img {
	margin: 0 auto;
	margin-bottom: 20px;
}
.clear {
	height: 0%;
	clear: both;
}