@charset "utf-8";
a {
	color: #180D30;
	text-decoration: none;
	list-style-type: none;
}
#columntabs {
	float: right;
	height: auto;
	width: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 17px;
	line-height: 35px;
	list-style-type: none;
	margin-top: 100px;
}
ul {
	list-style-type: none;
	margin-left: -15px;
}
#author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000D2F;
	position: fixed;
	bottom: 0px;
}



#content {
	height: 90%;
	width: 90%;
	background-color: #BBD3D9;
	margin: auto;
	background-image: url(liberty3.jpg);
	background-repeat: no-repeat;
}

html ,body{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#outerbox {
	display: table;
	height: 100%;
	width: 100%;
	background-color: #BBD3D9;
}
#innerbox {
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	width: 100%;
}
#header {
	font-family: "Comic Sans MS", cursive;
	font-size: 25px;
	letter-spacing: 0.5em;
	line-height: 30px;
	margin-left: 20%;
	margin-top: 5px;
}
body  {
	background-color: #CCC;
}
