﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;
}

ul {
	list-style: none;
}

body {
	background-image: url(../images/brownbackground.jpg);
	background-repeat: repeat;
}

.header {
	height: 110px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.center-stage {
	width: 100%;
	height: 500px;
	background-image: url(../images/tanbackground.jpg);
	background-repeat: repeat;
}

.footer {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	/*background-image: url(../images/logo.png);
	background-repeat: no-repeat;*/
	height: 90px;
}

.menu {
	padding-left: 140px;
	width: 450px;
	height: 20px;
}

	.menu-item {
		padding: 2px 15px 2px 15px;
		float: left;
	}

.header-pic {
	float: right;
	height: 110px;
	margin-top: -25px;
	padding-right: 50px;
}

.center {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.right-column {
	float: right;
	width: 258px;
	height: 458px;
	background-image: url(../images/right-column-background.png);
	background-repeat: no-repeat;
	/*padding: 12px 18px 18px 12px;*/
}

	.right-column h1 {
		font-family: Arial;
		font-size: 14px;
		text-decoration: underline;
		padding: 24px 0px 2px 20px;
	}

	.right-column .event {
		font-family: Arial;
		font-style: italic;
		font-size: 13px;
		padding: 0px 0px 0px 20px;
	}
	
	.right-column p {
		font-family: Arial;
		font-size: 12px;
		padding: 0px 0px 0px 20px;
	}
	
	.right-column a {
		color: #2b74b4;
	}

.canvas {
	width: 556px;
	height: 278px;
	background-image: url(../images/canvas-background.png);
	background-repeat: no-repeat;
	padding: 12px 18px 18px 12px;
}

.canvas-footer {
	width: 588px;
	margin-top: 18px;
}

	.canvas-footer .item {
		float: left;
		background-image: url(../images/canvas-footer-background.png);
		background-repeat: no-repeat;
		width: 183px;
		height: 132px;
		margin-left: 5px;
		padding: 8px 0px 0px 7px;
	}