/* SITE STYLES */


body {
	background: #1F307F;
	color: #fff;
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a {
	color: #9FB0FF;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration:underline;
}

h1 {
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 30px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 20px;
	font-weight:  normal;
	text-align: center;
	padding: 0;
	margin: 0;
}

p {
	padding-top: 10px;
	margin: 0;
}

#container {
	margin-left: 13%;
	margin-right: 13%;
}

#copy {
	font-size: 20px;
	line-height: 30px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	top: 140px;
}

#clients {
	font-size: 18px;
	line-height: 25px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 170px;
}

#videos {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 170px;
}
	
table#venues {
	width: 850px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 2px;
	text-align: center;
	padding: 0;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
}

/* IMAGE STYLES */

img.wrapleft {
	float: left;
	padding:10px;
}

img.wrapright {
	float: right;
	padding:3px;
}

img.row {
	right:  0px;
	padding:1px;
}