@charset "utf-8";
body {
	background-color: #EBE1BE;
	margin-top: 150px;
}
a:link {
	color: #EBE1BE;
	text-decoration: underline;
}
a:visited {
	color: #EBE1BE;
	text-decoration: underline;
}
a:hover {
	color: #EBE1BE;
	text-decoration: underline;
}
.ORANGE {
	color: #E79703;
}

.heading {
	font-weight: bold;
	letter-spacing: 2px;
}

.bot a:link {
	color: #791216;
	text-decoration: none;
}
.bot a:visited {
	color: #791216;
	text-decoration: none;
}
.bot a:hover {
	color: #8B7E38;
	text-decoration: none;
}
#content {
	margin: auto;
	height: 450px;
	width: 800px;
	background-image: url(images/portfolio.jpg);
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #791216;
}
#top {
	height: 50px;
	width: 800px;
}
#mid {
	height: 350px;
	width: 800px;
}
#mid_1 {
	height: 350px;
	width: 400px;
	float: left;
}
#mid_2 {
	height: 350px;
	width: 400px;
	float: right;
}
#mid_3 {
	height: 310px;
	width: 290px;
	margin-top: 20px;
	margin-right: 90px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #EBE1BE;
	line-height: 17px;
	letter-spacing: 1px;
}
#mid_3 img {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mid_4 {
	height: 310px;
	width: 310px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 70px;
	color: #EBE1BE;
	line-height: 17px;
	letter-spacing: 1px;
	float: left;
}
#mid_4 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.italic {
	font-style: italic;
}

#bot {
	height: 50px;
	width: 800px;
	text-align: center;
	color: #791216;
	letter-spacing: 2px;
	line-height: 50px;
	float: left;
}
