/* css file for starridermobilemedia.com	*/

body {
	background-color: #404040;
	color: white;
}

body.container-body
{
	margin: 0px auto;
	width: 1000px;
	font-family: arial, helvetica, sans-serif;
}

.smm-h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 3em;
}

.smm-h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 2.5em;
}

.smm-h1-center {
	font-family: arial, helvetica, sans-serif;
	font-size: 3em;
	text-align: center;
}

.smm-h2-center {
	font-family: arial, helvetica, sans-serif;
	font-size: 2.5em;
	text-align: center;
}

.smm-h3-center {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	text-align: center;
}

.img-center {
	/*
	text-align: center;
	*/
	display: block;
	margin: 0 auto;
}

.smm-home-contianer {
	background-color: red;
}

#header-div {
	float: left;
	background-color: black;
	width: 100%;
	height: 100px;
}

#content-div {
	float: left;
	width: 100%;
	height: 400px;
	background-color: black;
}

#footer-div {
	float: left;
	width:100%;
	height: 300px;
	background-color: black;
}

.content-left-panel {
	float: left;
	height: 100%;
	width: 40%;
	/* background-color: yellow; */
}

.content-center-panel {
	float: left;
	height: 100%;
	width: 20%;
	/* background-color: #fff; */
}

.content-right-panel {
	float: left;
	height: 100%;
	width: 40%;
	/* background-color: purple; */
}

.internal-text-box {
	width: 80%;
	height: auto;
	margin: 20px;
}

.footer-text-box {
	width: 100%;
	height: auto;
	margin: 20px;
}