html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

body	{
		background-color: #340570;
		}

#banner	{
		text-align: center;
		padding-top: 80px;
		}
		
.photo img	{
			border-left: 2px solid #9A6AD6;
			border-top: 2px solid #9A6AD6;
			border-right: 6px solid #000;
			border-bottom: 6px solid #000;
			}
			
#copyright	{
			background: url(images/footerbg.png) repeat-y;
			color: #fff;
			font-size: 12px;
			text-align: center;
			margin-top: 5px;
			}
			
a	{color: #fff;}
			
.button:hover	{
		font-weight: bold;
		color: #210249;
		background: #fff;
		}
		
.button:active	{
				background: #210249;
				color: #fff;
				}
				
a.button	{
			background: #210249;
			color: #fff;
			font-weight: bold;
			border-top: 4px solid #dfdfdf;
			border-right: 4px solid #666;
			border-bottom: 4px solid #333;
			border-left:4px solid #858585;
			text-align: center;
			}
		
#align	{
		text-align: center;
		padding-top: 10px;
		}
		

