@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #303030;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the container */
	color: #333333;
}

.container {
	width: 960px;
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.pad {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.content_wrapper {
	background: url(imgs/midloop.png);
}

.basic_content {
	text-align: center;
	font-size: small;
	background: url(imgs/midsection.png) no-repeat;
	width: 800px;
	min-height: 20px;
	margin: 0;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 20px;
}

.footer {
	background: url(imgs/bottomcap.png);
	width: 960px;
	height: 40px;
}


/*
============ SPECIFICS ============
*/

.top_front {
	margin: 0;
}


.tsmlBox {
	width:50%;
	background:#202020;
	padding:10px;
	margin:10px auto;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}
