body {
	background: url(../images/fabric_1.jpg);
	text-align: center;
	color: #9dba84;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
	position: relative;
}
hr {
	background-color: #9dba84;
	color: #9dba84;
	height: 1px;
	border: 0 none;
}
hr#top_bar {
	position: relative;
	top: 15px;
	clear:right;
}
.content_area, .dark_content_area {
	width: 959px;
	margin:0px;
	padding: 3px;
}
.dark_content_area {
	 background: url(../images/dark_green_bg-trans.png);
}
.header, .info {
	padding: 3px;
}
.header {
	background: #2b331f;
	font-weight: bold;
	font-style: italic;
}
.info {
	font-size: 80%;
	height: 240px;
	background: url(../images/light_green_15_bg-trans.png);
}
div#main_content {
	width: 965px;
	height: 720px;
	background: url(../images/main_content_bg4.jpg);
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
img#logo {
	float: right;
	position: relative;
	top: -90px;
	left: -550px;
}

/* Header */
div#main_header{
	height: 94px;
}
div#main_footer {
	height: 314px;
}
div#contact_info {
	float: right;
	text-align: right;
	margin-right:10px;
	font-weight: bold;
	font-style: italic;
	font-size: 80%;
}

/* Center */
div#main_middle {
	height: 294px;
}

/* Footer */
.footer_info {
	border: 1px solid #9dba84;
	width: 475px;
}
div#right_footer_info {
	float: right;
}
div#copyright {
	text-align: center;
	font-style: italic;
	font-size: 70%;
}

#gallery_container {
	display: none;
	width: 725px;
	margin-top: 10px;
	margin-left: 30px;
	text-align: center;
	font-size: 90%;
	padding: 0px;
	position: absolute;
	top: 100px;
}
/* Portfolio */
div#portfolio {
	display: none;
	width: 780px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
	font-size: 90%;
	padding: 0px;
	position: absolute;
	top: 100px;
}
div#portfolio div.center, div#portfolio div.left, div#portfolio div.right {
	height:450px;
}
div#portfolio div.top, div#portfolio div.center, div#portfolio div.bottom {
	width: 750px;
}

/* Categories */
div#categories, div#category_list {
	display:none;
	width: 150px;
	margin-left: 800px;
	text-align: left;
	font-size: 90%;
	padding: 0px;
	position: absolute;
	top:170px;
}
div#categories div.center, div#categories div.left, div#categories div.right {
	height:300px;
}
div#categories div.top, div#categories div.center, div#categories div.bottom {
	width: 120px;
}
div#category_list {
	margin-left: 820px;
	color: #2b331f;
	width: 120px;
}
div#category_list ul {
	margin-left:10px;
	padding-left:5px;
	margin-bottom:1em;
}
div#category_list li {
	cursor: pointer;
}

/* Light Info Box */

/* Hides from IE5-mac \*/
* html .light_info {height: 0;}
/* End hide from IE5-mac */ 

/* Blurb */
div#blurb {
	width: 330px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
	font-size: 90%;
	padding: 0px;
}
div#blurb div.center, div#blurb div.left, div#blurb div.right {
	height:200px;
}
div#blurb div.top, div#blurb div.center, div#blurb div.bottom {
	width: 300px;
}
/* Portfolio Button */
div#portfolio_button {
	width: 150px;
	float: right;
	margin-left: 800px;
	cursor: pointer;
	position: absolute;
	top: 120px;
}
div#portfolio_button div.center, div#portfolio_button div.left, div#portfolio_button div.right {
	height:20px;
}
div#portfolio_button div.top, div#portfolio_button div.center, div#portfolio_button div.bottom {
	width: 120px;
}
/* Generic */
.light_info {
	color: #2b331f;
}
.light_info div.light_info_border, .light_info div.light_info_corner, .light_info div.center {
	float:right;
}
.light_info .top_left, .light_info .top, .light_info .top_right {
	height: 12px;
}
.light_info div.light_info_corner {
	width: 12px;
	height: 12px;
}
.light_info .left, .light_info .right {
	width:12px;
}
.light_info .top, .light_info .bottom {
	height: 12px;
}
.light_info .top_left {
	background: url(../images/light_green_info_box_top_left-trans.png);
}
.light_info .top {
	background: url(../images/light_green_info_box_top-trans.png);
}
.light_info .top_right {
	background: url(../images/light_green_info_box_top_right-trans.png);
}
.light_info .left {
	background: url(../images/light_green_info_box_left-trans.png);
}
.light_info .center {
	background: url(../images/light_green_info_box_bg-trans.png);
}
.light_info .right {
	background: url(../images/light_green_info_box_right-trans.png);
}
.light_info .bottom_left {
	background: url(../images/light_green_info_box_bottom_left-trans.png);
}
.light_info .bottom {
	background: url(../images/light_green_info_box_bottom-trans.png);
}
.light_info .bottom_right {
	background: url(../images/light_green_info_box_bottom_right-trans.png);
}
