/* 
 * CSS for Nall Speed Prep
 *
 * Author: Spencer G. Stanton
 *
 */
 
body {
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	color:#FFF;
	background-color:#000;
	background-image:url("/images/bg25.jpg");
	background-position:top center;
}

#header {
    padding:30px;
    text-align:center;
}

#menu {
    float:left;
    width:15%;
}

#pageContent {
    float:left;
    width:60%;
}

#twitter {
    float:left;
    width:25%;
    
}

.row::after {
    content:"";
    display:table;
    clear:both;
}

#footer { 
	background-image:url(/images/footerbg.png);
	background-repeat:repeat-x;
	height:54px;
	color:#999;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}

.button
{
    height:50px;
    width:100px;
    text-align:left;
}

.prdouct
{
    max-height:140px;
    width:75px;
    text-align:left;
}

a:link
{
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

a:active
{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

a:visited
{
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
}
