

body {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	color: #666666;
}

#container_home {
	background: url('../images/bg_content_home.jpg') left top no-repeat;
	height: 411px;
}

#container {
	background: url('../images/bg_content.jpg') left top repeat-y;
	height: 411px;
}

	#content_home {
		font: 12px/18px arial, verdana, helvetica, sans-serif;
		color: #666666;
		width: 530px;
		height: 266px;
		
		margin: 26px 0px 0px 76px;
	}

	#content {
		font: 12px/18px arial, verdana, helvetica, sans-serif;
		color: #666666;
		width: 580px;
		
		margin: 26px 0px 26px 26px;
	}

		#content_home h1, #content h1 {
			font: 18px/18px georgia;
			color: #443f29;
			text-transform: uppercase;
			padding: 0px 0px 10px 0px;
		}

		#content_home a, #content a {
			color: #666666;
			text-decoration: none;
			border-bottom: #666666 1px dotted;
		}

			#content_home a:hover, #content a:hover {
				color: #000000;
				text-decoration: none;
				border-bottom: #000000 1px dotted;
			}

#container_side {
	background: url('../images/bg_side_tile.jpg') right top repeat-y;
	width: 249px;
}

	#content_side_home {
		background: url('../images/bg_side_home.jpg') right top no-repeat;
		height: 432px;
		color: #666666;
	}
	
	#content_side {
		background: url('../images/bg_side.jpg') right top no-repeat;
		min-height: 432px;
		color: #666666;
	}

	#content_side h1, #content_side_home h1 {
		font: 14px/18px georgia;
		color: #443f29;
		text-transform: uppercase;
		
		padding: 0px;
		margin: 0px 10px 4px 42px;
	}

	#content_side p, #content_side_home p {
		font: 12px/18px arial, verdana, sans-serif;

		padding: 0px;
		margin: 0px 10px 10px 42px;
	}

	#content_side img, #content_side_home img {
		margin: 4px 6px 0px 42px;
		border: #faf8e2 2px solid;
		
		float: left;
		clear: both;
	}

#homepage_one {
	float: left;
	margin: 3px 2px 0px 61px;
	width: 139px;
	height: 116px;
	overflow: hidden;
}

#homepage_two {
	float: left;
	margin: 3px 2px 0px 0px;
	width: 139px;
	height: 116px;
	overflow: hidden;
}

#homepage_three {
	float: left;
	margin: 3px 2px 0px 0px;
	width: 139px;
	height: 116px;
	overflow: hidden;
}

#homepage_four {
	float: left;
	margin: 3px 2px 0px 0px;
	width: 139px;
	height: 116px;
	overflow: hidden;
}

	#homepage_one h1, #homepage_two h1, #homepage_three h1, #homepage_four h1 {
		font: 12px/18px georgia;
		color: #443f29;
		text-transform: uppercase;
		
		padding: 0px;
		margin: 4px 10px 4px 4px;
	}

	#homepage_one p, #homepage_two p, #homepage_three p, #homepage_four p {
		font: 11px/18px arial, verdana, sans-serif;

		padding: 0px;
		margin: 4px 10px 10px 4px;
	}

	#homepage_one img, #homepage_two img, #homepage_three img, #homepage_four img {
		margin: 4px;
		border: #faf8e2 2px solid;
		
		float: right;
	}

#copyright {
	color: #999999;
	font: 11px/18px arial, verdana, helvetica, sans-serif;
	
	margin: 26px 36px 0px 0px;
}

	#copyright a {
		color: #999999;
		font: 11px/16px arial, verdana, helvetica, sans-serif;
		text-decoration: none;
	}
	
	#copyright a:hover {
		color: #000000;
		font: 11px/16px arial, verdana, helvetica, sans-serif;
		text-decoration: none;
	}


/* Buttons */

.button {
	background: #e3ddc4 url('../images/bg_button_over.jpg') top repeat-x;
	color: #666666;
	font: 11px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #79714f;
	cursor: pointer;
	}

.button_over {
	background: #666666 url('../images/bg_button_over.jpg') top repeat-x;
	color: #ffffff;
	font: 11px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #79714f;
	cursor: pointer;
	}

/* Dropdown Menu */

/* Dropdown Menu */

.submenu, .submenu:active, .submenu:visited {
	font: normal 10px arial, verdana, microsoft sans-serif, sans-serif;
	color: #666666;
	display: block;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	width: 175px;
	text-decoration: none;
	text-align:left;
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
}

.submenu:hover {
	color: white;
	background: #666666;
	width: 175px;
	display: block;
	text-decoration: none;
}

.subOne {
	background: #ffffff;
	position: absolute;
	z-index: 2;
	visibility: hidden;
	left: auto;
	margin-left: 430px;
	top: 252px;
	z-index: 999;
}