body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3e0d08;
}
a {
	color: #3e0d08;
	text-decoration: underline;
}
a:hover {
	color: #8b551d;
	text-decoration: none;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
ul {
	margin-top: 0;
}
#wrapper {
	width: 942px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#nav {
	height: 118px;
}
#logo {
	float: left;
	width: 167px;
}
#navAbout {
	float: left;
	width: 155px;
}
#navFilms {
	float: left;
	width: 155px;
}
#navAds {
	float: left;
	width: 155px;
}
#navBrag {
	float: left;
	width: 155px;
}
#navContact {
	float: left;
	width: 155px;
}
#subnav {
	height: 22px;
	background: url(../images/bg_subnav.gif) no-repeat;
	padding-left: 167px;
}
h1 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 30px;
	text-transform:uppercase;
}
h2 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
}
h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
}
#content {
	min-height: 400px;
	background: url(../images/footer.jpg) no-repeat bottom left;
	padding-left: 100px;
}
#content1col {
	min-height: 400px;	
	background: url(../images/footer.jpg) no-repeat bottom left;
	padding: 0 100px;
}
#leftCol {
	padding: 25px 0 260px 0;
	width: 377px;
	float: left;
}
#leftCol p, #leftCol h2 {
	margin-right: 28px;
}
#rightCol {
	margin: 0 0 0 4px;
	width: 461px;
	float: left;
	padding: 0 0 80px 0;
}
#rightCol h3 {
	margin: 30px 0 3px 0;
}
#oneCol {
	padding: 25px 0 260px 0;
}
.quote {
	text-align: right;
}
#subnav a {
	text-transform: uppercase;
	color: #c2976a;
	text-decoration: none;
	line-height: 22px;
}
#subnav a:hover, #subnav a.current {
	text-transform: uppercase;
	color: #fdeedb;
	text-decoration: none;
}