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

#page {
	width:960px;
	margin: 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

p {
	margin: 10px;
}

.column {
	width:240px;
	height:100%;
	float:left;
}
.columntitle {
	position:relative;
	top:40px;
	width:120px;
	margin: 0 auto;
	font-family: 'Londrina Solid', cursive;
	font-size:24px;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
}

.intext {
	display:none;
	width:280px;
	margin:10px;
}
	
#topbar {
	width: 960px;
	height: 170px;
	z-index: -1;
	overflow:hidden;
	text-align:center;
}
#toptitle {
	position: relative;
	top: 20px;
	font-size:36px;
}

#toptext {
	position: relative;
	top: 40px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size:14px;
}


#columns {
	position:absolute;
	top:170px;
	height: 450px;
	width: 100%;
	background-color:#FFF;
	overflow:hidden;
}

.columnback {
	height: 600px;
}

#textcolumns {
	position:absolute;
	top:170px;
	height: 450px;
	width:100%;
}

#bottombar {
	height: 100px;
	width: 100%;
	position: absolute;
	top:630px;
}
#logos {
	width:70%;
	position: relative;
	left:160px;
}
td {
	vertical-align:top;
}

.texttitle {
	font-family: 'Londrina Solid', cursive;
	font-size:24px;
}