body {
	margin: 20px 15px;
	background-color: #4C2C44;
	font-family: Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: Georgia, Times, serif;
}

h3 {
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

table#gallery {
		width: 720px;
	}

	table#gallery h3 {
		margin: 10px;
		padding: 0;
	}

	table#gallery p {
		font-size: medium;
		margin: 0px 10px;
		text-indent: 0.05em;
	}
	
	table#gallery td {
		border: 1px solid #F6E8F7;
		padding: 8p 4px;
	}
	
	table#gallery li {
		margin-left: 5px;
		font-size: medium;
	}
	
	table#gallery a img {
		width: 200px;
		height: 150px;
		border: solid thick #F6E8F7;
	}
	
	table#gallery a:hover img {
		border-color: #D17CDA;
	}

#main-container {
	width: 760px;
	margin: 0px auto;
	background-color: #FFF;
}

#header {
	width: 760px;
	height: 280px;
}

	#header h1 {
		visibility: hidden;
		width: 1px;
		height: 1px;
		font-size: 1px;
		margin: 0px;
	}

#main-body {
	margin: 15px 20px;
}

	#main-body p {
		text-indent: 1.5em;
	}
	
	#main-body h2 {
		color: #4A0F45;
	}
	
	#main-body li {
		margin-left: 15px;
	}

#footer {
	width: 760px;
	height: 50px;
	clear: both;
	
	text-align: center;
	line-height: 50px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

	#footer a {
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
	}

		#footer a:hover {
			border-bottom: thick solid #CC79D5;
		}

	#footer ul {
		padding: 0px;
		margin: 0px;
	}
	
	#footer li {
		display: inline;
		list-style-type: none;
		padding-left: 35px;
		padding-right: 35px;
	}
	
.box-right {
	width: 180px;
	float: right;
	clear: both;
	
	padding: 10px;
	
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	color: #4A0F45;
	border: thin dashed #CD73D7;
	background-color: #E2EFC2;
}

	.box-right h2 {
		margin-top: 5px;
		font-size: large;
		text-decoration: underline;
	}
	
	.box-right h3 {
		margin: 10px 5px;
		font-size: medium;
		font-weight: bold;
		font-variant: small-caps;
		text-decoration: none;
	}
	
	.box-right table {
		width: 100%;
		border-spacing: 3px
	}
	
	.box-right th {
		color: #FFF;
		font-weight: bold;
		background-color: #A146AD;
	}
	
	.box-right td {
		color: #FFF;
		background-color: #4A0F45;
		border: none;
		padding: 3px;
	}
	
p#sub-nav {
	background-color: #F6E8F7;
	width: 700px;
	vertical-align: middle;
	padding: 10px;
}