/* CSS LAYOUT IDs - no classes */

#header {
	border: 4px solid #4A3726;
	margin-bottom: 0px;
	width: 950px;
	height: 210px;
	background-image: url(images/bg-header.jpg);
}
#logo {
	float: left;
}

#top-menu {
	width: 946px;
	text-align: left;
	clear: none;
	background-color: #2F1D0E;
	color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #4A3726;
	border-left-color: #4A3726;
	height: 32px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}
#top-menu a {
	color: #FEFEFE;
	text-decoration: none;
}
#top-menu a:hover {
	color: #FAF8B6;
}

/* #structure overrides for height changes */
#about #structure {
	height: 685px;
}
#projects #structure {
	height: 1350px;
}

#contact #structure {
	height: 725px;
}
#adult #structure {
	height: 720px;
}

#structure {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #493826;
	border-bottom-color: #493826;
	border-left-color: #493826;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 950px;
	height: 645px;
	position: relative;
	top: -3px;
}

#content {
	float: right;
	width: 664px;
	position: relative;
	top: 16px;
	font-size: 110%;
	margin-left: 12px;
	clear: right;
}
#content p {
	margin-right: 24px;
	line-height: 1.4em;
	margin-left: 2px;
	letter-spacing: 1.5px;
}
#sidebar {
	width: 252px;
	padding: 2px;
	float: left;
	margin-top: 18px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 12px;
	clear: right;
}

#sidebar p {
	font-size: 100%;
	color: #493826;
}


#footer {
	width: 850px;
	text-align: center;
	color: #333333;
	font-size: 100%;
	
}
#footer a {
	text-decoration: none;
	color: #0099FF;
}

/* Alternate content id for pages without side bar */
#content_f {
	width: 920px;
	position: relative;
	top: 14px;
	font-size: 110%;
	padding-left: 26px;
}
#content_f p {

	margin-right: 24px;
	line-height: 22px;
	margin-left: 2px;
	letter-spacing: 1.5px;
}
