html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
	height: 100%;
	color: #fff;
	font-size: 12px;
	background: #15051d url(../images/background-bottom.png) no-repeat center bottom;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
a:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	font-family: sans-serif;
	height: 100%;
}
#wrapper {
	width: 100%;
	height: 100%;
	background: url('../images/background.png') no-repeat top center;
}
#content {
	height: 500px;
	width: 737px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/content.png') no-repeat bottom center;

}
#header {
	width: 837px;
}
h1 {
	display: block;
	width: 423px;
	height: 96px;
	position: relative;
	background: url(../images/name.png) no-repeat;
	text-indent: -5000px;
	float: left;
}
h2 {
	display: block;
	float: left;
	width: 314px;
	height: 47px;
	position: relative;
	background: url(../images/tagline.png) no-repeat;
	text-indent: -5000px;
	top: 30px;
}
h3 {
	font-size: 110%;
	padding-top: 10px;
}
#contact {
	position: relative;
	top: 18px;
	font-size: 14px;
	width: 737px;
	text-align: right;
}
#contact li {
	display: inline;
	color: #ffdcba;
	opacity: 0.75;
	padding-right: 10px;
	text-shadow: #000 2px 2px;
}
#contact li a {
	color: #ffdcba;
	text-decoration: none;
}
.kwicks {
	width: 737px;
	position: relative;
}
.kwicks li {
	float: left;
	width: 106px;
	height: 385px;
	margin-right: 5px;
	padding-left: 10px;
	padding-top: 13px;
	overflow: hidden;
	background: url('../images/divider-left.png') no-repeat bottom left;
}
#kwick1 {
	background: 0;
	overflow: hidden;
}
#kwick5 {
	margin-right: none;
}
.title {
	float: left;
	width: 60px;
	height: 500px;
	padding-top: 20px;
}
.space {
	overflow: hidden;
}

.video {
	padding-top: 20px;
	padding-left: 20px;
}
.video p {
	width: 310px;
}
.video img {
	cursor: pointer;
}
p.footer {
	width: 717px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #7b7387;
	margin-top: 10px;
}

p.footer a {
	color: #ffdcba;
	text-decoration: none;
	margin-left: 10px;
}

p.footer a:hover {
	text-decoration: underline;
}