
body{
	margin: 0px;
	font-family: sans-serif;
	line-height: 150%;
}

#header, #footer{
	background-color: #181c1f;
	margin: 0px;
	padding: 10px;
	color: white;
	width: 100%;
}
#header{
	border-spacing: auto;
}
#navbar{
	border-spacing: 20px;
	margin-right: 20px;
	float: right;
}

#mainimage img{
	width: 100%;
}
#maintext{
	width: 100%;
	text-align: center;
	color: #5091cd;
}
#maintable{
	margin-left: auto;
	margin-right: auto;
	border-spacing: 10px;
	/*width: 100%;*/
}



/*GENERIC TABLE STUFF*/
.table{
	display: table;
}
.tablerow{
	display: table-row;
}
.navtablerow{
	display: table-row;
}
.navtablecell{
	display: table-cell;
	padding: 0px 15px;
	vertical-align: middle;
}
.tablecell{
	display: table-cell;
}
.maintablecell{
	display: table-cell;
	vertical-align: top;
	width: 350px;
	line-height: 180%
}
/*GENERIC LINK STUFF*/
a:link, a:visited{
	color: white;
	text-decoration: none;
}
a:hover{
	border-bottom: 3px solid white;
}

/*footer stuff*/
#footertable{
	margin: 0px auto;
	border-spacing: 5px;
}
.footercell{
	display: table-cell;
	padding: 0px 40px;
	vertical-align: middle;
}
#footertable a{
	color: lightblue;
}
.twitterList{
	list-style-image: url('../images/logos/twitter_blue.png')
}
.arrowList{
	list-style-image: url('../images/logos/arrow.png')	

}




