/*
------------------------------------------------------------------------------
Fonts
------------------------------------------------------------------------------
*/

@font-face {
	font-family: 'TeX Gyre Adventor';
	src: url('/art/fonts/tex-gyre-adventor-regular.eot');
	src: local('://'), url('/art/fonts/tex-gyre-adventor-regular.svg#texgyreadventor-regular') format('svg'), url('/art/fonts/tex-gyre-adventor-regular.woff') format('woff'), url('/art/fonts/tex-gyre-adventor-regular.otf') format('opentype');
}

/*
------------------------------------------------------------------------------
Universal Styles
------------------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
h1, p {
	font-family: 'TeX Gyre Adventor', Arial, sans-serif;
	font-size: 14px;
}
p {
	margin-bottom: 10px;
	line-height: 17px;
}
a {
	color: #e2074a;
}

/*
------------------------------------------------------------------------------
Template Layouts
------------------------------------------------------------------------------
*/

body {
	color: #164560;
	background-color: #e2074a;
	background-image: url(/art/images/body-bkgd.gif);
	text-align: center;
}
#body {
	background-image: url(/art/images/page-bkgd.gif);
	background-repeat: repeat-x;
}
#page {
	position: relative;
	width: 980px;
	height: 670px;
	margin: 0 auto;
	background-image: url(/art/images/content-bkgd.png);
	background-repeat: no-repeat;
	background-position: 240px 0;
	text-align: left;
	/*behavior: url("/iepngfix/iepngfix.htc");*/
}
#header {
	padding-top: 50px;
}
#header h1 {
	width: 380px;
	padding-top: 150px; height: 0 !important;
	height /**/: 150px; overflow: hidden;
	background-image: url(/art/images/art-westport.png);
	background-repeat: no-repeat;
	/*behavior: url("/iepngfix/iepngfix.htc");*/
}
#content {
	margin: 210px 50px 0 430px;
}
#content div.schedule {
	color: #e2074a;
}
#content div.admission {
	display: none;
}
#content div.sponsors {
	margin-left: -50px;
	padding-top: 80px;
}
#content div.sponsors ul {
	overflow: hidden;
	padding-bottom: 25px;
	list-style-type: none;
}
#content div.sponsors li {
	float: left;
}
#content div.sponsors li a {
	display: block;
	margin-right: 20px;
	padding-top: 52px; height: 0 !important;
	height /**/: 52px; overflow: hidden;
	background-repeat: no-repeat;
	/*behavior: url("/iepngfix/iepngfix.htc");*/
}
#content div.sponsors li.ink a {
	width: 82px;
	background-image: url(/art/images/ink.png);
}
#content div.sponsors li.country-club-bank a {
	width: 211px;
	background-image: url(/art/images/country-club-bank.png);
}
#content div.sponsors li.ntdf a {
	width: 43px;
	background-image: url(/art/images/ntdf.png);
}
#content div.sponsors li.kkfi a {
	width: 66px;
	background-image: url(/art/images/kkfi.png);
}
#footer {
	position: absolute;
	top: 4px;
	left: 0;
}
#footer p {
	padding-left: 12px;
	background-image: url(/art/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #e2074a;
}


