/* CSS Document */

.menu
{
	 margin:0 auto;
	 margin-left: 0;
	 padding:0;
	 height:30px;
	 width:100%;
	 display:block;
	 background:url('topMenuImages.png') repeat-x;
}

.menu li
{
	 padding:0;
	 margin:0;
	 list-style:none;
	 display:inline;
}

.menu li a
{
	 float:left;
	 padding-left:15px;
	 display:block;
	 color:rgb(255,255,255);
	 text-decoration:none;
	 font:14px Verdana, Arial, Helvetica, sans-serif;
	 cursor:pointer;
	 background:url('topMenuImages.png') 0px -30px no-repeat;
}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:14px Verdana, Arial, Helvetica, sans-serif; background:url('topMenuImages.png') 0px -90px no-repeat; color:#663300;}
.menu li a.active span, .menu li a.active:hover span{background:url('topMenuImages.png') 100% -90px no-repeat;}


body
{
	background: #663300 url(http://www.geocities.com/curldawgs/background.gif) repeat-x;
}

#main
{
	margin:auto;
	width: 949px;
	height: auto;
	min-height: 1000px;
	background: #ffcc00;
	font-family: Arial;
	overflow: auto;



}


#main p
{

	color: #663300; 
	font-size: 200%; 
	width: 500px; 
	background: #ffcc00;	
	margin-left: 50px;

}

#main p2 
{

	color: #663300; 
	font-size: 100%; 
 	width: 1250px;
	margin-left: 100px;

	
}

#text
{
	margin-left: 100px;
	padding:5px;
	color: #663300; 	
	font size = 16;
}

#text2
{
	margin-left: 80px;
	padding:5px;
	color: #663300; 	
	font-size: 16px;
	font size = 12;
}


#month 
{
	color: #663300; 
	font-size: 75%; 
	width: 240px; 
	margin-left: 25px;
	border-bottom-style: solid ; 
	border-bottom-color: #ffffff; 
	border-bottom-width: 2px; 
	border-right-style: solid ; 
	border-right-color: #ffffff; 
	border-right-width: 2px;
	padding: 5px;
}

#right
{
	
	float: right;

	color: #663300;


	height: auto;
	font-size: 50%;

	width: 250px;
	/* border-left-style: dashed ; 
	border-left-color: #663300; 
	border-left-width: 1px; */

	background: #e6dd8b url(http://www.geocities.com/curldawgs/shadow1.gif) repeat-y;
	display: inline;   
}
#right2
{
	
	float: right;

	color: #663300;


	height: auto;
	font-size: 50%;

	width: 300px;
	/* border-left-style: dashed ; 
	border-left-color: #663300; 
	border-left-width: 1px; */

	background: #e6dd8b url(http://www.geocities.com/curldawgs/shadow1.gif) repeat-y;
	display: inline;
}

#right3
{
	
	float: right;

	color: #663300;


	height: auto;
	font-size: 50%;

	width: 140px;
	/* border-left-style: dashed ; 
	border-left-color: #663300; 
	border-left-width: 1px; */

	background: #e6dd8b url(http://www.geocities.com/curldawgs/shadow1.gif) repeat-y;
	display: inline;
}  
	




#footer
{
	color: #ffffff;
	font-size: 90%;
	text-align: center;
	font-family: Arial;

}





