@charset "UTF-8";

/* CSS Document */


/********************************
	R E S E T
**********************************/

* {
	margin: 0;
	padding: 0;
}


/********************************
	D O C U M E N T
**********************************/

body{
	margin: 0;
	padding: 0;
	background-image: url(../images/repeat.jpg);
}

#page{
	width: 866px;
	margin: 0 auto;
	padding: 0 auto;
	margin-bottom: 36px;
}

#masthead{
	width: 860px;
	height: 251px;
	background-image: url(../images/masthead02.png);
	margin: 24px 0 0 0;
	padding: 0;
}

#contact{
	width: 860px;
	height: 101px;
	margin: 12px 0;
	padding: 0;
}

#okc{
	width: 260px;
	height: 101px;
	background-image: url(../images/okc.png);
	margin: 0;
	padding: 0;
	float: left;
}

#tulsa{
	width: 240px;
	height: 101px;
	background-image: url(../images/tulsa.png);
	margin: 0;
	padding: 0;
	float: left;
}

#email{
	width: 360px;
	height: 101px;
	margin: 0;
	padding: 0;
	float: left;
}

#poster{
	width: 860px;
	height: 1857px;
	background-image: url(../images/poster02.png);
	margin: 0;
	padding: 0;
}

#header{
	width: 866px;
	height: 953px;
	background-image: url(../images/header.png);
	margin: 0;
	padding: 0;
}

#title{
	width: 860px;
	height: 38px;
	background-image: url(../images/title01.png);
	margin: 24px 0 0 0;
	padding: 0;
	display: block;
}

#content{
	width: 866px;
	margin: 24px 0 24px 0;
	padding: 0;
}

.left{
	width: 423px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.right{
	width: 423px;
	float: right;
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}



/********************************
	L I N K S
**********************************/

a{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a img{
	text-decoration: none;
	border-style: none;
}
a:link img{
	text-decoration: none;
	border-style: none;
}


/********************************
	T Y P O G R A P H Y
**********************************/

h1{
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}
p{
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0 0 12px 0;
	padding: 0;
}
.c{
	color: #CCCCCC;
	font-style: italic;
}


/*********************************
	F O O T E R
**********************************/

.footer{
	width: 100%;
	height: 12px;
	background-color: #68665f;
	margin: 0;
	padding: 0;
}
.line{
	width: 200px;
	height: 12px;
	background-image: url(../images/line01.jpg);
	margin: 0 auto;
	padding: 0 auto;
}

