/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: URL(./images/econfBG3.jpg) no-repeat top center #303030;
	Font-family: arial, helvetica;
	font-size:12px;
color: #ffffff;
	
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:1180px; 
	padding:10px 0;


}

a {
	color:#efe7a4;
	
}

a:hover {
	color:#f5e15d;
	
}

#logo1 {
height:110px;
width:110px;
position: absolute;
top:25px;
left: 10px;
background: URL(./images/WKUlogo.gif) no-repeat center ;

}

#logo2 {
height:110px;
width:110px;
position: absolute;
top:25px;
right: 10px;
background: URL(./images/UHlogo.gif) no-repeat center ;

}


#heading {
text-align:center;
margin:8px auto;
width:850px;
}


h1 {
font-size:23px;
text-transform: uppercase;
}

h2 {
font-size:14px;
font-weight: normal;
}


h3 {
font-size:11px;
font-weight: normal;
line-height:15px;
}

h4 {
font-size:15px;
text-transform: uppercase;
margin-bottom:3px;
margin-top:30px;
}


sup{
font-size:6px;
line-height:1px;
}

#tables {
width:240px;
float: right;
margin:25px 0 0 0;
font-size:11px;
font-style: italic;
text-align:center;

}

#tables img{
margin:15px 0 3px 0;
}

#abstract #purpose #methods #results #discuss{
font-size:11px;
float: left;
line-height:15px;
}

#abstracts {
width:910px;
}

#leftcol {
	width:430px;
	float: left;
	margin-right:45px;
}

#leftcol2 {
	width:430px;
	float: left;
}


