html, 

a:link {
	color: blue;
}

a:visited {
	color: purple;
}

h1 {
	color: white;
	padding-bottom: 1px;
	text-align: center;
	font-family: helvetica, arial;
}

#Header1 {
	position:fixed;
    top:0;
    left:0;
    right: 0;
}

body {
	background: white url(Background.jpg) repeat top left;
	font-family: helvetica, arial;
	margin: 0;
	padding: 0;
	padding-top: 15%;
	padding-bottom: ;
	height:100%;
}

#Top {
	margin: 0px;
	padding: 0px;
}

#BlackBorder {
	background: #8f5444;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 1px;
    padding-bottom: 1.5%;
}

#Slideshow {
	border: 2px;
	border-color: #8f5444;
	float: right;
	vertical-align: center;
	margin: 2px;
}

#Slideshow2 {
	border: 2px;
	border-color: #8f5444;
	margin: 4px;
	text-align: center;
}

#Tabbes {
	background: #8f5444 url(MWC3.jpg) no-repeat;
	background-width: 2000px;
	background-height: 166px;
	text-align: center;
	padding-top: 114px;
	height:50px;
	margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#First {
	background: white;
	color: black;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	font-family: helvetica, arial;
	border-radius: 30px;
	margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 2%;
}

#Body {
	padding:10px;
   	padding-bottom:150px; 
}

#container {
   		min-height:100%;
   		height:100%;
   		position:relative;
	}

#footer {
		clear:both;
		width:100%;
		height: 15px;
		position:fixed;
		bottom:0;
		background:#8f5444;
		color: white;
		font-family: helvetica, arial;
		font-size: small;
		margin-top: 0;
		padding: 0;
	}

	#FooterDesign {
		float: left;
		width: 33%;
	}

	#FooterCopyright {
		float: right;
		width: 20%;
	}