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

html, body {
	background: url('../images/bg.jpg') top repeat-y #9cacbf;
	margin: 0px;
}

h2 {
	font-family: "Chapparal Pro","Times New Roman",Times, serif;
	font-size: 24pt;
	font-weight: normal;
	color: #600;
	line-height: 14pt;
}

h3 {
	font-family: "Chapparal Pro","Times New Roman",Times, serif;
	font-size: 16pt;
	font-weight: normal;
	line-height: 10pt;
}

img, div {
	border: 0px;
	behavior: url('/styles/iepngfix.htc');
}

p {
	font: 10pt Arial, Helvetica, sans-serif;
}

#container	{
	width: 950px;
	margin: 0px auto 0px auto;
}

#nav {
	margin: 0px auto 0px 88px;
}

.photo {
	float: right;
	margin: 0px 0px 10px 10px;
}

.smallblock {
	float: right;
	width: 200px;
	margin: 0px 0px 10px 10px;
	padding: 10px;
	background: #FFF;
}


/* styles for "echo" text in background */

.content-business {
	background: url('../images/bg_business.gif') top right no-repeat;
	margin: -40px 30px 0px 30px;
}

.content-index {
	background: url('../images/bg_index.gif') top right no-repeat;
	margin: -40px 30px 0px 30px;
}

.content-sponsors {
	background: url('../images/bg_sponsors.gif') top right no-repeat;
	margin: -40px 30px 0px 30px;
}
		
.content-stills {
	background: url('../images/bg_stills.gif') top right no-repeat;
	margin: -40px 30px 0px 30px;
}

.content-story {
	background: url('../images/bg_story.gif') top right no-repeat;
	margin: -40px 30px 0px 30px;
}

.content-team {
	background: url('../images/bg_team.gif') top right no-repeat;
	margin: -40px 30px 0px 30px;
}

.content-teaser {
	background: url('../images/bg_teaser.gif') top right no-repeat;
	margin: -40px 30px 0px 30px;
}


/* styles for content container */

.content-box {
	width: 740px;
	text-align: center;
	margin: 40px auto 0px auto;
}	

.content-text {
	padding: 10px 40px;
	background: url('../images/content_bg.png') top repeat-y;
	width: 660px;
	text-align: left;
}
