@charset "utf-8";
/* CSS Document */
body
{
color:#686868;
font:11px/16px 'Lucida Grande', Lucida, Helvetica, Arial, Verdana, sans-serif;
margin: 0px;
}

a
{
text-decoration:none;
color:#686868;
}

a:hover
{
text-decoration:none;
font-weight:bold;
color:#686868;
}

a:visited
{
text-decoration:none;
color:#686868;
}

#header
{
width:990px;
background-image:url(../imgs/background-header.gif);
height:77px;
margin: 10px auto 0px auto;
}

#header a
{ 
color:#686868;
text-decoration:none;
}

#header a:hover
{ 
color:#686868;
text-decoration:none;
font-weight:bold;
}

#header a:visited
{ 
color:#686868;
text-decoration:none;
}

#header .logo
{
margin-left:10px;
}

#header .navigation
{
float:right;
font-size:12px;
padding-top:42px;
width:700px;
}

#header .selected
{
font-weight:bold;
}

#content
{
width:990px;
background-image:url(../imgs/gameballrun_content_background.jpg);
margin: 0px auto 0px auto;
height:482px;
background-repeat:repeat-x;
}
#content img{
	border-style:solid;
	border-color: white;
	border-width:6px;
}

#content .image
{
padding-top:27px;
padding-left:70px;

}

#content .txt
{
width:415px;
float:right;
padding: 54px 40px 0px 0px;
}


#content .pagetitle
{
width:415px;
font-size:18px;
padding-bottom:20px;
color:#A50027;
}

#footercontainer
{
position: relative;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
height: 50px;
background-color: transparent;
background-image: url(../imgs/stripe_bkgd.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 50% 0pt;
font-size: 10px;
}

#footer
{
position: relative;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
text-align: left;
width: 990px;
height: 60px;
background-color: transparent;
background-image:url(../imgs/footer-background.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 0pt;
}

#footer .innerwrapper
{
padding: 10px 0px 0px 17px;
}

#footer .webdesign
{
padding-top:10px;
float:right;
width:200px;
text-align:right;
padding-right:20px;
}

#footer .copy
{
clear:both;
padding-top:7px;
}

#lowerContent
{
float: left;
display: inline;
width: 920px;
margin-top:10px;
margin-left:32px;
margin-right:32px;
padding: 0px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #d5d5d5;

}
#lowerContent img
{
	border-style:solid;
	border-color: white;
	border-width:0px;
}

#lowerContent .left
{
	border-style:solid;
	border-color: white;
	border-width:0px;
	width:450px;
	padding-left:45px;
	padding-top: 15px;
}

#lowerContent .right
{
	padding-top:25px;
	width:300px;
	float:right;
}


