/* Header */
	#header-wrapper {
		overflow: hidden;
		background-color:#FFF;
		padding-top: 0;
	}
	#header {
		background-color:#FFF;
		padding-top: 0;
		padding-left: 0;
        padding-right: 170px;
		height: 118px;
		width: 1024px;
		margin: auto;}
	#header-logo {
		float: left;
		height: 118px;
		width: 129px;
	}
	#header-image {float: left;}
	.border {border: 2px solid #000;}
/* End Header */





/* Navigation Menu */
	#nav-wrapper{
		overflow: hidden;
		height: 32px;
		padding-left: 100px;
		padding-right: 170px;
		background: #000000;
		}
	#nav {

		width: 1024px;
		height: 32px;
		border: 0;
        margin: auto;}	
/* End Navigation Menu */	

	
	
	

/* Content */
	#content-wrapper {
		background-color:#E4E4E4;
		overflow: hidden;
	}
	#content {
			width:950px;
			margin-left: 175px;
            margin: auto;
	}		
	#content-box {
		background-color:#880000;
		float: left;
		width:475px;
		height:auto;
		padding: 10px 10px 20px 10px;
		margin-top: 20px;
		margin-right: 50px;
		margin-bottom: 25px;
	}
	#content-box-wrapper {
		float: left;
		width:495px;
		height:auto;
	}
	#content-text {
		width:450px;
		height: auto;
		padding: 10px 10px 10px 10px;
		border:2px;
		/*border-radius: 25px;*/
		background-color: #FFF;
		box-shadow: 5px 5px 2px #000;
	}
	#content h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size:24px;
		color:#FFF;
		text-shadow: 2px 2px #000;
	}
	#content h2 {
		font: Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:200;	
		text-align: justify;
	}
	#content-featured {
		height: auto;
		width: 475px;	
		margin-right: 25px;
		margin-bottom: 25px;
		margin-top: 15px;
		float: left;
		padding: 0px 10px 10px 0px
	}
/* End Content */





/* Sidebar */
	#sidebar {
		width: 330px;
		height: 800px;
		padding: 15px 15px 15px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:10px;
		margin-top: 15px;
		margin-left:75px;
		float:right;
	}
	#sidebar-featured {
		height: 300px;
		width: 300px;
		margin-bottom: 25px;
	}
	#sidebar-event {
		float: left;
		width:300px;
		height:75px;
		padding: 5px 5px 5px 5px;
		margin-top: 25px;
		margin-bottom: 25px;	
		border:2px #000;
		border-radius: 25px;
		background-color: #FFF;
		padding: 10px 10px 5px 10px;
		box-shadow: 5px 5px 2px #000;
	}
	#sidebar-event-text {
		float: right;
		width:125px;
		height:50px;
	}
	#sidebar h2 {
		font-size: 28px;
		color: #2C2723;
		font: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-family: "Times New Roman", Times, serif;
	}
	#sidebar-test {
		float: left;
		width:300px;
		height:75px;
		padding: 5px 5px 5px 5px;
		margin-top: 25px;
		margin-bottom: 25px;	
		border:2px #000;
		border-radius: 25px;
		background-color: #FFF;
		padding: 10px 10px 5px 10px;
		box-shadow: 5px 5px 2px #000;
	}
	#sidebar-contact-text {
		float: right;
		width:125px;
		height:50px;
	}
	#sidebar-contact {
		float: left;
		width:300px;
		height:75px;
		padding: 5px 5px 5px 5px;
		margin-top: 25px;
		margin-bottom: 25px;	
		border:2px #000;
		border-radius: 25px;
		background-color: #FFF;
		padding: 5px 10px 5px 10px;
		box-shadow: 5px 5px 2px #000;
	}
	#sidebar-test-text {
		float: right;
		width:125px;
		height:50px;
	}	
	#sidebar-largeimage {
		float: left;
		width:300px;
		height:400px;
		margin-top: 25px;
		margin-bottom: 25px;	
	}
/* End Sidebar */





/* Footer */
	#footer-wrapper {
		overflow: hidden;
		padding: 0px 0px 0px 0px;
		background-color:#E4E4E4;
	}
	#footer {
		font-family: Arial, Helvetica, sans-serif;
		height: auto;	
		text-align:center;	
	}
	#footer a {
		color: #000;
		text-decoration:none;
	}
	#footer a:hover{color: #880000;}
	#row1 {
		overflow: hidden;
		height: 32px;
		margin-bottom: 10px;
		padding-left: 50px;
		padding-right: 50px;
		background: #000000;
		font-size: 16px;
		color:#FFF;
		font-weight:200;
	}
/* End Footer */