	body,
	html {
		margin:0;
		padding:0;
		background:#993399;
		color:#000;
	}
	body {
		min-width:750px;
		text-align: center;

	}
	#wrap {
		background:white;
		margin:0 auto;
		width:750px;
		text-align: center;
		
	}
	#header {
		background-image:url(images/header.jpg);
		position:relative;
		width:750px;
		height:280px;
		margin:0px auto;
				
	}
	#header h1 {
    	padding:5px;
	    margin:0;
        }
	#nav {
		background:#c99;
		position:relative;
		padding:1px;
		margin:0px auto;
		
		
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		background:white;
		float:left;
		width:556px;
		height:600px;
			}

#mainevents {
		background:white;
		float:left;
		width:750px;
		height:600px;
			}

	#main p {
		padding:0 10px;
		text-align: left;
    }
	#sidebar {
		background:white;
		float:right;
		width:187px;
		height:600px;
		text-align: center;
		border-style: none none none dotted;
			}

	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:5px 5px 5px 5px;
    }
	#footer {
		background:#cc9;
		clear:both;
		height:30px;
	}
	#footer p {
		padding:5px;
		margin:0;
    }

/*Drop Down Menu*/

a.toplink{color:white; text-decoration:none; font:bold; font-family:arial;}

h1, h2
{
color:black;
font-family:times;
text-align:center;
margin-top:20px;
}

h3, h4, h5, h6
{
color:darkblue;
font-family:times;
text-align:center;
}

IMG.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto }


