@charset "UTF-8";

body {
	background-image: url(main-background.jpg);
	margin-top: 0px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #20201B;
	letter-spacing: .1em;
}

a {
	color: #843921;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

img {
	border: 0px;
}


#main-container {
	margin: 0px auto;
	width: 1022px;
}

#masthead {
	width: 1022px;
}

#content-container {
	width: 1022px;
	background-image: url(page-background.png);
	overflow: hidden;
}

#nav {
	width: 881px;
	padding: 16px 0px 0px 70px;
}

#text-body {
	width: 800px;
	padding: 30px 0px 0px 115px;
}

#long-column {
	width: inherit;
	padding-top: 8px;
}

/* 2 column */

#column-1 {
	width: 525px;
	float: left;
	display: inline;
	padding-right: 25px;
	padding-top: 8px;
}

#columm-2 {
	width: 250px;
	float: left;
	display: inline;
	padding-top: 8px;
}

#bottom-image {
	width: 1022px;
}

/* Text stuff */
.center-it {
	text-align: center;
}

.sub-nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #20201B;
	letter-spacing: .16em;
	font-variant: small-caps;
	padding: 8px 0px 8px 0px;
}

.sub-nav a:link {
	font-size: 18px;
	color: #843921;
	text-decoration: none;
}

.sub-nav a:visited {
	font-size: 18px;
	color: #843921;
	text-decoration: none;
}

.sub-nav a:hover {
	font-size: 18px;
	color: #843921;
	text-decoration: underline;
}

.sub-nav a:active {
	font-size: 18px;
	color: #843921;
	text-decoration: none;
}

.portfolio {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #20201B;
	letter-spacing: .1em;
}

.portfolio a:link {
	color: #843921;
	text-decoration: none;
}

.portfolio a:visited {
	color: #843921;
	text-decoration: none;
}

.portfolio a:hover {
	color: #843921;
	text-decoration: underline;
}

.portfolio a:active {
	color: #843921;
	text-decoration: none;
}

.close-window a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #E4E3C6;
	text-align: center;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #E4E3C6;
	text-align: center;
}



