body {
	background: #F7F7F6 url(../images/bgmain.gif) repeat-y 50% 0;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4b4b4b;
}

.hidden {
	display: none;
}

.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #0;
	border: 1px solid #bac1a3;
}

.imagenews {
	float: left;
	padding: 5px;
}
	
#container {
	width: 751px;
	margin: auto;
}

#header {
	height: 292px;
	width: 788px;
	position: relative;
	top: 0;
	left: -10px;
}

#main-nav {
	height: 36px;
	margin: 17px 0 50px 70px;
}

#main-nav dl {
	margin: 0;
	padding: 0;
}

#main-nav dt {
	float: left;
}

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/36px; /* IE 5/Win hack */
	padding: 36px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -36px;
}

#main-nav dt#home,
#main-nav dt#home a {
	width: 75px;
	background-image: url(../images/nav/home.gif);
}

#main-nav dt#portfolio,
#main-nav dt#portfolio a {
	width: 101px;
	background-image: url(../images/nav/portfolio.gif);
}

#main-nav dt#resourcematerials,
#main-nav dt#resourcematerials a {
	width: 196px;
	background-image: url(../images/nav/resourcematerials.gif);
}

#main-nav dt#stainedglass,
#main-nav dt#stainedglass a {
	width: 157px;
	background-image: url(../images/nav/stainedglass.gif);
}

#main-nav dt#contact,
#main-nav dt#contact a {
	width: 74px;
	background-image: url(../images/nav/contact.gif);
}

body.home dt#home,
body.home dt#home a,
body.portfolio dt#portfolio,
body.portfolio dt#portfolio a,
body.resourcematerials dt#resourcematerials,
body.resourcematerials dt#resourcematerials a, {
	background-position: 0 -100px;
}

#secondary-content {
	float: right;
	width: 200px;
	padding-right: 10px;
	font-size: 12px;
}

#secondary-content .title {
	margin-top: 0px;
	margin-bottom: 12px;
}

#secondary-content h2 {
	color: #ab1b19;
	margin-top: 20px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

#main-content {
	margin-top: 0px;
	margin-right: 220px;
	margin-left: 37px;
	padding-right: 30px;
	line-height: 18px;
	background: url(../images/divider.gif) repeat-y right;
}

#main-content .title {
	margin-top: 0px;
	margin-bottom: 12px;
}

#main-content h2 {
	color: #ab1b19;
	margin-top: 34px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

#main-content ul{
	list-style-type: disc;
}

#main-content li {
	line-height: 1.6em;
}

#main-content a:link {
	color: #ab3029;
}

#main-content a:visited {
	color: #4b4b4b;
}
#secondary-content a {
	color: #ab3029;
}

#footer {
	clear: both;
	height: 66px;
	font: Georgia, "Times New Roman", Times, serif;
	color: #c9c9c9;
	padding: 50px 25px;
	text-align: center;
}

html, body {
	margin: 0;
	padding: 0;
}

h3 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}