@charset "utf-8";
/* CSS Document
Author: Kelli Kreighbaum
Contact: 727-643-7821
Email: kkreighbaum@gmail.com

Last Modified: Sept 8th, 2009 by Kelli Kreighbaum

*/
 
body  {
	margin: auto; 
	padding: auto;
	text-align: center; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

	}
/* Entire Container Div */	
#wrapper{
	width: 900px;
	margin:0 auto 0 auto;
	background:url(images1/BG_Wrapper_repeat.gif) repeat-y left;
}
/* -------------------------- LEFT SIDE STYLES-------------------------- */

/* Contains LEft side of Header and left/red sidebar */
#LeftContainer{
	width:210px;
	float:left;
}
/* Contains LEft side of Header */
#Header_LeftTop{
	background: url(images1/Header_LeftTop.gif) no-repeat;
	width:210px;
	height:311px;
}
/* Contains left/red sidebar */
#LeftSideBar{
	width: 189px;
	text-align: left;
	padding: 10px;
	margin: 0 0 10px 0;
}
/* Donate Now Button Styles */

#Donate_Now{
	padding: 50px 0 20px 0;
	text-align:center;
}

/* -------------------------- RIGHT SIDE STYLES-------------------- */

/* Entire Contaier for right side of Header and right sidebar and Nav */
#RightContainer{
	width:690px;
	float:right;
}
/* Contains right side of Header and Nav */
#Header_RightTop{
	background: url(images1/Header_RightTop.gif) no-repeat;
	width:690px;
	height:260px;
	
}
/* Nav Styles */
#Nav {
	padding:10px 10px 0 0;
	width:200px;
	float:right;
	}
#Nav h1 {
	margin: 0;
	padding: 10px 0; 
}

/* -------------------- MAIN CONTENT STYLES-------------------- */

/* HOME PAGE ONLY White middle area for main content/copy */
.MainContent{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	text-align:left;
	width:500px;
	height:auto;
	min-height:550px;
	_height:550px;
	float:left;
	background:url(images1/kids_jump1.gif) center  no-repeat;
}

.MainContent_Sub{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	text-align:left;
	width:480px;
	height:auto;
	padding: 0 10px 0 10px;
	min-height:550px;
	float:left;
	background:url(images1/kids_jump1.gif) center  no-repeat;
}
/* HOME PAGE ONLY Left side main content/copy */
.MainContent_Left{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	width: 230px;
	padding:10px;
	float:left;
}
/* HOME PAGE ONLY Right side main content/copy */
.MainContent_Right{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	width: 230px;
	padding:10px;
	float:left;
}

.Right_Logos{
	padding: 10px 0 0 0;
}

/* HOME PAGE ONLY Kid with painted hands */
#HomePage_Image{
	width:480px;
	vertical-align:bottom;
	text-align:right;
	background:url(images1/Kid_Paintedhands.jpg) bottom left no-repeat;
	padding: 50px 10px 0 10px;
	clear:both;
	height:256px;
}
/* Right Side bar div */
#RightSideBar{
	width:180px;
	float:right;
	margin: 10px 0 0 0;
}
/* Footer div */
#Footer{
	font-size:12px;
	text-align:center;
	background-color: #ffff33;
	width:900px;
	height:30px;
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
	clear:both;
}

#Footer_CP{
	font-size:10px;
	text-align:center;
	margin: 10px 0 0 0;



}

/* Paragraph about Tampa Bay Rays*/
p.rays{
	margin:20px 0 20px 0;
	background-color:#3399ff;
	border-style:solid;
	border-color:#0033cc;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	font-weight: bold;
	font-size: small;
	color:#FFFFFF;
}

