@charset "UTF-8";

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
#centeringDiv {
	position: relative;
	min-height: 600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	min-height: 600px;
	background-color: #FFF;
	background-image: url(../project4/images/texture-8.jpg);
}
header {
	text-align: center;
	height: 400px;
	width: 100%;
	font-size: 16px;
	color: #000;
}
nav {
	height: 110px;
}
article {
	margin: 5px;
	width: 990px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
}
footer {
	text-align: center;
	padding: 0px;
	font-size: 9px;
	/* [disabled]background-color: #FFF; */
	width: 1010px;
}
.floatLeft {
	margin: 5px;
	padding: 5px;
	float: left;
	text-align: center;
	border: 1px dotted #000;
}
.floatRight {
	margin: 5px;
	padding: 5px;
	float: right;
	text-align: center;
	border: 1px dotted #000;
}
.centered {
	text-align: center;
}
#expArt{
	font-size:0.8em;	
}