/*****************************************************
 * Base Style Sheet for penguinhuggle.com/index.html *
 *****************************************************/

body {background-color: rgb(210,202,241); /* light purple */
			/* rgb(255,196,120); light orange */   
			/* rgb(210,202,241); light purple */
      background-image: url("background.gif"); 
      color: black;
      border: none;  
      min-width:950px; }

div#wrapper 
	{min-width:   600px;
	 margin-left:  50px;  
	 margin-right: 50px;
	 padding:      10px; }


.ctr	 {text-align: center;}


h1,h2,h3,h4,h5,h6   {color: 	  rgb(255,140,0); /* dark orange */
		     font-family: sans-serif;
		     font-weight: bold; 
		     text-align:  center; }	

a:link    {color: rgb(255,140,0);     /* dark orange */    font-weight: bold;  text-decoration: underline; }
a:visited {color: rgb(0,128,255);     /* spring green */   font-weight: bold;  text-decoration: underline; }
a:hover   {color: rgb(255,255,255);   /* white */          font-weight: bold;  text-decoration: none; }
a:active  {color: rgb(255,140,0);     /* dark orange */    font-weight: bold;  text-decoration: none; }

a.bkgrnd:link	  {color: rgb(210,202,241);   /* light purple */    font-weight: bold;  text-decoration: none; }
a.bkgrnd:visited  {color: rgb(210,202,241);   /* light purple */    font-weight: bold;  text-decoration: none; }
a.bkgrnd:hover	  {color: rgb(255,255,255);   /* white */           font-weight: bold;  text-decoration: none; }
a.bkgrnd:active	  {color: rgb(210,202,241);   /* light purple */    font-weight: bold;  text-decoration: none; }


/* stuff for main index page for entire website */
.welcome
	{text-align: center; font-family: sans-serif; font-weight: bold; }
.welcome strong
	{color: rgb(0,100,0); /* dark green */ }
.welcome img
	{vertical-align: middle;}
.welcome p#welcome1
	{padding-left:100px;  padding-right:100px;}
.welcome p#welcome1 img#rightfloat
	{vertical-align:middle; float:right;}
.welcome p#welcome1 img#leftfloat
	{vertical-align:middle; float:left;}

p#ribbonpar	{ width:450px; margin-left:auto; margin-right:auto; }
img#whiteribbon	{ float:left; width:90px; height:125px; }

a#mhlink	{ display:block; width:120px; height:48px; margin-left:auto; margin-right:auto; background-image: url("http://www.penguinhuggle.com/memhall/memhall-logo3-l-dark-half.gif"); background-repeat:no-repeat; }
a#mhlink:hover	{ background-image: url("http://www.penguinhuggle.com/memhall/memhall-logo3-l-light-half.gif"); }
a#mhlink:active	{ background-image: url("http://www.penguinhuggle.com/memhall/memhall-logo3-l-light-half.gif"); }
	 


