/* ShaunaKelly.com/homepage.css.  Home page css file. */
/* Copyright Shauna Kelly, 2001,2002,2008 */



body {
	padding: 0px;
	color: white;
	background: #333333;
	font-size: 70%;
	width: 760px;
	margin: 0 auto;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-align: left;	
	}
h1, h2, p, div 
	{ display: block }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold ;
	color: white;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	line-height: 80%;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold ;
	color: white;
	margin: 0px;
	padding: 0px;
	line-height: 80%;
	margin: 30px 0px 0px 0px;
  }
	
img
	{
	border: none;
	}
		

p {
	padding: 0px;
	margin: 0;
	color: rgb(200,200,200);
	}

div.HomePageMenu {
	padding-left: 15px;
	padding-right: 5px;
	color: white;
	margin: 20px 20px 0 20px;
}

div.MenuItem {
	margin: 20px 350px 50px 0px ;
	padding: 0;
}

div.MenuItem p.MenuItemTitle {
	margin: 0px 0px 2px 70px;
	padding: 0px;
	font-weight: bold;
	color: white;
}

#Contact , #Copyright {
	margin-left: 0px;
}


div.MenuItem img { 
	float: left; 
	margin: -12px 10px 0 0; 
	border: 1px solid white;


}


div.MenuItem a 	{
	text-decoration: none;
	border-bottom: 1px dashed #666666;
	color: white;
}
	

div#MakingTheMost
	{
	top: 10px;

	background: #333333;
	text-align: center;
	height: 150px;
	margin: 20px 30px 0 30px;
	border: 5px ridge #333333;
	}

div.TopBanner
	{
	background: #333333;
	width: 100%;
	border: none;

	font-size: 1px;	
	}
	
div.TopBanner P#TopBanner {
	height: 70px; 
	font-size: 1px;
	}
div.TopBanner P.TopBannerRules {
	border-top: 2px #FF6600 solid; 
	font-size: 1px; 
	border-bottom: 1px rgb(200,180,0) solid;
	}

div.Wrap { 
	background: #000000; 
	height: 660px; 
	border: 3px ridge #333333;
	margin-top: 3px;

	}