@charset "UTF-8";
/* CSS Document */

body, ul, li, td, h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	border-style: none;
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #201F1A;
	background-repeat: repeat;
	background-position: left top;
}

#wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.headH1 {
	color: #FFFFFF;
}

#header {
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	background-color: #27201B;
	border: 1px solid #69615B;
}

#header a {
	color: #C4BBA6;
	text-decoration: none;
}

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

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

#wrapper h1 {
	font-family: "Times New Roman", Times, serif;
	color: #C4BBA6;
	padding-top: 39px;
	padding-left: 10px;
}

#mainNav {
	height: 31px;
	width: 800px;
	background-image: url(images/mainNav-bg.jpg);
	font-size: 11px;
	text-transform: uppercase;
}

#mainNav ul {
	padding-top: 4px;
	padding-left: 10px;
}

#mainNav li {
	float: left;
	display: inline;
	height: auto;
	width: auto;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 6px;
	background-image: url(images/li-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 6px;
}

#mainNav a {
	color: #FFFFFF;
	text-decoration: none;
}

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

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

#content {
	background-color: #C4BBA6;
	height: auto;
	width: 720px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#imgs {
	width: 720px;
	text-align: center;
	height: auto;
	z-index: 1000;
}

#dvdCase {
	background-image: url(images/summers-demo-reel-dvd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 375px;
	z-index: 800;
}
.description  {
	font-size: 24px;
	width: 350px;
	font-style: oblique;
	height: 80px;
	float: right;
	position: relative;
	top: 90px;
	right: 80px;
}

#content h1 {
	color: #5C3623;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#content h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B5039;
	padding-bottom: 5px;
}

#content p {
	padding-top: 5px;
	padding-bottom: 10px;
}

#content a {
	color: #000000;
	text-decoration: none;
}
#content  a:hover {
	color: #000000;
	text-decoration: underline;
}

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

#footer {
	height: 80px;
	background-color: #452E22;
	border: 1px solid #69615B;
}

#footNav {
	font-size: 11px;
	padding-top: 20px;
	padding-left: 40px;
	float: left;
	width: 200px;
}

#footNav li {
	display: inline;
	float: left;
	padding-left: 3px;
}

#footNav a {
	color: #CE7753;
	text-transform: uppercase;
	font-size: 11px;
}

#footer .footer {
	font-size: 11px;
	color: #C4BBA6;
	padding-top: 22px;
	float: right;
	padding-right: 40px;
}

.footer a {
	color: #C4BBA6;
	text-decoration: none;
	font-weight: bold;
}

.footer a:visited {
	color: #C4BBA6;
	text-decoration: none;
	font-weight: bold;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.copyright {
	color: #C4BBA6;
	float: left;
	position: relative;
	width: 760px;
	height: auto;
	padding-top: 20px;
	padding-left: 40px;
	font-size: 12px;
}
