@charset "utf-8";
/* CSS Document */

body { 
	background-image: url('images/background.jpg'); background-repeat: repeat-x; 
	margin: 0px; padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

img { border: 0px; }
a:link, a:active, a:visited { color: #ce0040; text-decoration: underline; font-weight: bold; }

#container { background-color: #ffffff; width: 980px; }
#content { padding: 20px 35px 110px 35px; }
#baseball { width: 100%; position: fixed; bottom: 0px; margin-left: -550px; }
#footer { position: fixed; bottom: 0px; left: 0px; width: 100%; height: 122px; background-image: url('images/grass.png'); }
#footer_content { margin-top: 65px; width: 980px; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #ffffff; }
#footer_content a:link, #footer_content a:active, footer_content a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #ffffff; text-decoration: none; }

#gray_divider { background-image: url('images/gray_divider.jpg'); background-repeat: repeat-x; width: 285px; height: 1px; margin-left: -10px; }

#left { width: 280px; }
#left #blurb h1 { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; line-height: 18pt; font-weight: bold; }
#left #blurb { padding-bottom: 15px; }
#left #signup h2 { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; line-height: 18pt; font-weight: bold; }
#left #signup { padding-top: 15px; padding-bottom: 15px; }
#left #signup #email_input { width: 190px; height: 16px; border: 1px solid #de557f; padding: 3px; color: #666666; font-size: 8pt; }
#left #signup #email_button { }
#left #connect { padding-bottom: 20px; }
#left #get-your-talk-kit { font-size: 11pt; line-height: 15pt; padding-top: 15px; padding-bottom: 43px; }

#content_bottom { width: 909px; }
#content_bottom #meet_the_players_cell { background-color: #333399; color: #ffffff; font-size: 8pt; width: 138px; }
#content_bottom #meet_the_players_cell h4 { font-size: 9pt; text-transform: uppercase; font-weight: bold; padding: 0px; margin: 0px; }
#content_bottom #meet_the_players_cell p { padding: 3px 0px; margin: 0px; }
#content_bottom #meet_the_players_cell #bio { padding: 10px 10px 15px 10px; }
#content_bottom #meet_the_players_cell #quote { color: #b7f2fe; }
#content_bottom #meet_the_players_divider { width: 20px; }


#ten { font-size: 10pt; }
#title_highlight { color: #cc0033; }
#title { color: #333333; }
#lightblue { color: #b7f2fe; }
