
* 				{ margin:0; padding:0; }

p				{padding-top: 12px;
				
				font-family: arial, helvetica, sans serif;
				}
				
h3				{font-family: arial, helvetica, sans serif;
				}


#header 			{height: 300px;
				
				background-image: url(/images/gradientbackground.jpg);
				width: 1023px;
				
				}

#wholepage 		{width: 1024px;
				height: 770px;
				margin: auto;}

#logo 			{width: 460px;
				height: 201px;
				margin: auto;
				padding-top: 40px;
				}
		
		
#footer			{width: 1023px;
				height: 450px;
				background-color: black;
				color: white;}

#footer A:hover 		{text-decoration: underline; color: red;}
#footer A:link 		{text-decoration: underline; color: white;}
#footer A:visited 	{text-decoration: underline; color: white;}
#footer A:active 	{text-decoration: none;}

				
#footerimage 	{float: left;
				padding-left: 15px;
				padding-top: 15px;
				padding-right: 10px;
				}
				
#footertext		{float: right;
				width: 450px;
				padding-right: 5px;
				}