*{
    padding: 0px;
	margin: 0px;
}

body{
	background-color: rgb(230,197,140) ;
}

#image{
	max-height: 100%;
	max-width: 100%;
	border-radius: 10px;
	display: none;
}

header{
	background: url('images/header3.png') no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 250px;
	min-width: 900px;
	color: rgb(25,84,83);
	font-family: 'Century Gothic', 'Palatino Linotype', 'Book Antiqua', 'Palatino', 'serif';
}

section{
	width: 60%;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Century Gothic','Lucida';
	background-color: #F6F6CC;
	box-shadow: 10px 10px 10px 0px gray, -10px 10px 10px 0px gray;
}

#workshopDates{
	width: 40%;
	padding-left: 1em;
}

#workshopDes{
	width: 40%;
	float: right;
	padding-right: 1em;
}

table{
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	min-width: 800px;
	border-collapse: separate;
	border-spacing: 40px;
}

h2{
	text-align: center;
}

.mainContainer{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#center{
	font-size: 16px;
	padding: 40px;
}

#address{
	text-align: center;
	font-size: small;
}

#logo{
	float: left; 
	cursor: pointer;
	margin-top: -10px;
	margin-left: 100px;
}

#donna{
	float: left;
	padding-right: 1em;
}

#title1{
	width: 85%;
	text-align: center;
	padding-top: 50px;
	font-size: 40px;
	font-family: 'Lucida Bright';
	font-style: oblique;
}

#title2{
	text-align: center;
	margin-left: 300px;
	font-size: 40px;
	font-family: 'Lucida Bright';
	font-style: oblique;
}

#nav{
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 50px 10px;
	background-color: rgb(216,165,77);
	border-style: outset outset outset;
	border-color: rgb(230,197,140);
	box-shadow: 0px 10px 10px 0px gray;
}

#subtitleEmpty{
	min-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 50px 10px;
	background-color: rgb(216,165,77);
	border-style: outset outset outset;
	border-color: rgb(230,197,140);
	box-shadow: 0px 10px 10px 0px gray;
}

.content{
	width: 50%;
	height: 100%;
	margin: 100px;
	padding: 20px;
	border-style: groove;
	border-width: thick;
	border-radius: 10px;
}
.mainAlt1{
	background-color: rgb(204,232,244);
		width: 100%;
	height: 100%;
}

.mainAlt2{
	background-color: rgb(246,251,253);
}

#address{
	font-size: small;
	width: 100%;
}

#nav li{
	margin: -3px;
	display: inline-block;
	font-weight: bold;
	color: rgb(25,84,83);
}

.verticalBar{
	border-right: solid 2px;
}

a{
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
	color: rgb(25,84,83);
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

a:hover, a:active{
	border-bottom: solid;
}