@charset "UTF-8";
/* CSS Document */

body {
	background: #313122;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#header {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 300px;
	margin: -5px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 177px 5px 0 0;
	background-image: url(top_image.jpg);
	background-color: #313122;
	background-repeat: no-repeat;
	background-position: 50% 5px;
}

#headernews {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	margin: -5px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 177px 5px 0 0;
	background-image: url(top_image_news.jpg);
	background-color: #313122;
	background-repeat: no-repeat;
	background-position: 50% 5px;
}

#headerportfolio {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	margin: -5px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 177px 5px 0 0;
	background-image: url(top_image_portfolio.jpg);
	background-color: #313122;
	background-repeat: no-repeat;
	background-position: 50% 5px;
}

#navigation {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 49px;
	margin: -310px auto 0; /* the auto margins (in conjunction with a width) center the page */
}

#navigationnews {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 49px;
	margin: -610px auto 0; /* the auto margins (in conjunction with a width) center the page */
}

#portfoliogallery {
	margin-top: 25px;
}

#flashimages {
	width: 747px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 182px;
	margin: 11px auto 0; /* the auto margins (in conjunction with a width) center the page */
}

#headline {
	margin: 0 20px 5px 0; /* the auto margins (in conjunction with a width) center the page */
	float: left;
}

#footer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 13px;
	color: #41422D;
	letter-spacing: 1px;
	padding-top: 15px;
}

#footerportfolio {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 25px auto 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 13px;
	color: #41422D;
	letter-spacing: 1px;
	padding-top: 15px;
}


a.one:link {
	color: #56583B;
	text-decoration: none;
}
a.one:visited {
	color: #56583B;
	text-decoration: none;
}
a.one:hover {
	color: #9B662D;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: solid 1px;
	border-bottom-color: #674118;
}

#content {
	width: 760px;
	margin: 33px auto 0;
	border-top: solid thin;
	border-bottom: solid thin;
	border-color: #4D402B;
}

#contentnews {
	width: 760px;
	margin: 493px auto 0;
	border-top: solid thin;
	border-bottom: solid thin;
	border-color: #4D402B;
}

#text {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	color: #969671;
	line-height: 17px;
}

#text h1{
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: normal;
	color: #855928;
}


#text li {
	margin-bottom: 15px;
}



#apDiv1 {
	position:absolute;
	width:183px;
	height:44px;
	z-index:1;
	left: 401px;
	top: 606px;
}
